mirror of
https://github.com/Derisis13/dotfiles.git
synced 2026-09-16 10:00:51 +02:00
fix(waybar): proper formatting for powermenu
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user