This commit is contained in:
Stephan Raabe 2023-02-22 15:26:59 +01:00
parent 27125c797d
commit 1ad637e328
2 changed files with 3 additions and 2 deletions

View File

@ -195,14 +195,14 @@ screens = [
widget.Systray(),
widget.TextBox(
text='',
fontsize=16,
fontsize=18,
foreground='ffffff',
desc='Calculator',
mouse_callbacks={"Button1": lambda: qtile.cmd_spawn('qalculate-gtk')},
),
widget.TextBox(
text='',
fontsize=16,
fontsize=18,
foreground='ffffff',
desc='Notes',
mouse_callbacks={"Button1": lambda: qtile.cmd_spawn(terminal + ' -e vim /home/raabe/notes.txt')},
@ -236,6 +236,7 @@ screens = [
),
widget.QuickExit(
default_text="",
fontsize=20,
countdown_start=3,
),
],