Switch to bspwm
This commit is contained in:
parent
4133deacdb
commit
d77432d398
10 changed files with 297 additions and 0 deletions
11
panel/clock
Executable file
11
panel/clock
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#/bin/sh
|
||||
|
||||
prefix=$1
|
||||
format=$2
|
||||
|
||||
while [ true ]; do
|
||||
echo -n "$prefix"
|
||||
echo -n $(date "$format")
|
||||
echo
|
||||
sleep 1s
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue