This commit is contained in:
iFargle 2024-01-05 11:12:52 +09:00
parent f6408981f8
commit 8cdffb62e9
2 changed files with 32 additions and 33 deletions
home-manager/common/desktops/hyprland/themes/stylix
nixos/common/desktops/hyprland

View file

@ -7,14 +7,14 @@
background-image: none;
}
window {
background-color: #${config.lib.stylix.colors.base05};
background-color: #${config.lib.stylix.colors.base00};
}
button {
color: #${config.lib.stylix.colors.base04};
font-size: 0px;
border-radius: 5000px;
margin: 25px;
background-color: #${config.lib.stylix.colors.base01};
background-color: #${config.lib.stylix.colors.base06};
border-style: solid;
border-width: 3px;
background-repeat: no-repeat;
@ -23,7 +23,7 @@
}
button:active, button:hover {
background-color: #${config.lib.stylix.colors.base00};
background-color: #${config.lib.stylix.colors.base05};
outline-style: none;
}

View file

@ -93,7 +93,6 @@
AllowHibernate=yes
AllowSuspendThenhibernate=yes
AllowHybridSleep=yes
HibernateDelaySec=600
'';