aboutsummaryrefslogtreecommitdiff
path: root/slstatus
diff options
context:
space:
mode:
Diffstat (limited to 'slstatus')
-rw-r--r--slstatus/config.def.h2
-rw-r--r--slstatus/config.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/slstatus/config.def.h b/slstatus/config.def.h
index 7052e30..cfad904 100644
--- a/slstatus/config.def.h
+++ b/slstatus/config.def.h
@@ -67,7 +67,7 @@ static const char unknown_str[] = "n/a";
static const struct arg args[] = {
/* function format argument */
{datetime, "%s;", "%G. %B. %-e. %a"},
- {run_command, "%s%% ", "pulsemixer --get-volume | awk '{print $2 }'"},
+ {run_command, "%s ", "audio"},
{keymap, "%s ", NULL},
{datetime, "%s ", "%H:%M:%S"},
};
diff --git a/slstatus/config.h b/slstatus/config.h
index 7052e30..cfad904 100644
--- a/slstatus/config.h
+++ b/slstatus/config.h
@@ -67,7 +67,7 @@ static const char unknown_str[] = "n/a";
static const struct arg args[] = {
/* function format argument */
{datetime, "%s;", "%G. %B. %-e. %a"},
- {run_command, "%s%% ", "pulsemixer --get-volume | awk '{print $2 }'"},
+ {run_command, "%s ", "audio"},
{keymap, "%s ", NULL},
{datetime, "%s ", "%H:%M:%S"},
};