hyprland: enable blur on bar
This commit is contained in:
parent
2139842502
commit
8a094b8081
1 changed files with 3 additions and 1 deletions
|
|
@ -132,7 +132,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
layerrule = "blur, waybar";
|
|
||||||
|
|
||||||
"$mod" = "SUPER";
|
"$mod" = "SUPER";
|
||||||
|
|
||||||
|
|
@ -396,6 +395,9 @@
|
||||||
windowrule = float, class:floating
|
windowrule = float, class:floating
|
||||||
windowrule = tile, class:Nsxiv
|
windowrule = tile, class:Nsxiv
|
||||||
|
|
||||||
|
layerrule = blur, waybar
|
||||||
|
layerrule = blur, quickshell:bar
|
||||||
|
|
||||||
exec = pkill swaybg; ${swaybgScript}
|
exec = pkill swaybg; ${swaybgScript}
|
||||||
exec = pkill waybar; ${pkgs.waybar}/bin/waybar
|
exec = pkill waybar; ${pkgs.waybar}/bin/waybar
|
||||||
exec = pkill dunst; ${pkgs.dunst}/bin/dunst -print >> ~/.local/state/notifications-history
|
exec = pkill dunst; ${pkgs.dunst}/bin/dunst -print >> ~/.local/state/notifications-history
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue