Fix mouse callbacks with terminal
This commit is contained in:
parent
0d9a4046fa
commit
640db1a146
1 changed files with 4 additions and 4 deletions
|
@ -207,7 +207,7 @@ screens = [
|
||||||
border_width = [0, 0, 2, 0],
|
border_width = [0, 0, 2, 0],
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
mouse_callbacks={'Button1': lambda: qtile.cmd_spawn(terminal + '-e btop')}
|
mouse_callbacks={'Button1': lambda: qtile.cmd_spawn(terminal + ' -e btop')}
|
||||||
),
|
),
|
||||||
widget.Spacer(length = 8),
|
widget.Spacer(length = 8),
|
||||||
widget.Memory(
|
widget.Memory(
|
||||||
|
@ -220,7 +220,7 @@ screens = [
|
||||||
border_width = [0, 0, 2, 0],
|
border_width = [0, 0, 2, 0],
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
mouse_callbacks={'Button1': lambda: qtile.cmd_spawn(terminal + '-e btop')}
|
mouse_callbacks={'Button1': lambda: qtile.cmd_spawn(terminal + ' -e btop')}
|
||||||
),
|
),
|
||||||
widget.Spacer(length = 8),
|
widget.Spacer(length = 8),
|
||||||
widget.Net(
|
widget.Net(
|
||||||
|
@ -233,7 +233,7 @@ screens = [
|
||||||
border_width = [0, 0, 2, 0],
|
border_width = [0, 0, 2, 0],
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
mouse_callbacks={'Button1': lambda: qtile.cmd_spawn(terminal + '-e nmtui')}
|
mouse_callbacks={'Button1': lambda: qtile.cmd_spawn(terminal + ' -e nmtui')}
|
||||||
),
|
),
|
||||||
widget.Spacer(length = 8),
|
widget.Spacer(length = 8),
|
||||||
widget.Volume(
|
widget.Volume(
|
||||||
|
@ -257,7 +257,7 @@ screens = [
|
||||||
border_width = [0, 0, 2, 0],
|
border_width = [0, 0, 2, 0],
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
mouse_callbacks={'Button1': lambda: qtile.cmd_spawn(terminal + '-e calcurse')}
|
mouse_callbacks={'Button1': lambda: qtile.cmd_spawn(terminal + ' -e calcurse')}
|
||||||
),
|
),
|
||||||
widget.Spacer(length = 8),
|
widget.Spacer(length = 8),
|
||||||
widget.Image(
|
widget.Image(
|
||||||
|
|
Loading…
Add table
Reference in a new issue