polish waybar

This commit is contained in:
kuoi 2022-08-21 22:26:42 +01:00
parent 91a3a9e69b
commit fcd49a62b7
2 changed files with 6 additions and 4 deletions

View File

@ -3,9 +3,9 @@
"position": "top",
"height": 20,
"spacing": 4,
// "mode": "dock",
// "margin-top": 5,
// "margin-bottom": 3,
"mode": "dock",
"margin-top": 0,
"margin-bottom": 0,
// Choose the order of the modules
"modules-left":[ "custom/launcher", "cpu", "memory", "custom/update"],

View File

@ -95,6 +95,7 @@ window#waybar.hidden {
}
#custom-power {
font-size: 17px;
color: white;
/* border-radius: 0px 20px 20px 0px;*/
}
@ -154,6 +155,7 @@ label:focus {
}
#pulseaudio {
font-size: 20px;
color: white;
}
@ -170,7 +172,7 @@ label:focus {
#custom-launcher{
color: white;
font-size: 25px;
font-size: 20px;
/* border-radius: 20px 0px 0px 20px;;*/
}