From 9142a9fa42654ef30afcd9863e355fd0e4c6ddbd Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Tue, 2 May 2023 19:08:02 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20des=20ic=C3=B4nes=20de?= =?UTF-8?q?=20la=20Waybar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/waybar-hyprland/config | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/config/waybar-hyprland/config b/config/waybar-hyprland/config index b011f0d..dfb4ae7 100644 --- a/config/waybar-hyprland/config +++ b/config/waybar-hyprland/config @@ -49,14 +49,14 @@ "tooltip": false, "format": "{icon} {}", "format-icons": { - "notification": "", - "none": "", - "dnd-notification": "", - "dnd-none": "", - "inhibited-notification": "", - "inhibited-none": "", - "dnd-inhibited-notification": "", - "dnd-inhibited-none": "" + "notification": "󰂚", + "none": "󰂚", + "dnd-notification": "󰂛", + "dnd-none": "󰂛", + "inhibited-notification": "󰂚", + "inhibited-none": "󰂚", + "dnd-inhibited-notification": "󰂛", + "dnd-inhibited-none": "󰂛" }, "return-type": "json", "exec-if": "which swaync-client", @@ -119,11 +119,11 @@ }, "cpu": { "tooltip": false, - "format": " {}%" + "format": "󰻠 {}%" }, "memory": { "tooltip": false, - "format": " {}%" + "format": "󰍛 {}%" }, "clock": { "format": " {:%Y-%m-%d | %H:%M:%S}",