diff options
| -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;  | 
