add gaps, rounding and blur
This commit is contained in:
parent
4f66664841
commit
071aed1c2b
3 changed files with 8 additions and 6 deletions
|
|
@ -67,6 +67,7 @@
|
|||
{ home.username = "ant"; }
|
||||
./home.nix
|
||||
{ home.packages = [ inputs.st-flexipatch.packages.${system}.st ]; }
|
||||
{ wayland.windowManager.hyprland.package = pkgs-unstable.hyprland; }
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
11
hyprland.nix
11
hyprland.nix
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ label.module {
|
|||
}
|
||||
|
||||
window#waybar {
|
||||
background: rgba(255, 255, 255, .3);
|
||||
background: rgba(255, 255, 255, .0);
|
||||
}
|
||||
|
||||
#controls,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue