🎉 First commit
This commit is contained in:
commit
cade5ac6b6
231 changed files with 48507 additions and 0 deletions
50
wlogout/style.css
Normal file
50
wlogout/style.css
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
* {
|
||||
background-image: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: rgba(36, 39, 58, 0.90);
|
||||
}
|
||||
|
||||
button {
|
||||
border-radius: 0;
|
||||
border-color: #a6da95;
|
||||
text-decoration-color: #cad3f5;
|
||||
color: #cad3f5;
|
||||
background-color: #1e2030;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: 25%;
|
||||
}
|
||||
|
||||
button:focus, button:active, button:hover {
|
||||
background-color: rgb(53, 57, 75);
|
||||
outline-style: none;
|
||||
}
|
||||
|
||||
#lock {
|
||||
background-image: url("/home/nirogu/.config/wlogout/icons/lock.svg");
|
||||
}
|
||||
|
||||
#logout {
|
||||
background-image: url("/home/nirogu/.config/wlogout/icons/logout.svg");
|
||||
}
|
||||
|
||||
#suspend {
|
||||
background-image: url("/home/nirogu/.config/wlogout/icons/suspend.svg");
|
||||
}
|
||||
|
||||
#hibernate {
|
||||
background-image: url("/home/nirogu/.config/wlogout/icons/hibernate.svg");
|
||||
}
|
||||
|
||||
#shutdown {
|
||||
background-image: url("/home/nirogu/.config/wlogout/icons/shutdown.svg");
|
||||
}
|
||||
|
||||
#reboot {
|
||||
background-image: url("/home/nirogu/.config/wlogout/icons/reboot.svg");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue