polish waybar
This commit is contained in:
parent
91a3a9e69b
commit
fcd49a62b7
2 changed files with 6 additions and 4 deletions
|
@ -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"],
|
||||
|
|
|
@ -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;;*/
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue