fix: wlogout icon size

This commit is contained in:
DACHXY 2025-01-15 14:25:01 +08:00
parent e947f9e48c
commit de1032ad35
2 changed files with 3 additions and 13 deletions

View file

@ -4,6 +4,7 @@
"include": "~/.config/waybar/modules.json",
"layer": "top",
"exclusive": true,
"height": 54,
"passthrough": false,
"position": "top",
"fixed-center": true,

View file

@ -15,9 +15,9 @@ button {
color: @main;
border-style: solid;
border-width: 2px;
background-position: center center;
background-size: 15%;
background-repeat: no-repeat;
background-position: center;
background-size: 25%;
}
button:active,
@ -30,17 +30,6 @@ button:hover {
transition-duration: 0.3s;
}
#lock,
#logout,
#suspend,
#hibernate,
#shutdown,
#reboot {
background-position: center center;
background-size: 250px;
background-repeat: no-repeat;
}
#lock {
background-image: url("icons/lock.svg");
}