From 5c7ac253603a92a062f2b13f25cc99e0e7f3647d Mon Sep 17 00:00:00 2001 From: ThanosApollo Date: Fri, 28 Oct 2022 05:33:26 +0300 Subject: Update qtile --- .config/qtile/config.py | 46 ++++++++++++++++++++++++++++++++-------------- 1 file changed, 32 insertions(+), 14 deletions(-) (limited to '.config/qtile/config.py') diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 86d8fb4..3c43f38 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -108,19 +108,25 @@ def init_widgets_list(): foreground = dracula["green"], background = dracula["bg"], ), - widget.Image( - filename = "~/.config/qtile/spotify2.png", - scale = True, - ), - Spotify( - fontsize = 12, - background = dracula["bg"], - color = dracula["green"], - fmt = '{}', - font = "JetBrains Mono Bold" - ), - widget.Spacer( - length=7 + # widget.Image( + # filename = "~/.config/qtile/spotify2.png", + # scale = True, + # ), + # Spotify( + # fontsize = 12, + # background = dracula["bg"], + # color = dracula["green"], + # fmt = '{}', + # font = "JetBrains Mono Bold" + # ), + # widget.Moc( + # font = "JetBrains Mono", + # fontsize= 13, + # play_color=dracula["green"], + # paddig = 10, + # ), + widget.Spacer( + length=10, ), widget.Image( filename = "~/.config/qtile/volume1.png", @@ -143,6 +149,14 @@ def init_widgets_list(): # background = my_colors["red"], # objname="org.mpris.MediaPlayer2.spotify" # ), + widget.Spacer( + length=7, + padding = 10, + ), + widget.Image( + filename = "~/.config/qtile/ram2.png", + scale = True, + ), widget.Memory( measure_mem="G", fontsize=15, @@ -159,6 +173,10 @@ def init_widgets_list(): widget.Spacer( length=7 ), + widget.Image( + filename = "~/.config/qtile/cpu1.png", + scale = True, + ), widget.ThermalSensor( threshold=50, fontsize=15, @@ -194,7 +212,7 @@ def init_widgets_list(): ), widget.Systray( background= dracula["bg"], - icon_size=21, + icon_size=20, padding = 10, margin = 10, ), -- cgit v1.2.3