Fix icons

This commit is contained in:
Erin Nova 2023-10-03 11:12:25 -04:00
parent 1af9c86566
commit 76ed5f7637
No known key found for this signature in database
GPG Key ID: 0FEDEAFF1C14847E
1 changed files with 7 additions and 11 deletions

View File

@ -10,13 +10,12 @@
"all-outputs": true,
"format": "{icon}",
"format-icons": {
"1": " ",
"1": " ",
"2": " ",
"3": " ",
"4": " ",
"5": " ",
"urgent": " ",
"focused": "○",
"default": "●"
}
},
@ -29,7 +28,7 @@
"clock": {
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format": "{:%I:%M %p}  ",
"format-alt": "{:%A, %B %d, %Y} "
"format-alt": "{:%A, %B %d, %Y} "
},
"mpd": {
"format-stopped": "⏹",
@ -42,7 +41,7 @@
"on-click": "mpc toggle"
},
"cpu": {
"format": "{usage}% ",
"format": "{usage}% ",
"tooltip": false
},
"memory": {
@ -55,7 +54,7 @@
},
"backlight": {
"format": "{icon} {percent}%",
"format-icons": [" ", " "],
"format-icons": ["🌑 ", "🌕 "],
"on-scroll-up": "light -A 1",
"on-scroll-down": "light -U 1"
},
@ -67,7 +66,7 @@
"format": "{icon} {capacity}%",
"tooltip-format": "{timeTo}, {capacity}%",
"format-charging": " {capacity}%",
"format-plugged": " ",
"format-plugged": " ",
"format-alt": "{time} {icon}",
"format-icons": ["", "", "", "", ""]
},
@ -82,17 +81,14 @@
"pulseaudio": {
"format": "{icon} {volume}% {format_source}",
"format-bluetooth": "{icon} {volume}% {format_source}",
"format-bluetooth-muted": "  {volume}% {format_source}",
"format-muted": " {format_source}",
"format-bluetooth-muted": "  {volume}% {format_source}",
"format-muted": " {format_source}",
"format-source": " ",
"format-source-muted": " ",
"format-icons": {
"headphone": " ",
"hands-free": " ",
"headset": " ",
"phone": " ",
"portable": " ",
"car": " ",
"default": [" ", " ", " "]
},
"tooltip-format": "{desc}, {volume}%",