[Waybar] Fix pacman module (again)
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user