Skip to content

Commit 1be2fa7

Browse files
committed
update: remove padding after icon
1 parent fab703f commit 1be2fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/network-public-ip.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ main() {
1919
IP_SERVER="ifconfig.me"
2020
ip=$(curl -s "$IP_SERVER")
2121

22-
echo "$(get_tmux_option "@dracula-network-public-ip-label" "") $ip" > "${DATAFILE}"
22+
echo "$(get_tmux_option "@dracula-network-public-ip-label" "")$ip" > "${DATAFILE}"
2323
printf '%s' "$_now" > "${LAST_EXEC_FILE}"
2424
fi
2525

0 commit comments

Comments
 (0)