diff options
Diffstat (limited to 'config/hyprland/waybar/style.css')
-rw-r--r-- | config/hyprland/waybar/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/hyprland/waybar/style.css b/config/hyprland/waybar/style.css index 29b429b..4b12d00 100644 --- a/config/hyprland/waybar/style.css +++ b/config/hyprland/waybar/style.css @@ -36,7 +36,7 @@ window#waybar.PCSX2 #window { } #mpd, -#network, #pulseaudio, #temperature, #cpu, #memory { +#network, #pulseaudio, #temperature, #cpu, #custom-memory { margin-left: 8px; padding-left: 16px; padding-right: 16px; @@ -44,7 +44,7 @@ window#waybar.PCSX2 #window { } #workspaces, #mpd, -#network, #pulseaudio, #temperature, #cpu, #memory, #workspaces, #clock, #tray { +#network, #pulseaudio, #temperature, #cpu, #custom-memory, #workspaces, #clock, #tray { margin-top: 4px; margin-bottom: 2px; transition: none; @@ -107,7 +107,7 @@ window#waybar.PCSX2 #window { background: #ebcb8b; } -#memory { +#custom-memory { color: #2e3440; background: #a3be8c; } |