yubikey-touch-detector can now properly use Notify widget without helpers.
This commit is contained in:
parent
00a2734c84
commit
67ace8806d
1 changed files with 4 additions and 0 deletions
|
@ -129,7 +129,11 @@ screens = [
|
||||||
widget.Spacer(),
|
widget.Spacer(),
|
||||||
widget.Notify(
|
widget.Notify(
|
||||||
background='#e8b923',
|
background='#e8b923',
|
||||||
|
background_low='#0f1419',
|
||||||
|
background_urgent='#770000',
|
||||||
foreground='#000000',
|
foreground='#000000',
|
||||||
|
foreground_low='#e6e1cf',
|
||||||
|
foreground_urgent='#ffffff',
|
||||||
font='RobotoMono Nerd Font Bold',
|
font='RobotoMono Nerd Font Bold',
|
||||||
),
|
),
|
||||||
widget.GenPollCommand(
|
widget.GenPollCommand(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue