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

@@ -1,14 +1,14 @@
[xin_2]
file=/home/dt/wallpapers/0004.jpg
[xin_0]
file=/home/dt/wallpapers/0213.jpg
mode=0
bgcolor=#000000
[xin_1]
file=/home/dt/wallpapers/0004.jpg
file=/home/dt/wallpapers/0213.jpg
mode=0
bgcolor=#000000
[xin_0]
file=/home/dt/wallpapers/0004.jpg
[xin_2]
file=/home/dt/wallpapers/0213.jpg
mode=0
bgcolor=#000000

View File

@@ -1,8 +1,8 @@
[geometry]
posx=1920
posy=0
sizex=1918
sizey=1033
posy=21
sizex=1920
sizey=1059
[nitrogen]
view=icon

View File

@@ -514,19 +514,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],

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],