diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-31 01:57:17 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-31 01:57:17 -0600 |
| commit | 503f0fca599a4da36fdba4d99327e7f6985d46ff (patch) | |
| tree | b152bd443a033180d705795291834f7bf1c4416a /dotfiles/hyprland/.config/waybar/style.css | |
| parent | f9db3b548609fec02923e8302c9baf471f1503b7 (diff) | |
| download | archsetup-503f0fca599a4da36fdba4d99327e7f6985d46ff.tar.gz archsetup-503f0fca599a4da36fdba4d99327e7f6985d46ff.zip | |
fix(waybar): switch to pulseaudio module and unify colors
- Replace wireplumber module with pulseaudio for reliable volume display
- Make all module text colors consistent (#969385)
- Add idle_inhibitor to styled modules
- Add wf-recorder package to archsetup for screen recording
Diffstat (limited to 'dotfiles/hyprland/.config/waybar/style.css')
| -rw-r--r-- | dotfiles/hyprland/.config/waybar/style.css | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/dotfiles/hyprland/.config/waybar/style.css b/dotfiles/hyprland/.config/waybar/style.css index 18ba0f1..20d6a99 100644 --- a/dotfiles/hyprland/.config/waybar/style.css +++ b/dotfiles/hyprland/.config/waybar/style.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; |
