mirror of
https://github.com/hnhx/rice.git
synced 2025-01-09 19:37:28 -03:00
6 lines
87 B
Bash
Executable file
6 lines
87 B
Bash
Executable file
#!/bin/sh
|
|
|
|
while true; do
|
|
xsetroot -name "🐧 $(date "+%h %d %H:%M")"
|
|
sleep 10
|
|
done
|