fix(waybar): proper formatting for powermenu

This commit is contained in:
2026-08-07 01:36:55 +02:00
parent 582c2f6ad6
commit 9c4580d804
3 changed files with 104 additions and 54 deletions

View File

@@ -128,11 +128,23 @@ button {
#group-power {
background-color: @base;
border-radius: 10px;
padding: 3px 5px;
padding: 3px 8px;
margin-left: 3px;
color: @text;
}
#custom-quit,
#custom-lock,
#custom-suspend,
#custom-reboot,
#custom-power {
padding: 3px 6px;
}
#custom-power{
font-size: 20px;
}
@keyframes blink {
to {
background-color: @subtext1;