mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-20 10:44:38 +10:00
Fixing broken qtile config.
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user