diff options
author | zachir <zachir@librem.one> | 2025-07-27 17:11:22 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-27 17:11:22 -0500 |
commit | 442246498a50440a19d9cba78e83abb55d542879 (patch) | |
tree | 1547928229b5d9dcbd97c031039e5a92961e9ee3 /waybar/style.css | |
parent | 4f867087e2cf54a4d972af95b22cef2a0a3a8018 (diff) | |
parent | 309f88b7875c27e063062fdebe71058765b199ee (diff) |
Merge branch 'master' into cas
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 fefb890..9398381 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; } |