Update Icons for OpenDyslexic
This commit is contained in:
12
config.jsonc
12
config.jsonc
@@ -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": ["", "", "", "", "", "", "", "", "", "", ""]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user