aboutsummaryrefslogtreecommitdiff
path: root/slstatus/config.def.h
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2026-01-16 11:47:35 +0100
committerPolesznyák Márk <contact@pml68.dev>2026-01-16 11:47:35 +0100
commit4e31caf4d61b7eb3a052d50c25b21daddb9f0d81 (patch)
treef6206c77a7d662db920639975cc021b4de0440bc /slstatus/config.def.h
parentfeat: replace install script with Makefile (diff)
downloadsuckless-setup-4e31caf4d61b7eb3a052d50c25b21daddb9f0d81.tar.gz
feat(dwm): add mute keybind
Diffstat (limited to '')
-rw-r--r--slstatus/config.def.h2
1 files changed, 1 insertions, 1 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"},
};