From 3ff03aa274195da591e50adb34172a5bdea4faa7 Mon Sep 17 00:00:00 2001 From: ThanosApollo Date: Mon, 22 Aug 2022 07:28:06 +0300 Subject: Add arch image and kernel version --- .config/qtile/config.py | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to '.config') 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, -- cgit v1.2.3