diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-04-06 09:23:11 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-04-06 09:23:11 +0300 |
commit | 4025848a7bbcc789b194940fc3c2aa9020b1aaa1 (patch) | |
tree | aac8b8c4a6d2ea4867e05c958d0d832c618a94ac /dotfiles/.config/waybar/config | |
parent | 4e7f7cd77cb2d66aefa7ab574d1f6edf66482f41 (diff) | |
download | swayrice-4025848a7bbcc789b194940fc3c2aa9020b1aaa1.tar.gz swayrice-4025848a7bbcc789b194940fc3c2aa9020b1aaa1.zip |
show unread rss articles on waybar
Diffstat (limited to 'dotfiles/.config/waybar/config')
-rw-r--r-- | dotfiles/.config/waybar/config | 11 |
1 files changed, 10 insertions, 1 deletions
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": "<span color=\"#5b8277\"></span> {}", "signal": 7, "interval": "once", - "exec": "barpacstatus" + "exec": "barpacstatus", + "tooltip": false + }, + "custom/news-status": { + "format": "<span color=\"#5b8277\"></span> {}", + "signal": 8, + "interval": "once", + "exec": "barnewsstatus", + "tooltip": false }, "custom/weather": { "format": "{}", |