Switch most emoji usage in waybar to letters.

Try to switch to some emoticons, if available.
This commit is contained in:
Érico Rolim 2020-01-24 17:51:32 -03:00
parent e3f1833d74
commit a641cf44f1
1 changed files with 12 additions and 37 deletions

View File

@ -26,37 +26,11 @@
"sway/mode": {
"format": "<span style=\"italic\">{}</span>"
},
"mpd": {
"format": "{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon}{artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ",
"format-disconnected": "Disconnected ",
"format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped ",
"unknown-tag": "N/A",
"interval": 2,
"consume-icons": {
"on": " "
},
"random-icons": {
"off": "<span color=\"#f53c3c\"></span> ",
"on": " "
},
"repeat-icons": {
"on": " "
},
"single-icons": {
"on": "1 "
},
"state-icons": {
"paused": "",
"playing": ""
},
"tooltip-format": "MPD (connected)",
"tooltip-format-disconnected": "MPD (disconnected)"
},
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"activated": "",
"deactivated": ""
"activated": "o",
"deactivated": "^"
},
"on-click-right": "launchlava EXIT"
},
@ -69,11 +43,11 @@
"format-alt": "{:%Y-%m-%d}"
},
"cpu": {
"format": "{usage}% ",
"format": "{usage}% C",
"tooltip": true
},
"memory": {
"format": "{}% "
"format": "{}% M"
},
"temperature": {
// "thermal-zone": 2,
@ -81,12 +55,12 @@
"critical-threshold": 80,
// "format-critical": "{temperatureC}°C {icon}",
"format": "{temperatureC}°C {icon}",
"format-icons": ["", "", ""]
"format-icons": ["T", "T", "T"]
},
"backlight": {
// "device": "acpi_video1",
"format": "{percent}% {icon}",
"format-icons": ["", ""],
"format-icons": ["B", "B"],
"on-scroll-up": "brightnessctl set +5%",
"on-scroll-down":"brightnessctl set 5%-"
},
@ -97,12 +71,12 @@
"critical": 15
},
"format": "{capacity}% {icon}",
"format-charging": "{capacity}% ",
"format-plugged": "{capacity}% ",
"format-charging": "{capacity}% Charg",
"format-plugged": "{capacity}% Plug",
"format-alt": "{time} {icon}",
// "format-good": "", // An empty format will hide the module
// "format-full": "",
"format-icons": ["", "", "", "", ""]
"format-icons": ["", "", "", "", ""]
},
"network": {
"format-wifi": "{essid} ({signalStrength}%) ",
@ -114,11 +88,11 @@
},
"pulseaudio": {
// "scroll-step": 1, // %, can be a float
"format": "{volume}% {icon} {format_source}",
"format": "{volume}% V {format_source}",
"format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}",
"format-muted": " {format_source}",
"format-source": "{volume}% ",
"format-source": "{volume}% S",
"format-source-muted": "",
"format-icons": {
"headphones": "",
@ -150,3 +124,4 @@
"on-click": "keyboard_layout_switcher"
}
}