Update glyphs for waybar

This commit is contained in:
iFargle 2023-08-17 16:57:17 +09:00
parent e8923c0d9a
commit b1b188898e

View file

@ -21,7 +21,6 @@
"mpris", "mpris",
"pulseaudio", "pulseaudio",
"network", "network",
"memory",
"backlight", "backlight",
"battery", "battery",
], ],
@ -42,8 +41,8 @@
}, },
"clock": { "clock": {
"format": "{:%H:%M}", "format": "󰥔 {:%H:%M}",
"format-alt": "{:%A, %d %b, %Y}", "format-alt": "󰃭 {:%A, %d %b, %Y}",
"tooltip-format": "<tt><small>{calendar}</small></tt>", "tooltip-format": "<tt><small>{calendar}</small></tt>",
"calendar": { "calendar": {
"mode" : "month", "mode" : "month",
@ -77,16 +76,16 @@
"format-icons": { "format-icons": {
"headphone": "", "headphone": "",
"headset": "", "headset": "",
"default": ["", "", ""] "default": ["󰕿", "󰖀", "󰕾"]
}, },
"tooltip": false, "tooltip": false,
"on-click": "pavucontrol --class=pavu", "on-click": "pavucontrol --class=pavu",
}, },
"network": { "network": {
"format-wifi": "", "format-wifi": "󰤨",
"format-ethernet": "", "format-ethernet": "󰈀",
"format-linked": "", "format-linked": "",
"format-disconnected": "", "format-disconnected": "",
"tooltip-format": "{essid}\n{ipaddr}/{cidr}", "tooltip-format": "{essid}\n{ipaddr}/{cidr}",
"tooltip": true, "tooltip": true,
@ -94,7 +93,7 @@
}, },
"cpu": { "cpu": {
"format": "{usage}% ", "format": "{usage}% ",
"states": { "states": {
"warning": 60, "warning": 60,
"critical": 80 "critical": 80
@ -105,7 +104,7 @@
"memory": { "memory": {
"tooltip": true, "tooltip": true,
"format": "{}% ", "format": "{}% 󰍛",
"states": { "states": {
"warning": 60, "warning": 60,
"critical": 80 "critical": 80
@ -123,7 +122,7 @@
"backlight": { "backlight": {
"tooltip": false, "tooltip": false,
"format": "{percent}% {icon}", "format": "{percent}% {icon}",
"format-icons": [""] "format-icons": [""]
}, },
"battery": { "battery": {
@ -134,7 +133,7 @@
"critical": 20 "critical": 20
}, },
"format": "{capacity}% {icon}", "format": "{capacity}% {icon}",
"format-charging": "{capacity}% ", "format-charging": "{capacity}% 󰂄",
"format-plugged": "{capacity}% ", "format-plugged": "{capacity}% ",
"format-icons": ["", "", "", "", ""] "format-icons": ["", "", "", "", ""]
}, },