adjust waybar to use proper mono nerdfonts and increase size because again, i'm blind

This commit is contained in:
Simon Belmont 2025-04-09 14:05:16 -04:00
parent 37e54f37ab
commit cee6298642
2 changed files with 6 additions and 4 deletions

View file

@ -32,7 +32,7 @@
"on-click": "activate",
"format-icons": {
"1": "󰈹",
"2": "",
"2": "",
"3": "󰷈",
"4": "󱇤",
"5": "",
@ -65,7 +65,7 @@
"sort-by-number": true
},
"custom/pacman": {
"format": "<span color=\"#8BE9FD\">󰣇 </span>{}",
"format": "<span color=\"#8BE9FD\"> </span>{}",
"tooltip": true,
"tooltip-format": "Available updates",
"interval": 60,

View file

@ -1,8 +1,8 @@
* {
border: none;
border-radius: 10;
font-family: "Droid Sans Font, Font Awesome, Roboto, FreeSans, FreeSerif" ;
font-size: 15px;
font-family: "Droid Sans Font Mono, Font Awesome, Roboto, FreeSans, FreeSerif" ;
font-size: 16px;
min-height: 10px;
}
@ -54,6 +54,8 @@ window#waybar.hidden {
margin-left: 8px;
padding-left: 10px;
padding-right: 10px;
padding-top: 2px;
padding-bottom: 2px;
margin-bottom: 0px;
border-radius: 10px;
transition: none;