waybar: remove pacman packages count

This commit is contained in:
2023-05-12 17:32:00 +03:00
parent a60038e287
commit 5784bda84a

View File

@@ -7,7 +7,6 @@
],
"modules-right": [
"tray",
"custom/pacman-packages",
"pulseaudio",
"sway/language",
"network",
@@ -26,12 +25,6 @@
"custom/player": {
"exec": "playerctl metadata -f '{{title}} ― {{artist}}' -F"
},
"custom/pacman-packages": {
"exec": "pacman -Qu | wc -l",
"restart-interval": 900,
"format": "{icon} {}",
"format-icons": ""
},
"pulseaudio": {
"tooltip": false,
"format": "{icon} {volume}",