From e549f9f1eb5ea98eef0a42e77b7a792fe4d9480e Mon Sep 17 00:00:00 2001 From: zachir Date: Mon, 5 Aug 2024 18:13:54 -0500 Subject: cla: Move tray to left side of bar, and make clear --- waybar/config | 2 +- waybar/style.css | 18 ------------------ 2 files changed, 1 insertion(+), 19 deletions(-) (limited to 'waybar') 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; -- cgit v1.2.3