From bcf28f0a088411ec2fa956ad7a79b7287b5ca1eb Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 9 Feb 2022 19:48:36 -0800 Subject: home-manager: let's try to configure polybar There's a few things missing (my binaries for the wifi and battery, at a minimum), but that's fine for now. --- configs/polybar/modules/date.ini | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 configs/polybar/modules/date.ini (limited to 'configs/polybar/modules/date.ini') diff --git a/configs/polybar/modules/date.ini b/configs/polybar/modules/date.ini new file mode 100644 index 0000000..c5b28da --- /dev/null +++ b/configs/polybar/modules/date.ini @@ -0,0 +1,6 @@ +[module/date] +type = internal/date +interval = 2 +time = %H:%M +date = %a %b %d +label = %date% %time% -- cgit v1.2.3