migrate to dotter
This commit is contained in:
parent
c5618f2f2c
commit
23b6c0a596
265 changed files with 62 additions and 3125 deletions
53
configs/wlogout/style.css
Normal file
53
configs/wlogout/style.css
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
* {
|
||||
background-image: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: rgba(36, 39, 58, 0.9);
|
||||
}
|
||||
|
||||
button {
|
||||
border-radius: 0;
|
||||
border-color: #8bd5ca;
|
||||
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 {
|
||||
/* 20% Overlay 2, 80% mantle */
|
||||
background-color: rgb(53, 57, 75);
|
||||
outline-style: none;
|
||||
}
|
||||
|
||||
#lock {
|
||||
background-image: url("/home/aleidk/.config/wlogout/icons/lock.svg");
|
||||
}
|
||||
|
||||
#logout {
|
||||
background-image: url("/home/aleidk/.config/wlogout/icons/logout.svg");
|
||||
}
|
||||
|
||||
#suspend {
|
||||
background-image: url("/home/aleidk/.config/wlogout/icons/suspend.svg");
|
||||
}
|
||||
|
||||
#hibernate {
|
||||
background-image: url("/home/aleidk/.config/wlogout/icons/hibernate.svg");
|
||||
}
|
||||
|
||||
#shutdown {
|
||||
background-image: url("/home/aleidk/.config/wlogout/icons/shutdown.svg");
|
||||
}
|
||||
|
||||
#reboot {
|
||||
background-image: url("/home/aleidk/.config/wlogout/icons/reboot.svg");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue