From be3de7417ec2f11aabc080a7d69b93437bf96fb7 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 15 Jun 2024 22:50:19 +0530 Subject: home/wayland/sway/i3status: remove disk module --- home/wayland/modules/sway/i3status.nix | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'home/wayland') diff --git a/home/wayland/modules/sway/i3status.nix b/home/wayland/modules/sway/i3status.nix index ef17c84..12cea2a 100644 --- a/home/wayland/modules/sway/i3status.nix +++ b/home/wayland/modules/sway/i3status.nix @@ -33,7 +33,7 @@ }; "volume master" = { - position = 50; + position = 40; settings = { format = "󰕾 %volume"; format_muted = "󰖁 %volume"; @@ -41,23 +41,18 @@ }; "cpu_temperature 0" = { - position = 40; + position = 30; settings.format = "%degrees°C"; }; "cpu_usage" = { - position = 30; + position = 20; settings.format = " %usage"; }; "memory" = { - position = 20; - settings.format = " %available"; - }; - - "disk /" = { position = 10; - settings.format = "󰋊 %avail"; + settings.format = " %available"; }; "wireless _first_" = { -- cgit v1.2.3