Optimizations

This commit is contained in:
Stephan Raabe
2023-02-22 11:06:09 +01:00
parent f9f3fc5ca0
commit 07b3d5b54d
7 changed files with 41 additions and 9 deletions
Binary file not shown.
+10 -2
View File
@@ -181,8 +181,16 @@ screens = [
),
widget.Systray(),
widget.TextBox(
text=' ',
foreground=ColorC,
text=' ',
fontsize=16,
foreground='ffffff',
desc='Calculator',
mouse_callbacks={"Button1": lambda: qtile.cmd_spawn('qalculate-gtk')},
),
widget.TextBox(
text='',
fontsize=16,
foreground='ffffff',
desc='Notes',
mouse_callbacks={"Button1": lambda: qtile.cmd_spawn(terminal + ' -e vim /home/raabe/notes.txt')},
),