From 41deab98a5c0ac7162cd2fe21a786e022cc53670 Mon Sep 17 00:00:00 2001 From: clsr Date: Fri, 2 Jul 2021 03:48:06 +0000 Subject: Add dwmclock-print --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index bf50b36..b522dd5 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit