mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 11:00:27 +10:00
Fixing broken qtile config.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
[geometry]
|
||||
posx=1920
|
||||
posy=0
|
||||
sizex=1918
|
||||
sizey=1033
|
||||
posy=21
|
||||
sizex=1920
|
||||
sizey=1059
|
||||
|
||||
[nitrogen]
|
||||
view=icon
|
||||
|
||||
@@ -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],
|
||||
|
||||
@@ -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