dotfiles/wlogout/style.css
2025-05-29 20:29:02 -05:00

50 lines
1,011 B
CSS

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