From fc3100a5889dcc51af3deeec0e6fa091f150de2f Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 15 Jun 2024 22:45:36 +0530 Subject: home/wayland/sway/i3status: init cpu module --- home/wayland/modules/sway/i3status.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'home') diff --git a/home/wayland/modules/sway/i3status.nix b/home/wayland/modules/sway/i3status.nix index 909faf0..ef17c84 100644 --- a/home/wayland/modules/sway/i3status.nix +++ b/home/wayland/modules/sway/i3status.nix @@ -33,13 +33,23 @@ }; "volume master" = { - position = 30; + position = 50; settings = { format = "󰕾 %volume"; format_muted = "󰖁 %volume"; }; }; + "cpu_temperature 0" = { + position = 40; + settings.format = "%degrees°C"; + }; + + "cpu_usage" = { + position = 30; + settings.format = " %usage"; + }; + "memory" = { position = 20; settings.format = " %available"; -- cgit v1.2.3