Add 'dwmbar' script

This commit is contained in:
Wiktor Zykubek 2020-05-08 17:15:42 +02:00
parent 2985c78b2c
commit b51b99ab53

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