Remove weather and dnd modules from waybar
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user