modularize dwmblocks

This commit is contained in:
odweta
2026-05-26 09:11:10 +02:00
parent 798ee08b8e
commit 9c0c93100e
6 changed files with 18 additions and 8 deletions
+1 -3
View File
@@ -1,5 +1,3 @@
#!/usr/bin/env bash
VOL=$(wpctl get-volume @DEFAULT_SINK@ | awk -F ": " '{print $2}' | sed 's/1\./1/g' | sed 's/0\.//g')
echo -n $VOL
wpctl get-volume @DEFAULT_SINK@ | awk -F ": " '{print $2}' | sed 's/1\./1/g' | sed 's/0\.//g'