From 3ce89f69eaec799b9d492d4adec12bc1e6378b82 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 30 Jul 2023 20:27:04 +0300 Subject: [PATCH] qwe --- config/dwmblocks/blocks.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dwmblocks/blocks.def.h b/config/dwmblocks/blocks.def.h index 6c8cbad6..e4dafb98 100644 --- a/config/dwmblocks/blocks.def.h +++ b/config/dwmblocks/blocks.def.h @@ -4,7 +4,7 @@ static const Block blocks[] = { {"Mem:", "free -h | awk '/^Mem/ { print $3\"/\"$2 }' | sed s/i//g", 30, 0}, {"", "date '+%b %d (%a) %I:%M%p'", 5, 0}, {"Bat:", "cat /sys/class/power_supply/BAT1/capacity", 30, 0}, - {"Vol:", "pamixer --get-volume-human", 30, 0}, + {"Vol:", "pamixer --get-volume-human", 5, 0}, }; //sets delimeter between status commands. NULL character ('\0') means no delimeter.