Remove weather and dnd modules from waybar

This commit is contained in:
2021-12-01 21:07:14 +03:00
parent 1d4c723e30
commit c99db575d0
2 changed files with 0 additions and 33 deletions

View File

@@ -6,8 +6,6 @@
],
"modules-right": [
"tray",
"custom/weather",
"custom/dnd",
"pulseaudio",
"sway/language",
"network",
@@ -18,30 +16,10 @@
"all-output": true,
"format": "{index}"
},
"custom/player": {
"exec": "playerctl metadata -f '{{emoji(status)}} {{title}} by {{artist}}'",
"on-click": "playerctl play-pause",
"on-click-right": "pamixer -t",
"restart-interval": 0,
"tooltip": false,
"max-length": 40
},
"sway/mode": {
"format": "--{}--",
"tooltip": false
},
"custom/weather": {
"exec": "curl 'https://wttr.in/?format=1'",
"interval": 60,
"on-click": "xdg-open https://wttr.in",
"tooltip": false
},
"custom/dnd": {
"exec": "$HOME/dotfiles/bin/dnd",
"on-click": "dunstctl set-paused toggle",
"restart-interval": 0,
"tooltip": false
},
"pulseaudio": {
"tooltip": false,
"format-muted": "MUTE",