summaryrefslogtreecommitdiff
path: root/bashs/shell scrips/.dwmba
blob: 9f16ca7c5380a7fa6c55615c7ee61fae9017c813 (plain) (blame)
1
2
3
4
5
6
#!/bin/bash
while true; do
        printf -v Date '%(%a, %h %d, %Y  %r)T' -1
        xsetroot -name "$Date"
        sleep 1
done