Fixing broken qtile config.

This commit is contained in:
Derek Taylor
2021-03-08 20:16:01 -06:00
parent 166eaabf18
commit a8a3ee798c
7 changed files with 66 additions and 37 deletions

View File

@@ -389,19 +389,14 @@ def init_widgets_list():
background = colors[4],
fontsize = 14
),
widget.Pacman(
widget.CheckUpdates(
update_interval = 1800,
distro = "Arch_checkupdates",
display_format = "{updates} Updates",
foreground = colors[2],
mouse_callbacks = {'Button1': lambda qtile: qtile.cmd_spawn(myTerm + ' -e sudo pacman -Syu')},
background = colors[4]
),
widget.TextBox(
text = "Updates",
padding = 5,
mouse_callbacks = {'Button1': lambda qtile: qtile.cmd_spawn(myTerm + ' -e sudo pacman -Syu')},
foreground = colors[2],
background = colors[4]
),
widget.TextBox(
text = '',
background = colors[4],