fix(waybar): use correct nerd font symbols
This commit is contained in:
parent
f65bba3afa
commit
54ed1e8fc0
@ -50,16 +50,15 @@
|
|||||||
"format-critical": "{icon} {capacity}%",
|
"format-critical": "{icon} {capacity}%",
|
||||||
"format": "{icon} {capacity}%",
|
"format": "{icon} {capacity}%",
|
||||||
"format-icons": [
|
"format-icons": [
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
"",
|
""
|
||||||
""
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"wlr/workspaces": {
|
"wlr/workspaces": {
|
||||||
@ -126,7 +125,7 @@
|
|||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"min-length": 20,
|
"min-length": 20,
|
||||||
"interval": 1,
|
"interval": 1,
|
||||||
"format": " {}",
|
"format": " {}",
|
||||||
"exec": "wpctl status | grep -m 1 '*' | cut -d '.' -f2 | cut -d '[' -f1 | xargs"
|
"exec": "wpctl status | grep -m 1 '*' | cut -d '.' -f2 | cut -d '[' -f1 | xargs"
|
||||||
},
|
},
|
||||||
"wireplumber": {
|
"wireplumber": {
|
||||||
@ -177,7 +176,7 @@
|
|||||||
},
|
},
|
||||||
"custom/asusmode": {
|
"custom/asusmode": {
|
||||||
"interval": 1,
|
"interval": 1,
|
||||||
"format": " {}",
|
"format": " {}",
|
||||||
"on-click": "asusctl profile -n",
|
"on-click": "asusctl profile -n",
|
||||||
"on-click-right": "rog-control-center",
|
"on-click-right": "rog-control-center",
|
||||||
"exec": "asusctl profile -p | awk '{print $NF}'"
|
"exec": "asusctl profile -p | awk '{print $NF}'"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user