From 4025848a7bbcc789b194940fc3c2aa9020b1aaa1 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Mon, 6 Apr 2020 09:23:11 +0300 Subject: show unread rss articles on waybar --- dotfiles/.config/waybar/config | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'dotfiles/.config/waybar/config') diff --git a/dotfiles/.config/waybar/config b/dotfiles/.config/waybar/config index a0f95ba..a708bb1 100644 --- a/dotfiles/.config/waybar/config +++ b/dotfiles/.config/waybar/config @@ -19,6 +19,7 @@ "custom/ds4battery", "backlight", "custom/pac-status", + "custom/news-status", "custom/vpn-status", "network", "battery#bat0", @@ -180,7 +181,15 @@ "format": " {}", "signal": 7, "interval": "once", - "exec": "barpacstatus" + "exec": "barpacstatus", + "tooltip": false + }, + "custom/news-status": { + "format": " {}", + "signal": 8, + "interval": "once", + "exec": "barnewsstatus", + "tooltip": false }, "custom/weather": { "format": "{}", -- cgit v1.2.3