yubikey-touch-detector can now properly use Notify widget without helpers.
This commit is contained in:
parent
f340ed7c15
commit
00a2734c84
8 changed files with 5 additions and 20 deletions
|
@ -127,16 +127,10 @@ screens = [
|
|||
record_history=False,
|
||||
),
|
||||
widget.Spacer(),
|
||||
widget.GenPollCommand(
|
||||
widget.Notify(
|
||||
background='#e8b923',
|
||||
foreground='#000000',
|
||||
font='RobotoMono Nerd Font Bold',
|
||||
update_interval=0.5,
|
||||
cmd="sb-yubikey",
|
||||
),
|
||||
widget.Spacer(),
|
||||
widget.Notify(
|
||||
default_timeout=2,
|
||||
),
|
||||
widget.GenPollCommand(
|
||||
background='#005577',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue