diff options
author | clsr <clsr@clsr.net> | 2021-07-02 03:48:06 +0000 |
---|---|---|
committer | clsr <clsr@clsr.net> | 2021-07-02 03:48:06 +0000 |
commit | 41deab98a5c0ac7162cd2fe21a786e022cc53670 (patch) | |
tree | c495121579c79c61e06d25ba4a2ed1b9b7fa82f0 /README.md | |
parent | 50e382e5efe6bdad568a507e7ec675e27e94d428 (diff) | |
download | dwmclock-41deab98a5c0ac7162cd2fe21a786e022cc53670.tar.gz dwmclock-41deab98a5c0ac7162cd2fe21a786e022cc53670.zip |
Add dwmclock-printv1.4.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -18,6 +18,10 @@ Compile it: make +Optionally also compile a version that prints time to stdout instead of updating the X root window name: + + make dwmclock-print + Install dwmclock (needs to be run as root if installing to `/usr` or `/usr/local`): make install @@ -36,3 +40,7 @@ Usage Amp it off in your `~/.xinitrc`: dwmclock & + +Use it in Sway bar config: + + status_command dwmclock-print |