From 14a56275eb8302bb526ee3535d8844e7c0b4c782 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Tue, 9 Apr 2024 14:16:04 -0400 Subject: [PATCH 1/2] update: wifi icon in waybar --- waybar/themes/ml4w-blur-custom/modules.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/waybar/themes/ml4w-blur-custom/modules.json b/waybar/themes/ml4w-blur-custom/modules.json index d1e0ffa..045604c 100644 --- a/waybar/themes/ml4w-blur-custom/modules.json +++ b/waybar/themes/ml4w-blur-custom/modules.json @@ -305,7 +305,7 @@ // Network "network": { "format": "{ifname}", - "format-wifi": " {signalStrength}%", + "format-wifi": "{icon} {signalStrength}%", "format-ethernet": " {ifname}", "format-disconnected": "Disconnected", "tooltip-format": " {ifname} via {gwaddri}", @@ -313,7 +313,8 @@ "tooltip-format-ethernet": " {ifname}\nIP: {ipaddr}\n up: {bandwidthUpBits} down: {bandwidthDownBits}", "tooltip-format-disconnected": "Disconnected", "max-length": 50, - "on-click": "~/dotfiles/.settings/networkmanager.sh" + "on-click": "~/dotfiles/.settings/networkmanager.sh", + "format-icons": ["󰤯","󰤟","󰤢","󰤥","󰤨"] }, // Battery From d46e7965716dee6482ffcbad3c41f9af5c1b794a Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Mon, 15 Apr 2024 13:17:46 -0400 Subject: [PATCH 2/2] update: waybar ram icon --- waybar/themes/ml4w-blur-custom/modules.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybar/themes/ml4w-blur-custom/modules.json b/waybar/themes/ml4w-blur-custom/modules.json index 045604c..b9759cd 100644 --- a/waybar/themes/ml4w-blur-custom/modules.json +++ b/waybar/themes/ml4w-blur-custom/modules.json @@ -247,7 +247,7 @@ // Memory "memory": { - "format": "󰍛 {used:0.1f}G", + "format": " {used:0.1f}G", "on-click": "alacritty -e htop" },