From e860d9a8f7ca586fa88ba2f0b1325377ebb14615 Mon Sep 17 00:00:00 2001
From: Benjamin Chausse <benjamin@chausse.xyz>
Date: Thu, 8 Oct 2020 01:53:07 -0400
Subject: dwmblocks scripts

---
 .local/bin/dwmbar/dwmb-date | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100755 .local/bin/dwmbar/dwmb-date

(limited to '.local/bin/dwmbar/dwmb-date')

diff --git a/.local/bin/dwmbar/dwmb-date b/.local/bin/dwmbar/dwmb-date
new file mode 100755
index 0000000..e2198bd
--- /dev/null
+++ b/.local/bin/dwmbar/dwmb-date
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+date +"  %a %b %d |  %H:%M "
-- 
cgit v1.2.3