mirror of
https://github.com/Derisis13/dotfiles.git
synced 2026-09-16 10:00:51 +02:00
fix(waybar): consistent icon placement
This commit is contained in:
@@ -26,12 +26,12 @@
|
|||||||
"pulseaudio": {
|
"pulseaudio": {
|
||||||
// "scroll-step": 1, // %, can be a float
|
// "scroll-step": 1, // %, can be a float
|
||||||
//"reverse-scrolling": 1,
|
//"reverse-scrolling": 1,
|
||||||
"format": "{icon} {volume}% {format_source}",
|
"format": "{volume}% {icon} {format_source}",
|
||||||
"format-bluetooth": "{icon} {volume}% {format_source}",
|
"format-bluetooth": "{volume}% {icon} {format_source}",
|
||||||
"format-bluetooth-muted": "{icon} {format_source}",
|
"format-bluetooth-muted": "{volume}% {icon} {format_source}",
|
||||||
"format-muted": " {volume}% {format_source}",
|
"format-muted": "{volume}% {format_source}",
|
||||||
"format-source": " {volume}%",
|
"format-source": "{volume}% ",
|
||||||
"format-source-muted": " {volume}%",
|
"format-source-muted": "{volume}% ",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"headphone": "",
|
"headphone": "",
|
||||||
"hands-free": "",
|
"hands-free": "",
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
"bluetooth": {
|
"bluetooth": {
|
||||||
"format": "",
|
"format": "",
|
||||||
"format-disabled": "",
|
"format-disabled": "",
|
||||||
"format-connected": " {num_connections}",
|
"format-connected": "{num_connections} ",
|
||||||
"tooltip-format-enumerate-connected": "{device_alias}",
|
"tooltip-format-enumerate-connected": "{device_alias}",
|
||||||
"tooltip-format-connected": "{device_enumerate}",
|
"tooltip-format-connected": "{device_enumerate}",
|
||||||
"on-click": "uwsm app blueman-manager"
|
"on-click": "uwsm app blueman-manager"
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
|
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"interval": 1,
|
"interval": 1,
|
||||||
"format": " {usage:02d}%{icon0}{icon1}{icon2}{icon3}{icon4}{icon5}{icon6}{icon7}",
|
"format": "{usage:02d}%{icon0}{icon1}{icon2}{icon3}{icon4}{icon5}{icon6}{icon7} ",
|
||||||
"format-icons": [
|
"format-icons": [
|
||||||
"<span color='#a6da95'>▁</span>", // green
|
"<span color='#a6da95'>▁</span>", // green
|
||||||
"<span color='#8aadf4'>▂</span>", // blue
|
"<span color='#8aadf4'>▂</span>", // blue
|
||||||
@@ -109,7 +109,7 @@
|
|||||||
|
|
||||||
"memory": {
|
"memory": {
|
||||||
"interval": 5,
|
"interval": 5,
|
||||||
"format": " {percentage}%"
|
"format": "{percentage}% "
|
||||||
},
|
},
|
||||||
|
|
||||||
"group/group-power": {
|
"group/group-power": {
|
||||||
@@ -158,7 +158,7 @@
|
|||||||
"warning": 20,
|
"warning": 20,
|
||||||
"critical": 5
|
"critical": 5
|
||||||
},
|
},
|
||||||
"format": "{icon}{capacity}%",
|
"format": "{capacity}% {icon}",
|
||||||
"format-charging": "{capacity}% ",
|
"format-charging": "{capacity}% ",
|
||||||
"format-plugged": "{capacity}% ",
|
"format-plugged": "{capacity}% ",
|
||||||
// "format-alt": "{time} {icon}",
|
// "format-alt": "{time} {icon}",
|
||||||
@@ -170,7 +170,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
"backlight": {
|
"backlight": {
|
||||||
"format": "{icon} {percent}%",
|
"format": "{percent}% {icon}",
|
||||||
"format-icons": ["", "", ""]
|
"format-icons": ["", "", ""]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user