diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-09-29 10:36:21 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-09-29 10:36:21 -0400 |
commit | 2cb639b95fc4d7834a092adf37c9ebec90fe7193 (patch) | |
tree | 71785091dbd341919dda5832a2ccceb0601185b6 /home-config/waybar/custom_newsboat.sh | |
parent | update configs and virt packages (diff) | |
download | dotfiles-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-x | home-config/waybar/custom_newsboat.sh | 12 |
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 |