From 920e62d6618e1390ee9477d2ee0455f770b0b8a6 Mon Sep 17 00:00:00 2001 From: MikeG Date: Sat, 5 Oct 2024 08:10:23 -0400 Subject: [PATCH] removed swaync config items from waybar config --- .config/waybar/config | 21 --------------------- .config/waybar/style.css | 1 - 2 files changed, 22 deletions(-) diff --git a/.config/waybar/config b/.config/waybar/config index 1b74597..1d0be34 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -161,27 +161,6 @@ "tooltip-format": "{percent}% {icon}" }, - "custom/notification": { - "tooltip": false, - "format": "{icon}", - "format-icons": { - "notification": "", - "none": "", - "dnd-notification": "", - "dnd-none": "", - "inhibited-notification": "", - "inihibited-none": "", - "dnd-inhibited-notification": "", - "dnd-inhibited-none": "" - }, - "return-type": "json", - "exec-if": "which swaync-client", - "exec": "swaync-client -swb", - "on-click": "swaync-client -t -sw", - "on-click-right": "swaync-client -d -sw", - "escape": true - }, - "custom/updates": { "format": "{icon}", "return-type": "json", diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 94278a4..9944841 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -81,7 +81,6 @@ tooltip { #temperature, #clock, #tray, -#custom-notification, #custom-updates, #backlight, #bluetooth,