(SXHkD|Scripts)~changed some details
~ made emacsclient calls with no alternate editors in eselect (confidence in server) ~ made notmuch option on eselect actually work properly ~ adjusted icons in status scripts
This commit is contained in:
@@ -4,7 +4,7 @@ internet=$(nmcli g | sed -n 2p | awk '{print $1}')
|
||||
if [[ $internet == "connected" ]]
|
||||
then
|
||||
con=$(nmcli | grep "connected to" | sed 's/.*: connected to \(.*\)/\1/g')
|
||||
echo " " $con
|
||||
echo "" $con
|
||||
else
|
||||
echo " Not Connected"
|
||||
fi
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
title=$(playerctl --player=spotify metadata title)
|
||||
echo "${title::40}"
|
||||
title=$(playerctl --player=spotify metadata title | cut -c 1-30)
|
||||
echo " $title"
|
||||
|
||||
Reference in New Issue
Block a user