hair space between icons and text

This commit is contained in:
John Mertz 2022-08-23 13:58:01 -06:00
parent d9f20e07f8
commit e8df2abe5d
1 changed files with 7 additions and 7 deletions

View File

@ -187,26 +187,26 @@
"on-click": "if [ $(sudo pgrep -xc rofi) -gt 0 ]; then pkill rofi; else ${HOME}/scripts/rofi/rofi-openvpn.sh; fi" "on-click": "if [ $(sudo pgrep -xc rofi) -gt 0 ]; then pkill rofi; else ${HOME}/scripts/rofi/rofi-openvpn.sh; fi"
}, },
"cpu": { "cpu": {
"format": "{usage}%", "format": "\u200a{usage}%",
"tooltip": true, "tooltip": true,
"on-click": "${HOME}/scripts/waybar/waybar-cpu.sh" "on-click": "${HOME}/scripts/waybar/waybar-cpu.sh"
}, },
"memory": { "memory": {
"format": "{}%", "format": "\u200a{}%",
"on-click": "${HOME}/scripts/waybar/waybar-mem.sh" "on-click": "${HOME}/scripts/waybar/waybar-mem.sh"
}, },
"custom/disk": { "custom/disk": {
"format": "\uf0a0{}", "format": "\uf0a0\u200a{}",
"exec": "df / | tail -n 1 | awk {'print $5'}", "exec": "df / | tail -n 1 | awk {'print $5'}",
"on-click": "${HOME}/scripts/waybar/waybar-disk.sh" "on-click": "${HOME}/scripts/waybar/waybar-disk.sh"
}, },
"temperature": { "temperature": {
"critical-threshold": 80, "critical-threshold": 80,
"format": "{temperatureC}°C" "format": "\u200a{temperatureC}°C"
}, },
"backlight": { "backlight": {
// "device": "acpi_video1", // "device": "acpi_video1",
"format": "{icon}{percent}%", "format": "{icon}\u200a{percent}%",
"format-icons": [ "•", "☼", "o", "", ""], "format-icons": [ "•", "☼", "o", "", ""],
"on-click": "${HOME}/scripts/thinkpad/blc.pl --notify %", "on-click": "${HOME}/scripts/thinkpad/blc.pl --notify %",
"on-scroll-up": "${HOME}/scripts/thinkpad/blc.pl --notify ++", "on-scroll-up": "${HOME}/scripts/thinkpad/blc.pl --notify ++",
@ -215,13 +215,13 @@
"custom/battery": { "custom/battery": {
"format": "{}", "format": "{}",
"return-type": "json", "return-type": "json",
"exec": "${HOME}/scripts/thinkpad/pow.pl -b", "exec": "${HOME}/scripts/thinkpad/pow.pl --bar",
"interval": 5, "interval": 5,
"on-click": "notify-send Power \"`${HOME}/scripts/thinkpad/pow.pl -p`\"" "on-click": "notify-send Power \"`${HOME}/scripts/thinkpad/pow.pl -p`\""
}, },
"pulseaudio": { "pulseaudio": {
//"scroll-step": 1, //"scroll-step": 1,
"format": "{icon}{volume}%", "format": "{icon}\u200a{volume}%",
"format-bluetooth": "{icon}{volume}%", "format-bluetooth": "{icon}{volume}%",
"format-muted": "", "format-muted": "",
"format-icons": { "format-icons": {