From e028363c6aad45e729e9b8e5e4877677c1c22d20 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Wed, 27 Dec 2023 02:53:12 +0100 Subject: [PATCH] replace with fontawesome icons --- dot_config/waybar/config | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/dot_config/waybar/config b/dot_config/waybar/config index 026de91..f3d1b4a 100644 --- a/dot_config/waybar/config +++ b/dot_config/waybar/config @@ -22,7 +22,7 @@ "modules-right": [ "idle_inhibitor", "pulseaudio", - //"network", + "network", //"cpu", //"memory", //"temperature", @@ -203,9 +203,9 @@ "network": { // "interface": "wlp2*", // (Optional) To force the use of this interface "format-wifi": "{essid} ({signalStrength}%) ", - "format-ethernet": "{ipaddr}/{cidr} ", - "tooltip-format": "{ifname} via {gwaddr} ", - "format-linked": "{ifname} (No IP) ", + "format-ethernet": "{ipaddr}/{cidr} ", + "tooltip-format": "{ifname} via {gwaddr} ", + "format-linked": "{ifname} (No IP) ", "format-disconnected": "Disconnected ⚠", "format-alt": "{ifname}: {ipaddr}/{cidr}", "on-click-right": "wezterm start nmtui" @@ -220,8 +220,8 @@ "format-source-muted": "", "format-icons": { "headphone": "", - "hands-free": "", - "headset": "", + "hands-free": "", + "headset": "", "phone": "", "portable": "", "car": "", @@ -295,13 +295,13 @@ "tooltip": false, "format": "{} {icon}", "format-icons": { - "notification": "", + "notification": "", "none": "", - "dnd-notification": "", + "dnd-notification": "", "dnd-none": "", - "inhibited-notification": "", + "inhibited-notification": "", "inhibited-none": "", - "dnd-inhibited-notification": "", + "dnd-inhibited-notification": "", "dnd-inhibited-none": "" }, "return-type": "json",