1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

💄 fix(waybar): update waybar icon glyphs

This commit is contained in:
xnm
2025-05-25 18:34:41 +03:00
parent 6395991cf6
commit 2ded474297

View File

@@ -287,8 +287,8 @@
// "numlock": true, // "numlock": true,
"format": "{name} {icon}", "format": "{name} {icon}",
"format-icons": { "format-icons": {
"locked": "", "locked": "󰌾",
"unlocked": "" "unlocked": "󰍀"
} }
}, },
@@ -343,7 +343,7 @@
}, },
"memory": { "memory": {
"format": "{percentage}%", "format": "󰍛{percentage}%",
"tooltip-format": "Main: ({used} GiB/{total} GiB)({percentage}%), available {avail} GiB\nSwap: ({swapUsed} GiB/{swapTotal} GiB)({swapPercentage}%), available {swapAvail} GiB", "tooltip-format": "Main: ({used} GiB/{total} GiB)({percentage}%), available {avail} GiB\nSwap: ({swapUsed} GiB/{swapTotal} GiB)({swapPercentage}%), available {swapAvail} GiB",
"states": { "states": {
"high": 90, "high": 90,