forked from foxora/nix
fixed outer gap and added waybar config for mango :3
This commit is contained in:
parent
6ba376e1f5
commit
8252c59090
4 changed files with 22 additions and 6 deletions
|
|
@ -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}";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue