diff --git a/.config/waybar/config b/.config/waybar/config
index 7e7d995..51f6628 100644
--- a/.config/waybar/config
+++ b/.config/waybar/config
@@ -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": " {}",
+ "format": " {}",
"tooltip": true,
"tooltip-format": "Available updates",
"interval": 60,
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 994308c..c0bccfb 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -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;