mirror of
https://github.com/fscotto/infra.git
synced 2026-05-31 07:49:57 +00:00
sway: add wlogout, waybar power button, layer effects
This commit is contained in:
42
dotfiles/desktop/.config/wlogout/style.css
Normal file
42
dotfiles/desktop/.config/wlogout/style.css
Normal file
@@ -0,0 +1,42 @@
|
||||
* {
|
||||
background-image: none;
|
||||
box-shadow: none;
|
||||
font-family: "LiterationMono Nerd Font", "Symbols Nerd Font Mono", monospace;
|
||||
font-size: 14pt;
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: rgba(31, 31, 40, 0.85);
|
||||
}
|
||||
|
||||
button {
|
||||
color: #d0d0d0;
|
||||
background-color: #2b2b36;
|
||||
border: 2px solid #3a3a46;
|
||||
border-radius: 8px;
|
||||
margin: 12px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: 25%;
|
||||
}
|
||||
|
||||
button:focus,
|
||||
button:active,
|
||||
button:hover {
|
||||
color: #ffffff;
|
||||
background-color: #4a90d9;
|
||||
border-color: #4a90d9;
|
||||
outline-style: none;
|
||||
}
|
||||
|
||||
#logout {
|
||||
background-image: image(url("/usr/share/wlogout/icons/logout.png"));
|
||||
}
|
||||
|
||||
#reboot {
|
||||
background-image: image(url("/usr/share/wlogout/icons/reboot.png"));
|
||||
}
|
||||
|
||||
#shutdown {
|
||||
background-image: image(url("/usr/share/wlogout/icons/shutdown.png"));
|
||||
}
|
||||
Reference in New Issue
Block a user