summaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.config/waybar/style.css
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-29 21:49:31 -0600
committerCraig Jennings <c@cjennings.net>2026-01-29 21:49:31 -0600
commitee28fe22c5b601f7c83d1e888581415de6c10d10 (patch)
treeb221aeaab774ea4bafb8d57332905dfdb7d0a837 /dotfiles/hyprland/.config/waybar/style.css
parentd0de212279486af0602b8c13d7f83cec32084f98 (diff)
feat(theme): apply Dupre palette to all configs
Update theme colors from Hudson to Dupre across: - dunstrc (notifications) - foot.ini (terminal) - fuzzel.ini (launcher) - hyprlock.conf (lock screen) - waybar/style.css (status bar) Colors now match dupre-palette.org specification. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/hyprland/.config/waybar/style.css')
-rw-r--r--dotfiles/hyprland/.config/waybar/style.css40
1 files changed, 20 insertions, 20 deletions
diff --git a/dotfiles/hyprland/.config/waybar/style.css b/dotfiles/hyprland/.config/waybar/style.css
index 299f1c2..18ba0f1 100644
--- a/dotfiles/hyprland/.config/waybar/style.css
+++ b/dotfiles/hyprland/.config/waybar/style.css
@@ -1,5 +1,5 @@
-/* Waybar style - Hudson theme */
-/* Tomorrow Night + Goldenrod accent */
+/* Waybar style - Dupre theme */
+/* Warm, earthy colors from dupre-theme.el */
* {
border: none;
@@ -22,27 +22,27 @@ window#waybar {
padding: 0.5rem;
margin: 0.2rem;
background-color: transparent;
- color: #bbbbbb;
+ color: #969385;
border-radius: 1rem;
transition: all 0.3s ease;
}
#workspaces button.active {
- background: #daa520;
- color: #222222;
+ background: #d7af5f;
+ color: #151311;
border-radius: 1rem;
}
#workspaces button.urgent {
- background-color: rgba(255, 88, 88, 0.4);
+ background-color: rgba(212, 124, 89, 0.4);
}
.modules-right, .modules-left {
- background-color: #222222;
+ background-color: #151311;
border-radius: 1rem;
padding: 0.2rem 0.6rem;
margin: 0.3rem;
- border: 0.095rem solid #daa520;
+ border: 0.095rem solid #d7af5f;
box-shadow: 0rem 0.2rem 0.4rem rgba(0,0,0,0.5);
}
@@ -59,7 +59,7 @@ window#waybar {
#window {
padding: 0.4rem;
margin: 0.3rem;
- color: #bbbbbb;
+ color: #969385;
background-color: transparent;
border-radius: 1rem;
}
@@ -78,44 +78,44 @@ window#waybar {
#wireplumber:hover,
#sysmonitor:hover,
#custom-layout:hover {
- background-color: #444444;
+ background-color: #474544;
border-radius: 1rem;
}
#clock {
- color: #eeeeee;
+ color: #f0fef0;
}
#wireplumber {
- color: #bbbbbb;
+ color: #969385;
}
#custom-netspeed.disconnected {
- color: #ff5858;
+ color: #d47c59;
}
#temperature.warning {
- color: #daa520;
+ color: #d7af5f;
}
#temperature.critical {
- color: #ff5858;
+ color: #d47c59;
}
#custom-disk.warning {
- color: #daa520;
+ color: #d7af5f;
}
#custom-disk.critical {
- color: #ff5858;
+ color: #d47c59;
}
#battery.warning {
- color: #daa520;
+ color: #d7af5f;
}
#battery.critical {
- color: #ff5858;
+ color: #d47c59;
}
#tray > .passive {
@@ -124,5 +124,5 @@ window#waybar {
#tray > .needs-attention {
-gtk-icon-effect: highlight;
- background-color: #daa520;
+ background-color: #d7af5f;
}