easier separator
This commit is contained in:
parent
d15787824f
commit
32157786ba
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
separator=" "
|
||||||
|
|
||||||
get_int() { # Type of interface & status
|
get_int() { # Type of interface & status
|
||||||
# If active ethernet, just exit with icon
|
# If active ethernet, just exit with icon
|
||||||
|
@ -150,7 +151,6 @@ get_todo() {
|
||||||
|
|
||||||
while true ; do
|
while true ; do
|
||||||
status=""
|
status=""
|
||||||
separator=" "
|
|
||||||
|
|
||||||
todo="$(get_todo)"
|
todo="$(get_todo)"
|
||||||
! [ -z "$todo" ] && status="$status$separator$todo"
|
! [ -z "$todo" ] && status="$status$separator$todo"
|
||||||
|
|
Loading…
Reference in a new issue