summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-08-22 07:28:06 +0300
committerThanosApollo <[email protected]>2022-08-22 07:28:06 +0300
commit3ff03aa274195da591e50adb34172a5bdea4faa7 (patch)
treea9f9ad51e2e6db52181f875b1bbe72c961e4e76c /.config
parenta48054c1b2d5267c45f3028ac40945b59e5c59b0 (diff)
Add arch image and kernel version
Diffstat (limited to '.config')
-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,