summaryrefslogtreecommitdiff
path: root/.config/qtile
diff options
context:
space:
mode:
Diffstat (limited to '.config/qtile')
-rw-r--r--.config/qtile/config.py19
1 files changed, 18 insertions, 1 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py
index b9f7c32..eb5853f 100644
--- a/.config/qtile/config.py
+++ b/.config/qtile/config.py
@@ -328,7 +328,6 @@ def init_widgets_list():
widget.Image(
filename = image,
scale = "True",
- mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn(myTerm)}
),
widget.GroupBox(
font="FontAwesome",
@@ -386,6 +385,24 @@ def init_widgets_list():
foreground = colors[2],
background = colors[1]
),
+ widget.Image(
+ filename='~/Pictures/arch/qwe_download.png',
+ scale = "True",
+ ),
+ widget.TextBox(
+ font="FontAwesome",
+ text= '|' + str(subprocess.check_output("uname -r", shell=True).strip()).replace('b','') + '|',
+ foreground=colors[10],
+ background=colors[1],
+ padding = 0,
+ fontsize=14
+ ),
+ widget.Sep(
+ linewidth = 1,
+ padding = 10,
+ foreground = colors[2],
+ background = colors[1]
+ ),
widget.Memory(
measure_mem="G",
fontsize=15,