diff options
author | ThanosApollo <[email protected]> | 2022-10-23 14:10:23 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-10-23 14:10:23 +0300 |
commit | 955137dea68f028f9a8357f7030a40cf97bec25d (patch) | |
tree | 9c86c3f951b54c6f890842d920558c94e4e00651 | |
parent | 3ca51bd2bbfaf120dbf857a90436bb3f9baa578d (diff) |
Change margins, remove comments
-rw-r--r-- | .config/qtile/config.py | 31 |
1 files changed, 4 insertions, 27 deletions
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, |