From 955137dea68f028f9a8357f7030a40cf97bec25d Mon Sep 17 00:00:00 2001 From: ThanosApollo Date: Sun, 23 Oct 2022 14:10:23 +0300 Subject: Change margins, remove comments --- .config/qtile/config.py | 31 ++++--------------------------- 1 file changed, 4 insertions(+), 27 deletions(-) (limited to '.config/qtile') diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 60520fd..86d8fb4 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -76,6 +76,7 @@ def init_widgets_list(): widget.Image( filename = "~/.config/qtile/rms.png", scale = "True", + margin = 2, ), widget.Spacer( length=7, @@ -105,32 +106,8 @@ def init_widgets_list(): font="JetBrains Mono Bold", fontsize = 12, foreground = dracula["green"], - background = dracula["bg"] + background = dracula["bg"], ), - #widget.Notify( - # font = "sansmono", - # fontsize = "14", - # ), - #widget.Pomodoro( - # font = 'sansmono', - # fontsize = 17, - # color_inactive = my_colors['blue'], - # length_pomodori = 35, - # ), - #widget.Sep( - # linewidth = 1, - # padding = 10, - # foreground = my_colors["black2"], - # background = my_colors["black"] - # ), - # widget.TextBox( - # font="FontAwesome", - # text= '|' + str(subprocess.check_output("uname -r", shell=True).strip()).replace('b','') + '|', - # foreground=my_colors["grey2"], - # background=my_colors["black"], - # padding = 0, - # fontsize=14 - # ), widget.Image( filename = "~/.config/qtile/spotify2.png", scale = True, @@ -151,7 +128,7 @@ def init_widgets_list(): ), widget.Spacer( length=7, - padding = 10 + padding = 10, ), widget.Volume( fontsize = 15, @@ -159,7 +136,7 @@ def init_widgets_list(): background = dracula["bg"], foreground = dracula['orange'], font = "JetBrains Mono", - margin = 10 + margin = 10, ), # widget.Mpris2( # fontsize= 16, -- cgit v1.2.3