Add 'dwmbar' script

This commit is contained in:
samedamci 2020-05-08 17:15:42 +02:00
parent 4a249f6353
commit 6e02a557fd
No known key found for this signature in database
GPG Key ID: FCB4A9A20D00E894

6
botfiles/.scripts/dwmbar Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
while true; do
xsetroot -name "  $(awk -F"[][]" '/dB/ { print $2 }' <(amixer sget Master)) |  $(date "+%H:%M:%S %p") |  $(pacman -Qu | wc -l) "
sleep 1
done