2024-11-18 21:55 : id 200

This commit is contained in:
deadvey 2024-11-18 21:55:54 +00:00
parent 407018e68b
commit 0ad5516da3

View File

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