update xinit, linkhandler and i3blocks/iface
Prithu Goswami prithugoswami524@gmail.com
Fri, 10 Jul 2020 22:20:56 +0530
3 files changed,
7 insertions(+),
1 deletions(-)
M
bin/scripts/linkhandler
→
bin/scripts/linkhandler
@@ -8,7 +8,8 @@ # otherwise it opens link in browser.
# Sci-Hub's domain occasionally changes due to shutdowns: scihub="http://sci-hub.tw/" -TRUEBROWSER=$BROWSER +# TRUEBROWSER=$BROWSER +TRUEBROWSER="chromium" # If no url given. Opens browser. For using script as $BROWSER. [ -z "$1" ] && { "$TRUEBROWSER"; exit; }
M
i3blocks/iface
→
i3blocks/iface
@@ -66,5 +66,9 @@ esac
#------------------------------------------------------------------------ +case $BLOCK_BUTTON in + 1) setsid notify-send "`ping -c 1 1.1 | grep time=`";; +esac + echo "$LABEL$IPADDR" # full text echo "$LABEL$IPADDR" # short text