From 0a76f7a9506ee7b4d725b60f56d481827af7d710 Mon Sep 17 00:00:00 2001 From: deadvey Date: Sun, 8 Dec 2024 18:50:05 +0000 Subject: [PATCH] 2024-12-08 18:49 : id 288 --- home-manager/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/home.nix b/home-manager/home.nix index 02f26c5..270a34f 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -259,7 +259,7 @@ in width = SCREEN_WIDTH - 10; modules-left = [ "cpu" "memory" "disk" ]; modules-center = ["custom/clock"]; - modules-right = ["cava"]; + modules-right = ["custom/caway"]; "custom/clock" = { format = " {}  "; exec = "bash /home/deadvey/Code/git/time-to-metrictime-converter/time.sh --hex";