dotfiles/.local/bin/bar.sh

7 lines
115 B
Bash
Raw Normal View History

2023-05-26 13:11:39 +02:00
#!/bin/sh
while true
do
echo $(date +"%a, %B %d %Y @%I:%M %p %Z") "||" $(battstat) > ~/.config/sdorfehs/bar
done