diff --git a/home-manager/home.nix b/home-manager/home.nix index d51e4f1..6577f4c 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -215,11 +215,16 @@ in height = 20; modules-left = ["hyprland/workspaces"]; modules-center = ["custom/clock"]; + modules-right = ["custom/caway"]; "custom/clock" = { format = "{}"; exec = "bash /home/deadvey/Code/git/time-to-metrictime-converter/time.sh --hex"; interval = 1; }; + "custom/caway" = { + format = "{}"; + exec = "ssh max@debian bash /home/max/caway.sh"; + }; "hyprland/workspaces" = { all-outputs = true; format = "{icon}";