summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-06-15 22:50:19 +0530
committersinanmohd <sinan@sinanmohd.com>2024-06-15 22:50:21 +0530
commitbe3de7417ec2f11aabc080a7d69b93437bf96fb7 (patch)
tree4b695eab925e9198ff92d9082ecaa7fcf719c92a /home
parentfc3100a5889dcc51af3deeec0e6fa091f150de2f (diff)
home/wayland/sway/i3status: remove disk module
Diffstat (limited to 'home')
-rw-r--r--home/wayland/modules/sway/i3status.nix13
1 files changed, 4 insertions, 9 deletions
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_" = {