hyprland/decorations.nix: enable theming
This commit is contained in:
parent
fc1175b8a0
commit
fcbd4cd0af
1 changed files with 12 additions and 9 deletions
|
@ -2,7 +2,8 @@ _: {
|
||||||
programs.hyprland.settings = {
|
programs.hyprland.settings = {
|
||||||
#Decoration settings
|
#Decoration settings
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding = 0;
|
rounding = 10;
|
||||||
|
rounding_power = 3;
|
||||||
blur = {
|
blur = {
|
||||||
enabled = false;
|
enabled = false;
|
||||||
size = 3;
|
size = 3;
|
||||||
|
@ -16,15 +17,15 @@ _: {
|
||||||
];
|
];
|
||||||
# Hyprland anomations, using the above bezier curves
|
# Hyprland anomations, using the above bezier curves
|
||||||
animations = {
|
animations = {
|
||||||
enabled = false;
|
enabled = true;
|
||||||
# animation = [
|
|
||||||
# "windows, 1, 4, dupa, popin"
|
|
||||||
# "windowsOut, 1, 4, dupa, slide"
|
|
||||||
# "border, 1, 15, default"
|
|
||||||
# "fade, 1, 10, default"
|
|
||||||
# "workspaces, 1, 5, dupa, slidevert"
|
|
||||||
# ];
|
|
||||||
};
|
};
|
||||||
|
animation = [
|
||||||
|
"windows, 1, 4, dupa, popin"
|
||||||
|
"windowsOut, 1, 4, dupa, slide"
|
||||||
|
"border, 1, 15, default"
|
||||||
|
"fade, 1, 10, default"
|
||||||
|
"workspaces, 1, 5, dupa, slidevert"
|
||||||
|
];
|
||||||
|
|
||||||
cursor = {
|
cursor = {
|
||||||
hide_on_key_press = true;
|
hide_on_key_press = true;
|
||||||
|
@ -35,8 +36,10 @@ _: {
|
||||||
enable_swallow = true;
|
enable_swallow = true;
|
||||||
swallow_regex = "foot";
|
swallow_regex = "foot";
|
||||||
focus_on_activate = true;
|
focus_on_activate = true;
|
||||||
|
|
||||||
vrr = 1;
|
vrr = 1;
|
||||||
vfr = true;
|
vfr = true;
|
||||||
|
|
||||||
animate_manual_resizes = false;
|
animate_manual_resizes = false;
|
||||||
animate_mouse_windowdragging = false;
|
animate_mouse_windowdragging = false;
|
||||||
force_default_wallpaper = 0;
|
force_default_wallpaper = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue