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).
This commit is contained in:
BluishHumility
2024-07-30 09:14:21 -04:00
parent a091772d9a
commit 08d2ceb35f

View File

@@ -169,24 +169,6 @@
"on-scroll-up": "brightnessctl -c backlight set +1%" "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": { "custom/launcher": {
"format":"<span size='x-large'></span>", "format":"<span size='x-large'></span>",
"on-click": "exec wofi -c ~/.config/wofi/config -I", "on-click": "exec wofi -c ~/.config/wofi/config -I",