diff options
| author | Josh <joshott16@gmail.com> | 2025-06-25 00:28:03 -0400 |
|---|---|---|
| committer | Josh <joshott16@gmail.com> | 2025-06-25 00:28:03 -0400 |
| commit | 0a5d16f2b593e370f2724d27e3458a346931703e (patch) | |
| tree | c899c0e30061674c7dafbe39740195c9e7b63b23 /waybar/config | |
| parent | cf5afa1bb3962f9b3f2ca7f752e49ed82b5b2c4d (diff) | |
| download | dotfiles-0a5d16f2b593e370f2724d27e3458a346931703e.tar.gz dotfiles-0a5d16f2b593e370f2724d27e3458a346931703e.zip | |
bring back the monitors
Diffstat (limited to 'waybar/config')
| -rw-r--r-- | waybar/config | 9 |
1 files changed, 8 insertions, 1 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": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>", "format-alt": "{:%Y-%m-%d}" }, + "cpu": { + "format": "{usage}% ", + "tooltip": false + }, + "memory": { + "format": "{}% " + }, "temperature": { "critical-threshold": 80, "format": "{temperatureC}°C {icon}", |