From 32d08f9cbef94bd777b72c4e96a58a88c35dcfdf Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 6 Feb 2026 10:14:18 -0600 Subject: feat(themes): apply hudson theme across configs Theme configs updated by set-theme: dunst, foot, fuzzel, hyprlock, waybar CSS. --- dotfiles/hyprland/.config/waybar/style.css | 50 ++++++++++++++++++------------ 1 file changed, 31 insertions(+), 19 deletions(-) (limited to 'dotfiles/hyprland/.config/waybar/style.css') diff --git a/dotfiles/hyprland/.config/waybar/style.css b/dotfiles/hyprland/.config/waybar/style.css index 20d6a99..6d67642 100644 --- a/dotfiles/hyprland/.config/waybar/style.css +++ b/dotfiles/hyprland/.config/waybar/style.css @@ -1,5 +1,5 @@ -/* Waybar style - Dupre theme */ -/* Warm, earthy colors from dupre-theme.el */ +/* Waybar style - Hudson theme */ +/* Tomorrow Night + Goldenrod accent */ * { border: none; @@ -22,27 +22,27 @@ window#waybar { padding: 0.5rem; margin: 0.2rem; background-color: transparent; - color: #969385; + color: #bbbbbb; border-radius: 1rem; transition: all 0.3s ease; } #workspaces button.active { - background: #d7af5f; - color: #151311; + background: #daa520; + color: #222222; border-radius: 1rem; } #workspaces button.urgent { - background-color: rgba(212, 124, 89, 0.4); + background-color: rgba(255, 88, 88, 0.4); } .modules-right, .modules-left { - background-color: #151311; + background-color: #222222; border-radius: 1rem; padding: 0.2rem 0.6rem; margin: 0.3rem; - border: 0.095rem solid #d7af5f; + border: 0.095rem solid #daa520; box-shadow: 0rem 0.2rem 0.4rem rgba(0,0,0,0.5); } @@ -60,13 +60,12 @@ window#waybar { #window { padding: 0.4rem; margin: 0.3rem; - color: #969385; + color: #bbbbbb; background-color: transparent; border-radius: 1rem; } #sysmonitor { - margin: 0.3rem; background-color: transparent; border-radius: 1rem; } @@ -77,39 +76,52 @@ window#waybar { #custom-disk:hover, #custom-netspeed:hover, #pulseaudio:hover, +#idle_inhibitor:hover, #sysmonitor:hover, #custom-layout:hover { - background-color: #474544; + background-color: #444444; border-radius: 1rem; } +#clock { + color: #eeeeee; +} + +#pulseaudio { + color: #bbbbbb; +} #custom-netspeed.disconnected { - color: #d47c59; + color: #ff5858; } #temperature.warning { - color: #d7af5f; + color: #daa520; } #temperature.critical { - color: #d47c59; + color: #ff5858; } #custom-disk.warning { - color: #d7af5f; + color: #daa520; } #custom-disk.critical { - color: #d47c59; + color: #ff5858; } #battery.warning { - color: #d7af5f; + color: #daa520; } #battery.critical { - color: #d47c59; + color: #ff5858; +} + +#tray { + margin-right: 0; + padding-right: 0; } #tray > .passive { @@ -118,5 +130,5 @@ window#waybar { #tray > .needs-attention { -gtk-icon-effect: highlight; - background-color: #d7af5f; + background-color: #daa520; } -- cgit v1.2.3