test
This commit is contained in:
parent
eb1e4d37c4
commit
6c81bd94b3
1 changed files with 23 additions and 0 deletions
|
@ -51,6 +51,29 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
target = "./wlogout/style.css";
|
target = "./wlogout/style.css";
|
||||||
text = ''
|
text = ''
|
||||||
|
* {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
window {
|
||||||
|
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.base02};
|
||||||
|
border-style: solid;
|
||||||
|
border-width: 3px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
background-size: 25%;
|
||||||
|
}
|
||||||
|
button:active, button:hover {
|
||||||
|
background-color: #${config.lib.stylix.colors.base08};
|
||||||
|
outline-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
#lock { background-image: url("/etc/nixos/git/home-manager/common/desktops/hyprland/assets/wlogout/lock.png"); }
|
#lock { background-image: url("/etc/nixos/git/home-manager/common/desktops/hyprland/assets/wlogout/lock.png"); }
|
||||||
#logout { background-image: url("/etc/nixos/git/home-manager/common/desktops/hyprland/assets/wlogout/logout.png"); }
|
#logout { background-image: url("/etc/nixos/git/home-manager/common/desktops/hyprland/assets/wlogout/logout.png"); }
|
||||||
#suspend { background-image: url("/etc/nixos/git/home-manager/common/desktops/hyprland/assets/wlogout/suspend.png"); }
|
#suspend { background-image: url("/etc/nixos/git/home-manager/common/desktops/hyprland/assets/wlogout/suspend.png"); }
|
||||||
|
|
Loading…
Add table
Reference in a new issue