add gaps, rounding and blur

This commit is contained in:
ant 2025-05-21 22:53:06 +02:00
parent 4f66664841
commit 071aed1c2b
3 changed files with 8 additions and 6 deletions

View file

@ -67,6 +67,7 @@
{ home.username = "ant"; }
./home.nix
{ home.packages = [ inputs.st-flexipatch.packages.${system}.st ]; }
{ wayland.windowManager.hyprland.package = pkgs-unstable.hyprland; }
];
};
};

View file

@ -89,8 +89,8 @@
};
general = {
gaps_in = 0;
gaps_out = 0;
gaps_in = 2;
gaps_out = 2;
border_size = 0;
"col.active_border" = "rgb(000000)";
"col.inactive_border" = "rgba(00000000)";
@ -99,8 +99,9 @@
decoration = {
blur = {
enabled = false;
enabled = true;
};
rounding = 5;
};
animations = {
@ -131,7 +132,6 @@
};
windowrule = "float, floating";
layerrule = "blur, waybar";
"$mod" = "SUPER";
@ -393,7 +393,8 @@
env = HYPRCURSOR_THEME,Hackneyed
env = HYPRCURSOR_SIZE,24
windowrule=tile,Nsxiv
windowrule = float, class:floating
windowrule = tile, class:Nsxiv
exec = pkill swaybg; ${swaybgScript}
exec = pkill waybar; ${pkgs.waybar}/bin/waybar

View file

@ -10,7 +10,7 @@ label.module {
}
window#waybar {
background: rgba(255, 255, 255, .3);
background: rgba(255, 255, 255, .0);
}
#controls,