dots/configs/wlogout/style.css
2025-09-01 12:17:39 -04:00

53 lines
1 KiB
CSS

* {
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");
}