20 lines
384 B
Nix
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;
|
|
};
|
|
};
|
|
}
|