diff --git a/scripts/dwmblocks-network b/scripts/dwmblocks-network index 9aba058..7094119 100755 --- a/scripts/dwmblocks-network +++ b/scripts/dwmblocks-network @@ -7,7 +7,7 @@ if [[ "$(uname)" = 'Linux' ]]; then [[ "${active_networks}" = *' ethernet '* ]] && output="${output}󰈁" [[ "${active_networks}" = *' wireguard '* ]] && output="${output}󰖂 " (( ${#output} == 0 )) && output='󰈂' - bluetoothctl show | grep 'Powered: yes' >/dev/null && output="${output} " + bluetoothctl show | grep 'Powered: yes' >/dev/null && output="${output}  " printf '%s\n' "${output}" else echo "${0}: error: unknown os: \"$(uname)\"" >&2