summaryrefslogtreecommitdiff
path: root/spectrwm
diff options
context:
space:
mode:
Diffstat (limited to 'spectrwm')
-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