Update Icons for OpenDyslexic

This commit is contained in:
nichkara
2025-12-16 10:25:48 +01:00
parent c974eeab7d
commit f9bbaaaae7

View File

@@ -27,7 +27,7 @@
},
"custom/light_dark": {
"format": "💡",
"format": "",
"on-click": "~/.config/waybar/scripts/baraction light",
"tooltip": false
},
@@ -47,7 +47,7 @@
"disk": {
"interval": 30,
"format": "💾 {percentage_used}%",
"format": " {percentage_used}%",
"path": "/",
"tooltip": true,
"tooltip-format": "HDD - {used} used out of {total} on {path} ({percentage_used}%)",
@@ -56,7 +56,7 @@
"memory": {
"interval": 30,
"format": " {}%",
"format": " {}%",
"max-length": 10,
"tooltip": true,
"tooltip-format": "Memory - {used:0.1f}GB used",
@@ -114,10 +114,10 @@
"warning": 30,
"critical": 20
},
"format": "🔋 {capacity}%",
"format": "󰂄 {capacity}%",
"format-charging": " {capacity}%",
"format-plugged": " {capacity}%",
"format-alt": "{time} 🔋",
"format-plugged": "󱟢 {capacity}%",
"format-alt": "{time} 󱧥",
"format-icons": ["", "", "", "", "", "", "", "", "", "", ""]
},