yubikey-touch-detector can now properly use Notify widget without helpers.
This commit is contained in:
parent
00a2734c84
commit
67ace8806d
@ -129,7 +129,11 @@ screens = [
|
||||
widget.Spacer(),
|
||||
widget.Notify(
|
||||
background='#e8b923',
|
||||
background_low='#0f1419',
|
||||
background_urgent='#770000',
|
||||
foreground='#000000',
|
||||
foreground_low='#e6e1cf',
|
||||
foreground_urgent='#ffffff',
|
||||
font='RobotoMono Nerd Font Bold',
|
||||
),
|
||||
widget.GenPollCommand(
|
||||
|
Loading…
Reference in New Issue
Block a user