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.username = "ant"; }
|
||||||
./home.nix
|
./home.nix
|
||||||
{ home.packages = [ inputs.st-flexipatch.packages.${system}.st ]; }
|
{ 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 = {
|
general = {
|
||||||
gaps_in = 0;
|
gaps_in = 2;
|
||||||
gaps_out = 0;
|
gaps_out = 2;
|
||||||
border_size = 0;
|
border_size = 0;
|
||||||
"col.active_border" = "rgb(000000)";
|
"col.active_border" = "rgb(000000)";
|
||||||
"col.inactive_border" = "rgba(00000000)";
|
"col.inactive_border" = "rgba(00000000)";
|
||||||
|
|
@ -99,8 +99,9 @@
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
blur = {
|
blur = {
|
||||||
enabled = false;
|
enabled = true;
|
||||||
};
|
};
|
||||||
|
rounding = 5;
|
||||||
};
|
};
|
||||||
|
|
||||||
animations = {
|
animations = {
|
||||||
|
|
@ -131,7 +132,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
windowrule = "float, floating";
|
|
||||||
layerrule = "blur, waybar";
|
layerrule = "blur, waybar";
|
||||||
|
|
||||||
"$mod" = "SUPER";
|
"$mod" = "SUPER";
|
||||||
|
|
@ -393,7 +393,8 @@
|
||||||
env = HYPRCURSOR_THEME,Hackneyed
|
env = HYPRCURSOR_THEME,Hackneyed
|
||||||
env = HYPRCURSOR_SIZE,24
|
env = HYPRCURSOR_SIZE,24
|
||||||
|
|
||||||
windowrule=tile,Nsxiv
|
windowrule = float, class:floating
|
||||||
|
windowrule = tile, class:Nsxiv
|
||||||
|
|
||||||
exec = pkill swaybg; ${swaybgScript}
|
exec = pkill swaybg; ${swaybgScript}
|
||||||
exec = pkill waybar; ${pkgs.waybar}/bin/waybar
|
exec = pkill waybar; ${pkgs.waybar}/bin/waybar
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ label.module {
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background: rgba(255, 255, 255, .3);
|
background: rgba(255, 255, 255, .0);
|
||||||
}
|
}
|
||||||
|
|
||||||
#controls,
|
#controls,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue