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",
|
"position": "top",
|
||||||
"height": 20,
|
"height": 20,
|
||||||
"spacing": 4,
|
"spacing": 4,
|
||||||
// "mode": "dock",
|
"mode": "dock",
|
||||||
// "margin-top": 5,
|
"margin-top": 0,
|
||||||
// "margin-bottom": 3,
|
"margin-bottom": 0,
|
||||||
|
|
||||||
// Choose the order of the modules
|
// Choose the order of the modules
|
||||||
"modules-left":[ "custom/launcher", "cpu", "memory", "custom/update"],
|
"modules-left":[ "custom/launcher", "cpu", "memory", "custom/update"],
|
||||||
|
|
|
@ -95,6 +95,7 @@ window#waybar.hidden {
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-power {
|
#custom-power {
|
||||||
|
font-size: 17px;
|
||||||
color: white;
|
color: white;
|
||||||
/* border-radius: 0px 20px 20px 0px;*/
|
/* border-radius: 0px 20px 20px 0px;*/
|
||||||
}
|
}
|
||||||
|
@ -154,6 +155,7 @@ label:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
|
font-size: 20px;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -170,7 +172,7 @@ label:focus {
|
||||||
#custom-launcher{
|
#custom-launcher{
|
||||||
|
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 25px;
|
font-size: 20px;
|
||||||
/* border-radius: 20px 0px 0px 20px;;*/
|
/* border-radius: 20px 0px 0px 20px;;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue