Fix Waybar Font and Icon Spacing

This commit is contained in:
Sravan Balaji
2024-09-28 11:15:41 -04:00
parent 0f3b21946c
commit 95f75e3e5b
3 changed files with 20 additions and 18 deletions

View File

@@ -567,7 +567,8 @@ window#waybar {
.module {
border-radius: 25px;
padding: 0px 3px;
font-size: 14px;
font-size: 15px;
font-family: Ubuntu Nerd Font
}
#+END_SRC
@@ -583,7 +584,7 @@ window#waybar {
"format": "{icon} {capacity}%",
"format-icons": ["󰂎", "󰁺", "󰁻", "󰁼", "󰁽", "󰁾", "󰁿", "󰂀", "󰂁", "󰂂", "󰁹"],
"tooltip": true,
"tooltip-format": "󱧥 {timeTo}\n󱐋 {power} W\n󱠴 {cycles}\n󱈏 {health}%",
"tooltip-format": "󱧥\t{timeTo}\n󱐋\t{power} W\n󱠴\t{cycles}\n󱈏\t{health}%",
},
#+END_SRC

View File

@@ -32,7 +32,7 @@
"format": "{icon} {capacity}%",
"format-icons": ["󰂎", "󰁺", "󰁻", "󰁼", "󰁽", "󰁾", "󰁿", "󰂀", "󰂁", "󰂂", "󰁹"],
"tooltip": true,
"tooltip-format": "󱧥 {timeTo}\n󱐋 {power} W\n󱠴 {cycles}\n󱈏 {health}%",
"tooltip-format": "󱧥\t{timeTo}\n󱐋\t{power} W\n󱠴\t{cycles}\n󱈏\t{health}%",
},
"cpu": {

View File

@@ -5,7 +5,8 @@ window#waybar {
.module {
border-radius: 25px;
padding: 0px 3px;
font-size: 14px;
font-size: 15px;
font-family: Ubuntu Nerd Font
}
#battery {