From 08d2ceb35ffa71de184db209ba4f454b8ef608e8 Mon Sep 17 00:00:00 2001 From: BluishHumility Date: Tue, 30 Jul 2024 09:14:21 -0400 Subject: [PATCH] style(waybar): remove custom firefox, files, terminal modules Remove custom modules from config. These modules are not actually being used (the Firefox, files, and terminal modules in the Waybar are the sway/workspaces module). --- .config/waybar/config | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.config/waybar/config b/.config/waybar/config index 3aaf1b8..e90ca25 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -169,24 +169,6 @@ "on-scroll-up": "brightnessctl -c backlight set +1%" }, - "custom/firefox": { - "format": " ", - "on-click": "exec firefox", - "tooltip": false - }, - - "custom/terminal": { - "format": " ", - "on-click": "exec xfce4-terminal", - "tooltip": false - }, - - "custom/files": { - "format": " ", - "on-click": "exec thunar", - "tooltip": false - }, - "custom/launcher": { "format":"", "on-click": "exec wofi -c ~/.config/wofi/config -I",