From 84f973c475822e1f8438d7c6ad42ae67674195b1 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Sat, 15 Aug 2020 00:18:19 +0530 Subject: indentation --- spectrwm/.config/spectrwm/statusbar | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'spectrwm/.config') diff --git a/spectrwm/.config/spectrwm/statusbar b/spectrwm/.config/spectrwm/statusbar index 150c519..fe750c8 100755 --- a/spectrwm/.config/spectrwm/statusbar +++ b/spectrwm/.config/spectrwm/statusbar @@ -1,6 +1,6 @@ #!/bin/bash -vol(){ +vol() { vol=$(pulsemixer --get-volume | awk '{print $1}') mute=$(pulsemixer --get-mute) if [ "$mute" == 1 ]; then @@ -21,13 +21,13 @@ bat() { } dte() { - dte=$(date +"%a, %b %d") - echo -e "+@fg=1;date+@fg=0; $dte " + dte=$(date +"%a, %b %d") + echo -e "+@fg=1;date+@fg=0; $dte " } tie() { - tme=$(date +"%I:%M %P") - echo -e "+@fg=1;time+@fg=0; $tme " + tme=$(date +"%I:%M %P") + echo -e "+@fg=1;time+@fg=0; $tme " } while :; do -- cgit v1.2.3