adjust waybar to use proper mono nerdfonts and increase size because again, i'm blind
This commit is contained in:
parent
37e54f37ab
commit
cee6298642
2 changed files with 6 additions and 4 deletions
|
@ -32,7 +32,7 @@
|
||||||
"on-click": "activate",
|
"on-click": "activate",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"1": "",
|
"1": "",
|
||||||
"2": "",
|
"2": "",
|
||||||
"3": "",
|
"3": "",
|
||||||
"4": "",
|
"4": "",
|
||||||
"5": "",
|
"5": "",
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
"sort-by-number": true
|
"sort-by-number": true
|
||||||
},
|
},
|
||||||
"custom/pacman": {
|
"custom/pacman": {
|
||||||
"format": "<span color=\"#8BE9FD\"> </span>{}",
|
"format": "<span color=\"#8BE9FD\"> </span>{}",
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
"tooltip-format": "Available updates",
|
"tooltip-format": "Available updates",
|
||||||
"interval": 60,
|
"interval": 60,
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
* {
|
* {
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 10;
|
border-radius: 10;
|
||||||
font-family: "Droid Sans Font, Font Awesome, Roboto, FreeSans, FreeSerif" ;
|
font-family: "Droid Sans Font Mono, Font Awesome, Roboto, FreeSans, FreeSerif" ;
|
||||||
font-size: 15px;
|
font-size: 16px;
|
||||||
min-height: 10px;
|
min-height: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -54,6 +54,8 @@ window#waybar.hidden {
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
|
padding-top: 2px;
|
||||||
|
padding-bottom: 2px;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
transition: none;
|
transition: none;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue