From b694eafc2f5d97e541305db41d814557306883ec Mon Sep 17 00:00:00 2001 From: MikeG Date: Sun, 12 Nov 2023 17:53:42 -0500 Subject: [PATCH] fixed typo in notificiton config --- .config/waybar/config | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.config/waybar/config b/.config/waybar/config index 5096e6b..cde59a3 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -64,14 +64,6 @@ "tooltip-format": "Click to Randomize Wallpaper" }, - "custom/pacman": - { - "format": "{} ", - "interval": 3600, - "exec": "checkupdates | wc -l", - "exec-if": "exit 0" - }, - "battery": { "interval": 60, @@ -151,7 +143,7 @@ "tooltip": false, "format": "{icon}", "format-icons": { - "notifications": "", + "notification": "", "none": "", "dnd-notification": "", "dnd-none": "",