mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-20 10:44:38 +10:00
Playing with qtile config.
This commit is contained in:
@@ -239,6 +239,12 @@ def init_widgets_list():
|
||||
filename = "~/.config/qtile/icons/python.png",
|
||||
mouse_callbacks = {'Button1': lambda qtile: qtile.cmd_spawn('dmenu_run')}
|
||||
),
|
||||
widget.Sep(
|
||||
linewidth = 0,
|
||||
padding = 6,
|
||||
foreground = colors[2],
|
||||
background = colors[0]
|
||||
),
|
||||
widget.GroupBox(
|
||||
font = "Ubuntu Bold",
|
||||
fontsize = 9,
|
||||
@@ -252,10 +258,10 @@ def init_widgets_list():
|
||||
rounded = False,
|
||||
highlight_color = colors[1],
|
||||
highlight_method = "line",
|
||||
this_current_screen_border = colors[3],
|
||||
this_current_screen_border = colors[6],
|
||||
this_screen_border = colors [4],
|
||||
other_current_screen_border = colors[0],
|
||||
other_screen_border = colors[0],
|
||||
other_current_screen_border = colors[6],
|
||||
other_screen_border = colors[4],
|
||||
foreground = colors[2],
|
||||
background = colors[0]
|
||||
),
|
||||
@@ -277,6 +283,16 @@ def init_widgets_list():
|
||||
background = colors[0],
|
||||
padding = 0
|
||||
),
|
||||
widget.Systray(
|
||||
background = colors[0],
|
||||
padding = 5
|
||||
),
|
||||
widget.Sep(
|
||||
linewidth = 0,
|
||||
padding = 6,
|
||||
foreground = colors[0],
|
||||
background = colors[0]
|
||||
),
|
||||
widget.TextBox(
|
||||
text = '',
|
||||
background = colors[0],
|
||||
@@ -419,17 +435,7 @@ def init_widgets_list():
|
||||
widget.Clock(
|
||||
foreground = colors[2],
|
||||
background = colors[5],
|
||||
format = "%A, %B %d [ %H:%M ]"
|
||||
),
|
||||
widget.Sep(
|
||||
linewidth = 0,
|
||||
padding = 10,
|
||||
foreground = colors[0],
|
||||
background = colors[5]
|
||||
),
|
||||
widget.Systray(
|
||||
background = colors[0],
|
||||
padding = 5
|
||||
format = "%A, %B %d - %H:%M "
|
||||
),
|
||||
]
|
||||
return widgets_list
|
||||
|
||||
Reference in New Issue
Block a user