Move yubikey's info to the left side of the bar.
This commit is contained in:
parent
f4e6ed1e7b
commit
b6e7de0e5d
@ -123,15 +123,15 @@ screens = [
|
|||||||
urgent_border='#770000',
|
urgent_border='#770000',
|
||||||
urgent_text='#ffffff',
|
urgent_text='#ffffff',
|
||||||
),
|
),
|
||||||
|
widget.GenPollText(
|
||||||
|
update_interval=0.5,
|
||||||
|
func=lambda: subprocess.check_output("sb-yubikey").decode(),
|
||||||
|
),
|
||||||
widget.Prompt(
|
widget.Prompt(
|
||||||
prompt='open: ',
|
prompt='open: ',
|
||||||
record_history=False,
|
record_history=False,
|
||||||
),
|
),
|
||||||
widget.Spacer(),
|
widget.Spacer(),
|
||||||
widget.GenPollText(
|
|
||||||
update_interval=0.5,
|
|
||||||
func=lambda: subprocess.check_output("sb-yubikey").decode(),
|
|
||||||
),
|
|
||||||
widget.GenPollText(
|
widget.GenPollText(
|
||||||
update_interval=1,
|
update_interval=1,
|
||||||
func=lambda: subprocess.check_output("sb-mail").decode(),
|
func=lambda: subprocess.check_output("sb-mail").decode(),
|
||||||
|
Loading…
Reference in New Issue
Block a user