test
This commit is contained in:
parent
f6408981f8
commit
8cdffb62e9
2 changed files with 32 additions and 33 deletions
home-manager/common/desktops/hyprland/themes/stylix
nixos/common/desktops/hyprland
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -93,7 +93,6 @@
|
|||
AllowHibernate=yes
|
||||
AllowSuspendThenhibernate=yes
|
||||
AllowHybridSleep=yes
|
||||
|
||||
HibernateDelaySec=600
|
||||
'';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue