summaryrefslogtreecommitdiff
path: root/dwm/.dwmSession.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dwm/.dwmSession.sh')
-rwxr-xr-xdwm/.dwmSession.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm/.dwmSession.sh b/dwm/.dwmSession.sh
index 2c427b8..3274e7a 100755
--- a/dwm/.dwmSession.sh
+++ b/dwm/.dwmSession.sh
@@ -13,7 +13,7 @@ while true; do
BATT=$( acpi -b | sed 's/.*[charging|unknown], \([0-9]*\)%.*/\1/gi' )
TIME=$(/bin/date +"%H:%M")
- IP=$(hostname -i)
+ IP=$(ip -4 a | grep "inet " | sed "s:inet \(.*\)/.*:\1:" | tr -d " " | tr "\n" " ")
xsetroot -name "$IP $TIME $BATT%"
sleep 10