Revert: I've found a way to keep dunst and notify about yubikey in the statusbar.
This commit is contained in:
parent
b45a8b3c70
commit
ee352e389e
5 changed files with 16 additions and 21 deletions
|
@ -128,19 +128,14 @@ screens = [
|
|||
record_history=False,
|
||||
),
|
||||
widget.Spacer(),
|
||||
widget.Notify(
|
||||
default_timeout=5,
|
||||
background="#e8b923",
|
||||
foreground="#000000",
|
||||
widget.GenPollText(
|
||||
update_interval=0.5,
|
||||
func=lambda: subprocess.check_output("sb-yubikey").decode(),
|
||||
),
|
||||
widget.GenPollText(
|
||||
update_interval=1,
|
||||
func=lambda: subprocess.check_output("sb-mail").decode(),
|
||||
),
|
||||
widget.GenPollText(
|
||||
update_interval=0.5,
|
||||
func=lambda: subprocess.check_output("sb-volume").decode(),
|
||||
),
|
||||
widget.GenPollText(
|
||||
update_interval=1,
|
||||
func=lambda: subprocess.check_output("sb-network").decode(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue