1
0
Fork 0
forked from foxora/nix

fixed outer gap and added waybar config for mango :3

This commit is contained in:
foxora 2026-02-24 16:59:56 +00:00
parent 6ba376e1f5
commit 8252c59090
4 changed files with 22 additions and 6 deletions

View file

@ -14,6 +14,11 @@
"hyprland/workspaces" = {
format = "{id}";
};
"ext/workspaces" = { # not enabled yet, hyprland and mango need two different configs ;-;
format = "{id}";
ignore-hidden = true;
on-click = "activate";
};
"wlr/taskbar" = {
format = "{icon}";
icon-size = 12;
@ -84,11 +89,6 @@
# fixes spotify not showing up when "close button should minimize the Spotify window" is false
show-passive-items = true;
};
# i only enable this for debugging of window rules lol
"hyprland/window" = {
format = "{class} | {title}";
};
};
};