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