fix: wlogout icon size
This commit is contained in:
parent
e947f9e48c
commit
de1032ad35
2 changed files with 3 additions and 13 deletions
|
|
@ -4,6 +4,7 @@
|
|||
"include": "~/.config/waybar/modules.json",
|
||||
"layer": "top",
|
||||
"exclusive": true,
|
||||
"height": 54,
|
||||
"passthrough": false,
|
||||
"position": "top",
|
||||
"fixed-center": true,
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue