54 lines
1.1 KiB
CSS
54 lines
1.1 KiB
CSS
* {
|
|
font-family: "Noto Sans Regular";
|
|
font-size: 12pt;
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
window {
|
|
background-color: rgba(30, 30, 46, 0.90);
|
|
}
|
|
|
|
button {
|
|
border-radius: 0;
|
|
border-color: #89b4fa;
|
|
text-decoration-color: #cdd6f4;
|
|
color: #cdd6f4;
|
|
background-color: #181825;
|
|
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(48, 50, 66);
|
|
outline-style: none;
|
|
}
|
|
|
|
#lock {
|
|
background-image: url("/home/fscotto/.config/wlogout/icons/lock.svg");
|
|
}
|
|
|
|
#logout {
|
|
background-image: url("/home/fscotto/.config/wlogout/icons/logout.svg");
|
|
}
|
|
|
|
#suspend {
|
|
background-image: url("/home/fscotto/.config/wlogout/icons/suspend.svg");
|
|
}
|
|
|
|
#hibernate {
|
|
background-image: url("/home/fscotto/.config/wlogout/icons/hibernate.svg");
|
|
}
|
|
|
|
#shutdown {
|
|
background-image: url("/home/fscotto/.config/wlogout/icons/shutdown.svg");
|
|
}
|
|
|
|
#reboot {
|
|
background-image: url("/home/fscotto/.config/wlogout/icons/reboot.svg");
|
|
}
|