mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-11 02:21:14 +10:00
Working on a new qtile config.
This commit is contained in:
@@ -390,7 +390,7 @@ def init_widgets_list():
|
|||||||
foreground = colors[5],
|
foreground = colors[5],
|
||||||
colour_have_updates = colors[5],
|
colour_have_updates = colors[5],
|
||||||
colour_no_updates = colors[5],
|
colour_no_updates = colors[5],
|
||||||
mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn(myTerm + ' -e sudo pacman -Syu')},
|
mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn('pamac-manager')},
|
||||||
padding = 5,
|
padding = 5,
|
||||||
background = colors[0],
|
background = colors[0],
|
||||||
decorations=[
|
decorations=[
|
||||||
@@ -412,7 +412,6 @@ def init_widgets_list():
|
|||||||
foreground = colors[9],
|
foreground = colors[9],
|
||||||
background = colors[0],
|
background = colors[0],
|
||||||
mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn(myTerm + ' -e htop')},
|
mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn(myTerm + ' -e htop')},
|
||||||
measure_mem = 'G',
|
|
||||||
fmt = '✇ Mem: {}',
|
fmt = '✇ Mem: {}',
|
||||||
padding = 5,
|
padding = 5,
|
||||||
decorations=[
|
decorations=[
|
||||||
|
|||||||
Reference in New Issue
Block a user