Updates
This commit is contained in:
parent
27125c797d
commit
1ad637e328
Binary file not shown.
|
@ -195,14 +195,14 @@ screens = [
|
||||||
widget.Systray(),
|
widget.Systray(),
|
||||||
widget.TextBox(
|
widget.TextBox(
|
||||||
text=' ',
|
text=' ',
|
||||||
fontsize=16,
|
fontsize=18,
|
||||||
foreground='ffffff',
|
foreground='ffffff',
|
||||||
desc='Calculator',
|
desc='Calculator',
|
||||||
mouse_callbacks={"Button1": lambda: qtile.cmd_spawn('qalculate-gtk')},
|
mouse_callbacks={"Button1": lambda: qtile.cmd_spawn('qalculate-gtk')},
|
||||||
),
|
),
|
||||||
widget.TextBox(
|
widget.TextBox(
|
||||||
text='',
|
text='',
|
||||||
fontsize=16,
|
fontsize=18,
|
||||||
foreground='ffffff',
|
foreground='ffffff',
|
||||||
desc='Notes',
|
desc='Notes',
|
||||||
mouse_callbacks={"Button1": lambda: qtile.cmd_spawn(terminal + ' -e vim /home/raabe/notes.txt')},
|
mouse_callbacks={"Button1": lambda: qtile.cmd_spawn(terminal + ' -e vim /home/raabe/notes.txt')},
|
||||||
|
@ -236,6 +236,7 @@ screens = [
|
||||||
),
|
),
|
||||||
widget.QuickExit(
|
widget.QuickExit(
|
||||||
default_text=" ",
|
default_text=" ",
|
||||||
|
fontsize=20,
|
||||||
countdown_start=3,
|
countdown_start=3,
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user