diff options
Diffstat (limited to 'scripts/dwm-status')
| -rwxr-xr-x | scripts/dwm-status | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/dwm-status b/scripts/dwm-status index 112c2ee..9bde75b 100755 --- a/scripts/dwm-status +++ b/scripts/dwm-status @@ -36,7 +36,7 @@ tor() { if [ $status == "active" ] then - echo "$delim $icon_enabled $delim" + echo "$icon_enabled $delim" else echo "$icon_disabled" fi @@ -52,7 +52,7 @@ status() { \ # Directs to the path of the weather script. echo $(python $( cd "$(dirname "$0")" ; pwd -P )/weather.py) - echo "$delim" +# echo "$delim" (done in the weather script) echo $(updates) |