diff options
| author | Manuel Palenzuela <[email protected]> | 2019-06-12 11:10:33 +0200 |
|---|---|---|
| committer | Manuel Palenzuela <[email protected]> | 2019-06-12 11:10:33 +0200 |
| commit | 96182a961a5562720b917aeec787c9424315bfa9 (patch) | |
| tree | ab3325e00d75105339a4c6c59266d09dee4720ee /scripts/dwm-status | |
| parent | Fixed a formatting issue (diff) | |
| download | dwm-96182a961a5562720b917aeec787c9424315bfa9.tar.gz dwm-96182a961a5562720b917aeec787c9424315bfa9.tar.bz2 dwm-96182a961a5562720b917aeec787c9424315bfa9.zip | |
Fixed status bar formatting
Diffstat (limited to '')
| -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) |