summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-06-21 20:28:30 -0400
committerJack Jamison <jackqjamison@gmail.com>2025-06-21 20:28:45 -0400
commit1d9bc1171a1fe7a737d5d812d1e58cf2c85b5345 (patch)
tree03d9156daaea37522561a1ef6e4b408e13ec993a
parent5512ea5b4b4af8ce4aa0f79a2a0373ee335f287a (diff)
waybar
-rw-r--r--.config/waybar/config7
-rw-r--r--.config/waybar/style.css81
-rw-r--r--.zshrc2
-rw-r--r--README.md4
4 files changed, 24 insertions, 70 deletions
diff --git a/.config/waybar/config b/.config/waybar/config
index dac0555..20060a2 100644
--- a/.config/waybar/config
+++ b/.config/waybar/config
@@ -1,7 +1,5 @@
{
"layer": "top",
- "height": 15,
- "margin": "0 0 0 0",
"modules-left": ["hyprland/workspaces", "custom/separator", "tray"],
"modules-center": ["hyprland/window"],
@@ -11,8 +9,9 @@
"format": "{id}",
},
"custom/separator": {
- "exec": "echo \" | \"",
+ "exec": "echo \"|\"",
"format": "{}",
+ "class": "separator",
},
"custom/brightness": {
"exec": "get-brightness-percentage",
@@ -44,7 +43,7 @@
"interval": 1,
},
"tray": {
- "icon-size": 16,
+ "icon-size": 8,
"spacing": 8,
},
"wireplumber": {
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 2d65a37..612c02b 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -1,82 +1,37 @@
-
+@define-color foreground rgba(228, 228, 239, 1);
+@define-color foreground-active rgba(51, 204, 254, 1);
+@define-color background rgba(0, 0, 0, 0.8);
* {
- font-family: "DejaVu Sans Mono", "Symbols Nerd Font";
- font-size: 14px;
+ font-family: DejaVu Sans Mono;
+ font-size: 12px;
+ min-height: 0;
+ padding: 0.1rem;
+ margin: 0;
}
window#waybar {
- background-color: rgba(13, 27, 42, 0.5);
- color: rgba(228, 228, 239, 1);
- border: 0px solid rgba(238, 171, 196, 0.8);
-}
-
-#window {
- margin: 0 10px;
+ color: @foreground;
+ background-color: @background;
}
-.modules-right:last-child {
- /* background-color: rgba(51, 102, 0, 0.5); */
- /* margin: 0 2px 0 0; */
- margin-right: 10px;
- /* padding: 0 3px; */
-}
-
-.modules-center {
- /* background-color: #1d1f21; */
- /* background-color: #2a3f38; */
- /* background-color: rgba(51, 102, 0, 0.5); */
- /* margin: 0 0 0 0; */
- /* padding: 0 3px; */
+#workspaces button {
+ color: @foreground;
}
-.modules-left {
- /* background-color: #1d1f21; */
- /* background-color: #2a3f38; */
- /* background-color: rgba(51, 102, 0, 0.5); */
- /* margin: 0 0 0 2px; */
- padding: 0 0 0 15px;
+.module {
+ padding: 0rem 0.6rem;
}
-tooltip {
- background-color: rgba(13, 27, 42, 1);
- color: rgba(228, 228, 239, 1);
- border: 2px solid rgba(238, 171, 196, 0.8);
- border-radius: 10px;
+#custom-separator {
+ padding: 0 0.2rem;
}
#workspaces button {
- color: rgba(228, 228, 239, 1);
- /* padding: 0 3px; */
-}
-
-#workspaces button.focused {
- color: rgba(238, 171, 196, 0.8);
+ padding: 0 0.3rem;
}
#workspaces button.active {
- color: rgba(238, 171, 196, 0.8);
- transition: all 150ms ease;
-}
-
-#workspaces button:hover {
- background: transparent;
- border-color: rgba(238, 171, 196, 0.8);
- box-shadow: none;
- text-shadow: none;
- transition: all 150ms ease;
+ color: @foreground-active;
}
-#workspaces button:not(:last-child) {
- transition: all 150ms ease;
-}
-
-#network,
-#wireplumber,
-#custom-brightness,
-#battery,
-#cpu,
-#memory,
-#clock {
- padding: 0 10px;
-}
diff --git a/.zshrc b/.zshrc
index 064df51..ce0a2a6 100644
--- a/.zshrc
+++ b/.zshrc
@@ -20,7 +20,7 @@ alias grep='grep --color=auto'
# Prompt
set_prompt() {
- PROMPT="[%B%F{169}%n%f%b%F{15}@%f%F{81}%m%f] %F{47}%~ %F{105}$(git-ps1)%F{15}$ "
+ PROMPT="[%B%F{174}%n%f%b%F{15}@%f%F{81}%m%f] %F{47}%~ %F{105}$(git-ps1)%F{15}$ "
}
precmd_functions+=(set_prompt)
diff --git a/README.md b/README.md
index da56375..5869034 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,6 @@ Everything can be installed by running `stow .` Since there are probably conflic
- [x] Git branch in PS1
- [x] Hyprpaper
- [x] Cursor
-- [ ] Wmenu for commands
-- [ ] Status bar
+- [x] Status bar
- [ ] Idle
+- [ ] Wmenu for commands