Fixed waybar

This commit is contained in:
2026-04-05 12:12:59 +02:00
parent 45f853b376
commit 0d4654203c
14 changed files with 121 additions and 925 deletions

View File

@@ -3,19 +3,15 @@
"hyprland/workspaces" = {
format = "{icon}";
format-icons = {
default = "";
active = "";
default = " ";
active = " ";
};
};
"custom/mako" = {
tooltip = false;
format = "{icon}";
format-icons = {
enabled = " ";
disabled = " ";
};
format = "{}";
return-type = "json";
exec = "makoctl mode | grep -q do-not-disturb && echo '{\"text\":\"\",\"class\":\"disabled\"}' || echo '{\"text\":\"\",\"class\":\"enabled\"}'";
exec = "sh ~/.config/waybar/mako.sh";
on-click = "makoctl mode -t do-not-disturb";
interval = 1;
};