diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-11-26 14:56:19 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-11-26 14:56:19 -0500 |
| commit | fed4ea6e9fb9b2ddcfd66830c86908fbae528351 (patch) | |
| tree | 6e58f3bcf33e57a08faf0d9e2a5275cbdead02fe | |
| parent | 7edc71556dc6d60116a8e255590c0e70a75e39a9 (diff) | |
| download | eibhear-fed4ea6e9fb9b2ddcfd66830c86908fbae528351.tar.gz eibhear-fed4ea6e9fb9b2ddcfd66830c86908fbae528351.tar.zst eibhear-fed4ea6e9fb9b2ddcfd66830c86908fbae528351.zip | |
i3news tweaks, updates on middle click
| -rwxr-xr-x | .scripts/statusbar/i3news | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.scripts/statusbar/i3news b/.scripts/statusbar/i3news index 32542b1..7a06318 100755 --- a/.scripts/statusbar/i3news +++ b/.scripts/statusbar/i3news @@ -5,10 +5,14 @@ # When clicked, brings up `newsboat`. case $BLOCK_BUTTON in - 1) "$TERMINAL" -e newsboat ;; + 1) setsid "$TERMINAL" -e newsboat ;; + 2) setsid newsup ;; 3) pgrep -x dunst >/dev/null && notify-send "<b>📰 News module:</b> - Shows unread news items -- Left click opens newsboat" ;; +- Shows 🔃 if updating with \`newsup\` +- Left click opens newsboat +- Middle click syncs RSS feeds +<b>Note:</b> Only one instance of newsboat (including updates) may be running at a time." ;; esac echo "$(newsboat -x print-unread | awk '{ print $1}' | sed s/^0$//g)$(cat ~/.config/newsboat/.update 2>/dev/null)" |
