summaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.config/waybar/style.css
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-26 01:14:32 -0600
committerCraig Jennings <c@cjennings.net>2026-01-26 01:14:32 -0600
commitbd85c457553f68534fce04fd682f3d57b8917f47 (patch)
treebda1bb436ef214091458b13ffa30845b7b00c8a6 /dotfiles/hyprland/.config/waybar/style.css
parent615561bb495c58356299d4a0a93d188aab72e331 (diff)
feat(themes): apply Dupre theme to Hyprland dotfiles
Update foot, hyprlock, waybar, Xresources, and dunst configs with warm earthy colors from dupre-theme.el. Standardize on BerkeleyMono font across terminal configs.
Diffstat (limited to 'dotfiles/hyprland/.config/waybar/style.css')
-rw-r--r--dotfiles/hyprland/.config/waybar/style.css32
1 files changed, 16 insertions, 16 deletions
diff --git a/dotfiles/hyprland/.config/waybar/style.css b/dotfiles/hyprland/.config/waybar/style.css
index 6b760a2..4bd0052 100644
--- a/dotfiles/hyprland/.config/waybar/style.css
+++ b/dotfiles/hyprland/.config/waybar/style.css
@@ -1,5 +1,5 @@
-/* Waybar style - Hyprland-Rice inspired with DWM colors */
-/* Based on: github.com/CtrlLuzzio/Hyprland-Rice */
+/* Waybar style - Dupre theme */
+/* Warm, earthy colors from dupre-theme.el */
* {
border: none;
@@ -21,27 +21,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);
}
@@ -58,7 +58,7 @@ window#waybar {
#window {
padding: 0.4rem;
margin: 0.3rem;
- color: #bbbbbb;
+ color: #969385;
background-color: transparent;
border-radius: 1rem;
}
@@ -77,28 +77,28 @@ 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;
}
#wireplumber.muted {
- color: #666666;
+ color: #58574e;
}
#battery.warning {
- color: #daa520;
+ color: #d7af5f;
}
#battery.critical {
- color: #ff5858;
+ color: #d47c59;
}
#tray > .passive {
@@ -107,5 +107,5 @@ window#waybar {
#tray > .needs-attention {
-gtk-icon-effect: highlight;
- background-color: #daa520;
+ background-color: #d7af5f;
}