[Waybar] Fix pacman module (again)

This commit is contained in:
2022-10-25 15:34:48 +02:00
parent 271450c509
commit 52954da5ee

View File

@@ -59,7 +59,9 @@ def generate_and_update_database():
def check_updates(important_regex):
p = subprocess.run(['yay',
'-Qu',
'--devel'],
'--devel',
'--dbpath',
PACMAN_UPDATES_DB],
capture_output=True)
packages = p.stdout.decode('utf-8')