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