Minor changes.

This commit is contained in:
Derek Taylor
2020-10-13 19:35:02 -05:00
parent af5b75ee4d
commit 83af63c18e
8 changed files with 137 additions and 551 deletions

View File

@@ -388,8 +388,9 @@ def init_widgets_list():
background = colors[4],
fontsize = 14
),
widget.Pacman(
widget.CheckUpdates(
update_interval = 1800,
distro = 'Arch',
foreground = colors[2],
mouse_callbacks = {'Button1': lambda qtile: qtile.cmd_spawn(myTerm + ' -e sudo pacman -Syu')},
background = colors[4]