qtile: change check updates command

This commit is contained in:
Guilherme Rugai Freire 2021-07-31 19:03:30 -03:00
parent eec579b098
commit 588893db1a
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297

View File

@ -242,7 +242,7 @@ def main_bar():
[
widget.TextBox(text="", fontsize=18),
widget.CheckUpdates(
distro="Arch", display_format="{updates} Updates"
distro="Arch", custom_command="checkupdates", display_format="{updates} Updates"
),
],
[