diff options
author | Freya Murphy <freya@freyacat.org> | 2024-07-29 14:04:55 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-07-29 14:04:55 -0400 |
commit | d3d096293641bf11d9593070b21274f50fbad2ac (patch) | |
tree | 077f89c4e00e1831bcba53a07dcf955eef394634 /.config/waybar | |
parent | minor changes (diff) | |
download | dotfiles-arch-d3d096293641bf11d9593070b21274f50fbad2ac.tar.gz dotfiles-arch-d3d096293641bf11d9593070b21274f50fbad2ac.tar.bz2 dotfiles-arch-d3d096293641bf11d9593070b21274f50fbad2ac.zip |
changes
Diffstat (limited to '')
-rw-r--r-- | .config/waybar/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 67b5e77..1a87197 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -39,7 +39,7 @@ window#waybar > box { #workspaces button.focused, #workspaces button.active { - background-color: #789ebf; + background-color: #199ca8; color: #14171d; } |