5 lines
119 B
Bash
Executable File
5 lines
119 B
Bash
Executable File
#!/bin/bash
|
|
# xoat displays root window name in spot1 bar
|
|
|
|
datetime=$(date '+%a %b %d %R')
|
|
xsetroot -name "${datetime}" |