Files
cyper-nix/home/desktop/waybar/hyprland-wm.nix
2026-04-05 12:12:59 +02:00

20 lines
384 B
Nix

{
widgets = {
"hyprland/workspaces" = {
format = "{icon}";
format-icons = {
default = " ";
active = " ";
};
};
"custom/mako" = {
tooltip = false;
format = "{}";
return-type = "json";
exec = "sh ~/.config/waybar/mako.sh";
on-click = "makoctl mode -t do-not-disturb";
interval = 1;
};
};
}