From c866ba828c2b65feec1a05863682dd78bf5d5af7 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Tue, 21 Mar 2023 21:47:27 +0530 Subject: switch to dwmblocks --- .local/bin/statusbar/sb-volume | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 .local/bin/statusbar/sb-volume (limited to '.local/bin/statusbar/sb-volume') diff --git a/.local/bin/statusbar/sb-volume b/.local/bin/statusbar/sb-volume new file mode 100755 index 0000000..eefed94 --- /dev/null +++ b/.local/bin/statusbar/sb-volume @@ -0,0 +1,2 @@ +#!/bin/sh +echo [ "$([ "$(pamixer --get-mute)" = "false" ] && printf ' ' || printf ' ')$(pamixer --get-volume)%" ] -- cgit v1.2.3