diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-01 13:30:57 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-01 13:30:57 -0600 |
| commit | 8c4d47f1e97dfa8e875e21cf57e88f3bb35d3eb8 (patch) | |
| tree | f2feb4f78cb607c930a34934a271b6c3806d531d /dotfiles/hyprland/.config/themes | |
| parent | 753accea633238c8cdde3cc9d25e31b6b132c79b (diff) | |
| download | archsetup-8c4d47f1e97dfa8e875e21cf57e88f3bb35d3eb8.tar.gz archsetup-8c4d47f1e97dfa8e875e21cf57e88f3bb35d3eb8.zip | |
fix(hyprland): remove set-theme from startup, sync theme files
set-theme was running on every Hyprland startup, overwriting stow
symlinks with theme file contents. This caused config changes to
revert on login. Removed exec-once call - theme switching is now
manual only ($mod+Y). Synced waybar.css theme file to match current
config (pulseaudio module, idle_inhibitor styling).
Diffstat (limited to 'dotfiles/hyprland/.config/themes')
| -rw-r--r-- | dotfiles/hyprland/.config/themes/dupre/waybar.css | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/dotfiles/hyprland/.config/themes/dupre/waybar.css b/dotfiles/hyprland/.config/themes/dupre/waybar.css index 18ba0f1..20d6a99 100644 --- a/dotfiles/hyprland/.config/themes/dupre/waybar.css +++ b/dotfiles/hyprland/.config/themes/dupre/waybar.css @@ -52,7 +52,8 @@ window#waybar { #custom-disk, #custom-netspeed, #battery, -#wireplumber, +#pulseaudio, +#idle_inhibitor, #tray, #clock, #custom-layout, @@ -75,20 +76,13 @@ window#waybar { #memory:hover, #custom-disk:hover, #custom-netspeed:hover, -#wireplumber:hover, +#pulseaudio:hover, #sysmonitor:hover, #custom-layout:hover { background-color: #474544; border-radius: 1rem; } -#clock { - color: #f0fef0; -} - -#wireplumber { - color: #969385; -} #custom-netspeed.disconnected { color: #d47c59; |
