summaryrefslogtreecommitdiff
path: root/.config/qtile/config.py
diff options
context:
space:
mode:
Diffstat (limited to '.config/qtile/config.py')
-rw-r--r--.config/qtile/config.py31
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,