From 0a5d16f2b593e370f2724d27e3458a346931703e Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 25 Jun 2025 00:28:03 -0400 Subject: bring back the monitors --- waybar/config | 9 ++++++++- waybar/style.css | 11 +++++++---- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/waybar/config b/waybar/config index 1d2ddda..47ea1e5 100644 --- a/waybar/config +++ b/waybar/config @@ -5,7 +5,7 @@ // Choose the order of the modules "modules-left": ["sway/workspaces", "sway/mode", "sway/scratchpad", "custom/media"], "modules-center": ["sway/window"], - "modules-right": ["mpd", "idle_inhibitor", "pulseaudio", "backlight", "network", "temperature", "battery", "clock", "tray"], + "modules-right": ["mpd", "idle_inhibitor", "pulseaudio", "backlight", "network", "temperature", "cpu", "memory", "battery", "clock", "tray"], // Modules configuration "sway/workspaces": { @@ -39,6 +39,13 @@ "tooltip-format": "{:%Y %B}\n{calendar}", "format-alt": "{:%Y-%m-%d}" }, + "cpu": { + "format": "{usage}% ", + "tooltip": false + }, + "memory": { + "format": "{}% " + }, "temperature": { "critical-threshold": 80, "format": "{temperatureC}°C {icon}", diff --git a/waybar/style.css b/waybar/style.css index 6e9bcd5..f9c9b92 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -131,12 +131,15 @@ label:focus { } #cpu { - border-top: 3px solid @peach; + border-top: 3px solid @teal; + color: @teal; + } #memory { - border-top: 3px solid @peach; + border-top: 3px solid @sapphire; padding-right: 15px; + color: @sapphire; } #disk { @@ -172,8 +175,8 @@ label:focus { } #temperature { - border-top: 3px solid @teal; - color: @teal; + border-top: 3px solid @green; + color: @green; padding-right: 12px; } -- cgit v1.3