diff options
| author | Andrew Guschin <guschin@altlinux.org> | 2023-07-28 01:29:51 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin@altlinux.org> | 2023-07-28 01:29:51 +0400 |
| commit | 5ec338174c5ef3225d6b7009b8ac55772f76008e (patch) | |
| tree | cecece430097d887a4d32ff303b9269ddc75a07f /.local/bin/dwmbar/dwm-volume | |
| parent | 71713fc3c3b15891606e553befd2e9a0a7221861 (diff) | |
Changed dwm bar scripts
Diffstat (limited to '.local/bin/dwmbar/dwm-volume')
| -rwxr-xr-x | .local/bin/dwmbar/dwm-volume | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dwmbar/dwm-volume b/.local/bin/dwmbar/dwm-volume index 50b04e8..d0da2c0 100755 --- a/.local/bin/dwmbar/dwm-volume +++ b/.local/bin/dwmbar/dwm-volume @@ -88,4 +88,4 @@ def get_sink_volume(sink): def_sink = get_default_sink() vol = get_sink_volume(def_sink) -print(vol) +print(f"[VOL {vol}]") |