diff options
author | zachir <zachir@librem.one> | 2025-07-26 14:16:06 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-26 14:16:06 -0500 |
commit | 952633dbe9b7d6896e771fe8225cab8e963ff833 (patch) | |
tree | 5303760c010dcc8cd48b57230eabb87134edbe9d /waybar/style.css | |
parent | c9ded4f946c2ab56e85553f51df03a1e87adad4b (diff) | |
parent | b9a2511463cad1705ce5b506346b4b84bf181d21 (diff) |
Merge branch 'master' into cla
Diffstat (limited to 'waybar/style.css')
-rw-r--r-- | waybar/style.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/waybar/style.css b/waybar/style.css index 44f8df9..f8fec13 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -56,6 +56,10 @@ window#waybar.hidden { background: #198844; } +#workspaces button.focused { + background: #198844; +} + /* #workspaces button.active:hover { background: #6e3c85; @@ -278,7 +282,8 @@ label:focus { } #tray { - background-color: transparent; + border-radius: 20px; + background-color: black; color: #ffffff; } |