diff options
author | Guangxiong Lin <[email protected]> | 2021-11-18 23:16:15 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2021-11-18 23:16:15 +0800 |
commit | 86b26bfd760f2963c351907a99c2281d87012343 (patch) | |
tree | 21e4e185fcc70a8d7599248cb2161a8aeab98998 | |
parent | 44885a0407a01a61b24a9503df9bbeb1fcfd0493 (diff) | |
download | dotfiles-86b26bfd760f2963c351907a99c2281d87012343.tar.gz dotfiles-86b26bfd760f2963c351907a99c2281d87012343.tar.bz2 dotfiles-86b26bfd760f2963c351907a99c2281d87012343.zip |
Update status bar more frequently
-rwxr-xr-x | bin/startdwm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/startdwm b/bin/startdwm index 7838544..c806446 100755 --- a/bin/startdwm +++ b/bin/startdwm @@ -1,6 +1,6 @@ while true; do xsetroot -name "$( date +"%F %R" )" - sleep 1m + sleep 10s done & picom -b |