From 2ded474297b5031190eea79277753d171b4b3314 Mon Sep 17 00:00:00 2001 From: xnm Date: Sun, 25 May 2025 18:34:41 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20fix(waybar):=20update=20waybar?= =?UTF-8?q?=20icon=20glyphs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/.config/waybar/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/.config/waybar/config b/home/.config/waybar/config index 235b930..b432f27 100644 --- a/home/.config/waybar/config +++ b/home/.config/waybar/config @@ -287,8 +287,8 @@ // "numlock": true, "format": "{name} {icon}", "format-icons": { - "locked": "", - "unlocked": "" + "locked": "󰌾", + "unlocked": "󰍀" } }, @@ -343,7 +343,7 @@ }, "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", "states": { "high": 90,