Changes Info script

This commit is contained in:
stephan.raabe
2023-02-11 11:07:07 +01:00
parent eff7216d63
commit 2a622b848d
3 changed files with 25 additions and 19 deletions
Binary file not shown.
+7 -9
View File
@@ -108,19 +108,11 @@ groups = [Group("1", layout='monadtall'),
Group("3", layout='monadtall'),
Group("4", layout='monadtall'),
Group("5", layout='monadtall'),
# Group("VBOX", layout='monadtall'),
# Group("CHAT", layout='monadtall'),
# Group("MUS", layout='monadtall'),
# Group("VID", layout='monadtall'),
# Group("GFX", layout='floating')
]
dgroups_key_binder = simple_key_binder(mod)
########################
# Define colors ########
########################
#Pywal Colors
# Pywal Colors
colors = os.path.expanduser('~/.cache/wal/colors.json')
colordict = json.load(open(colors))
ColorZ=(colordict['colors']['color0'])
@@ -186,6 +178,12 @@ screens = [
fontsize=14
),
widget.Systray(),
widget.TextBox(
text='',
desc='Spotify',
mouse_callbacks={"Button1": lambda: qtile.cmd_spawn(terminal + ' -e spt')},
fontsize=14
),
widget.TextBox(
text='',
desc='Notes',