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",
|
"include": "~/.config/waybar/modules.json",
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"exclusive": true,
|
"exclusive": true,
|
||||||
|
"height": 54,
|
||||||
"passthrough": false,
|
"passthrough": false,
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"fixed-center": true,
|
"fixed-center": true,
|
||||||
|
|
|
||||||
|
|
@ -15,9 +15,9 @@ button {
|
||||||
color: @main;
|
color: @main;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
|
background-position: center center;
|
||||||
|
background-size: 15%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
|
||||||
background-size: 25%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
button:active,
|
button:active,
|
||||||
|
|
@ -30,17 +30,6 @@ button:hover {
|
||||||
transition-duration: 0.3s;
|
transition-duration: 0.3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
#lock,
|
|
||||||
#logout,
|
|
||||||
#suspend,
|
|
||||||
#hibernate,
|
|
||||||
#shutdown,
|
|
||||||
#reboot {
|
|
||||||
background-position: center center;
|
|
||||||
background-size: 250px;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
}
|
|
||||||
|
|
||||||
#lock {
|
#lock {
|
||||||
background-image: url("icons/lock.svg");
|
background-image: url("icons/lock.svg");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue