waybar: remove pacman packages count
This commit is contained in:
@@ -7,7 +7,6 @@
|
|||||||
],
|
],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"tray",
|
"tray",
|
||||||
"custom/pacman-packages",
|
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"sway/language",
|
"sway/language",
|
||||||
"network",
|
"network",
|
||||||
@@ -26,12 +25,6 @@
|
|||||||
"custom/player": {
|
"custom/player": {
|
||||||
"exec": "playerctl metadata -f '{{title}} ― {{artist}}' -F"
|
"exec": "playerctl metadata -f '{{title}} ― {{artist}}' -F"
|
||||||
},
|
},
|
||||||
"custom/pacman-packages": {
|
|
||||||
"exec": "pacman -Qu | wc -l",
|
|
||||||
"restart-interval": 900,
|
|
||||||
"format": "{icon} {}",
|
|
||||||
"format-icons": ""
|
|
||||||
},
|
|
||||||
"pulseaudio": {
|
"pulseaudio": {
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"format": "{icon} {volume}",
|
"format": "{icon} {volume}",
|
||||||
|
|||||||
Reference in New Issue
Block a user