diff options
author | zachir <zachir@librem.one> | 2024-08-05 18:13:54 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-08-05 18:13:54 -0500 |
commit | e549f9f1eb5ea98eef0a42e77b7a792fe4d9480e (patch) | |
tree | 1e9e80f133912711fca2e191bc0edbf266afd6f1 /waybar/style.css | |
parent | f77916636f8d000da0cc8a37074c291c1d8608a3 (diff) |
cla: Move tray to left side of bar, and make clear
Diffstat (limited to 'waybar/style.css')
-rw-r--r-- | waybar/style.css | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/waybar/style.css b/waybar/style.css index cf2ad88..cf76ed2 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -91,7 +91,6 @@ window#waybar.hidden { #custom-wallpaper, #tags, #taskbar, -#tray, #mode, #idle_inhibitor, #mpd { @@ -277,23 +276,6 @@ label:focus { background-color: #eb4d4b; } -#tray { - background-color: #198844; - color: #ffffff; -} - -#tray > .passive { - -gtk-icon-effect: dim; - background-color: #198844; - color: #ffffff; -} - -#tray > .needs-attention { - -gtk-icon-effect: highlight; - background-color: #198844; - color: #ffffff; -} - #idle_inhibitor { background-color: #1b1d1c; border-radius: 20px 0px 0px 20px; |