mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
qtile: change check updates command
This commit is contained in:
parent
eec579b098
commit
588893db1a
@ -242,7 +242,7 @@ def main_bar():
|
|||||||
[
|
[
|
||||||
widget.TextBox(text="⟳", fontsize=18),
|
widget.TextBox(text="⟳", fontsize=18),
|
||||||
widget.CheckUpdates(
|
widget.CheckUpdates(
|
||||||
distro="Arch", display_format="{updates} Updates"
|
distro="Arch", custom_command="checkupdates", display_format="{updates} Updates"
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user