diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/waybar/config | 2 | ||||
| -rw-r--r-- | .config/waybar/style.css | 33 |
2 files changed, 17 insertions, 18 deletions
diff --git a/.config/waybar/config b/.config/waybar/config index 4a869e4..d56907f 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -6,7 +6,7 @@ "modules-left": ["sway/mode", "sway/workspaces", "sway/window", "custom/media", "custom/toggl"], "modules-center": ["clock#local", "clock#utc"], - "modules-right": ["cpu", "memory", "disk#root", "disk#home", "temperature", "idle_inhibitor", "backlight", "pulseaudio", "network#wg", "network", "battery", "tray"], + "modules-right": ["tray", "cpu", "memory", "disk#root", "disk#home", "temperature", "idle_inhibitor", "backlight", "pulseaudio", "network#wg", "network", "battery"], "sway/workspaces": { "disable-scroll": true, "all-outputs": false, diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 95d2f41..3752247 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -153,6 +153,22 @@ label:focus { color: @dimmed; } +#temperature { +} +#temperature.critical { + background-color: #eb4d4b; +} + +#tray { +} + +#idle_inhibitor { + color: @dimmed; +} +#idle_inhibitor.activated { + color: unset; +} + #custom-media { min-width: 100px; color: @foreground; @@ -172,23 +188,6 @@ label:focus { border-top: 2px solid #DB4D60; } -#temperature { -} - -#temperature.critical { - background-color: #eb4d4b; -} - -#tray { -} - -#idle_inhibitor { - color: @dimmed; -} -#idle_inhibitor.activated { - color: unset; -} - #mpd { } #mpd.disconnected { |