Return weather module back and completely remove pacman module
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"modules-left": ["sway/workspaces"],
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"custom/weather",
|
||||
"custom/dnd",
|
||||
"pulseaudio",
|
||||
"sway/language",
|
||||
@@ -34,14 +35,6 @@
|
||||
"on-click": "xdg-open https://wttr.in",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/pacman-updates": {
|
||||
"exec": "pacman -Qu | wc -l",
|
||||
"interval": 60,
|
||||
"return-type": "{}",
|
||||
"format": "{} updates",
|
||||
"on-click": "alacritty -e sudo pacman -Syu",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/dnd": {
|
||||
"exec": "$HOME/dotfiles/bin/dnd",
|
||||
"on-click": "dunstctl set-paused toggle",
|
||||
|
||||
@@ -36,6 +36,7 @@ window#waybar {
|
||||
}
|
||||
|
||||
#tray,
|
||||
#custom-weather,
|
||||
#custom-dnd,
|
||||
#pulseaudio,
|
||||
#language,
|
||||
|
||||
Reference in New Issue
Block a user