Revert: I've found a way to keep dunst and notify about yubikey in the statusbar.

This commit is contained in:
Bartek Stalewski 2022-10-18 22:35:05 +02:00
parent b45a8b3c70
commit ee352e389e
5 changed files with 16 additions and 21 deletions

View file

@ -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(),