summaryrefslogtreecommitdiff
path: root/home-config/waybar/custom_newsboat.sh
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-09-29 10:36:21 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-09-29 10:36:21 -0400
commit2cb639b95fc4d7834a092adf37c9ebec90fe7193 (patch)
tree71785091dbd341919dda5832a2ccceb0601185b6 /home-config/waybar/custom_newsboat.sh
parentupdate configs and virt packages (diff)
downloaddotfiles-guix-2cb639b95fc4d7834a092adf37c9ebec90fe7193.tar.gz
dotfiles-guix-2cb639b95fc4d7834a092adf37c9ebec90fe7193.tar.bz2
dotfiles-guix-2cb639b95fc4d7834a092adf37c9ebec90fe7193.zip
update sway and waybar configuration, hanve around guix packages
Diffstat (limited to 'home-config/waybar/custom_newsboat.sh')
-rwxr-xr-xhome-config/waybar/custom_newsboat.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/home-config/waybar/custom_newsboat.sh b/home-config/waybar/custom_newsboat.sh
deleted file mode 100755
index 1ac8428..0000000
--- a/home-config/waybar/custom_newsboat.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-while :; do
- until newsboat -x reload >/dev/null; do
- sleep 1;
- done
- until unread="$(newsboat -x print-unread)"; do
- sleep 1;
- done
- echo "$unread" | awk '{ print $1 }'
- sleep 300
-done