summaryrefslogtreecommitdiff
path: root/spectrwm/.config
diff options
context:
space:
mode:
authorShubham Saini <pryr@pryr.xyz>2020-08-14 18:48:19 +0000
committerShubham Saini <pryr@pryr.xyz>2020-08-14 18:48:19 +0000
commit84f973c475822e1f8438d7c6ad42ae67674195b1 (patch)
tree116a6d7960ab1ce1b57c99661e03754e2df12a55 /spectrwm/.config
parente5b053606d0dd24a2159fc298af1892132c0e8da (diff)
indentation
Diffstat (limited to 'spectrwm/.config')
-rwxr-xr-xspectrwm/.config/spectrwm/statusbar10
1 files changed, 5 insertions, 5 deletions
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 @@
1#!/bin/bash 1#!/bin/bash
2 2
3vol(){ 3vol() {
4 vol=$(pulsemixer --get-volume | awk '{print $1}') 4 vol=$(pulsemixer --get-volume | awk '{print $1}')
5 mute=$(pulsemixer --get-mute) 5 mute=$(pulsemixer --get-mute)
6 if [ "$mute" == 1 ]; then 6 if [ "$mute" == 1 ]; then
@@ -21,13 +21,13 @@ bat() {
21} 21}
22 22
23dte() { 23dte() {
24 dte=$(date +"%a, %b %d") 24 dte=$(date +"%a, %b %d")
25 echo -e "+@fg=1;date+@fg=0; $dte " 25 echo -e "+@fg=1;date+@fg=0; $dte "
26} 26}
27 27
28tie() { 28tie() {
29 tme=$(date +"%I:%M %P") 29 tme=$(date +"%I:%M %P")
30 echo -e "+@fg=1;time+@fg=0; $tme " 30 echo -e "+@fg=1;time+@fg=0; $tme "
31} 31}
32 32
33while :; do 33while :; do