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 | |
parent | f77916636f8d000da0cc8a37074c291c1d8608a3 (diff) |
cla: Move tray to left side of bar, and make clear
-rw-r--r-- | waybar/config | 2 | ||||
-rw-r--r-- | waybar/style.css | 18 |
2 files changed, 1 insertions, 19 deletions
diff --git a/waybar/config b/waybar/config index ae33fd2..3c0b78a 100644 --- a/waybar/config +++ b/waybar/config @@ -203,7 +203,7 @@ "modules-left":[ "hyprland/workspaces", "custom/launcher", "hyprland/window"], "modules-center":[], - "modules-right":[ "mpd", "idle_inhibitor", "temperature#cpu0", "temperature#cpu1", "temperature#gpu0", "temperature#gpu1", "temperature#gpu2", "network", "clock", "tray"], + "modules-right":[ "tray", "mpd", "idle_inhibitor", "temperature#cpu0", "temperature#cpu1", "temperature#gpu0", "temperature#gpu1", "temperature#gpu2", "pulseaudio", "cpu", "memory", "network", "clock"], // Modules configuration 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; |