From 64475c5b3cc374efc71aad4d804bf2e14a799d25 Mon Sep 17 00:00:00 2001 From: deadvey Date: Sun, 8 Dec 2024 13:48:16 +0000 Subject: [PATCH] 2024-12-08 13:48 : id 268 --- home-manager/home.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/home-manager/home.nix b/home-manager/home.nix index 4fcc33b..6a7f8b5 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -257,7 +257,7 @@ in modules-center = ["custom/clock"]; modules-right = ["custom/caway"]; "custom/clock" = { - format = " {}  "; + format = " {}  "; exec = "bash /home/deadvey/Code/git/time-to-metrictime-converter/time.sh --hex"; interval = 1; }; @@ -266,13 +266,13 @@ in exec = "ssh max@debian bash /home/max/caway.sh"; }; "cpu" = { - format = "{}  "; + format = "{}%  "; }; "memory" = { - format = "{}  "; + format = "{}%  "; }; "disk" = { - format = "{}  /"; + format = "{}%  /"; }; }; @@ -290,15 +290,15 @@ in position = "left"; modules-center = [ "custom/browser" "custom/terminal" "custom/website" ]; "custom/browser" = { - format = " "; + format = ""; on-click = "${BROWSER}"; }; "custom/terminal" = { - format = " "; + format = ""; on-click = "${TERMINAL}"; }; "custom/website" = { - format = " "; + format = ""; on-click = "${BROWSER} https://deadvey.com"; }; }; @@ -310,7 +310,7 @@ in height = 20; width = SCREEN_WIDTH - 10; modules-left = [ "network" ]; - modules-right = [ "tray" ]; + modules-right = [ "pulseaudio" ]; modules-center = ["custom/weather"]; "network" = { interface = "enp42s0";