diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index fe58a56..d395c59 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -17,7 +17,7 @@ ], "group/system": { "orientation": "inherit", - "modules": ["memory", "disk"] + "modules": ["memory", "disk", "cpu"] }, "group/misc": { "orientation": "inherit", @@ -190,6 +190,10 @@ "unit": "GiB", "path": "/" }, + "cpu": { + "interval": 1, + "format": "{}% " + }, "memory": { "interval": 3, "tooltip": true, diff --git a/.config/waybar/style.css b/.config/waybar/style.css index f64237b..ce2c982 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -128,6 +128,7 @@ tooltip label { #pulseaudio:not(.microphone), #pulseaudio.microphone, #memory, +#disk, #backlight, #bluetooth { padding-right: 8px;