Fix Waybar Font and Icon Spacing
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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": {
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user