From 5a4d4a06a287985fbf5b458056881d3d0a0c71aa Mon Sep 17 00:00:00 2001 From: xero Date: Sun, 22 Jan 2017 23:22:55 -0500 Subject: add wmutils setup --- wmutils/bin/clock | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100755 wmutils/bin/clock (limited to 'wmutils/bin/clock') diff --git a/wmutils/bin/clock b/wmutils/bin/clock new file mode 100755 index 0000000..2e45acd --- /dev/null +++ b/wmutils/bin/clock @@ -0,0 +1,27 @@ +#!/bin/sh +# ██ ██ +# ░██ ░██ +# █████ ░██ ██████ █████ ░██ ██ +# ██░░░██ ░██ ██░░░░██ ██░░░██░██ ██ +# ░██ ░░ ░██░██ ░██░██ ░░ ░████ +# ░██ ██ ░██░██ ░██░██ ██░██░██ +# ░░█████ ███░░██████ ░░█████ ░██░░██ +# ░░░░░ ░░░ ░░░░░░ ░░░░░ ░░ ░░ +# +# ▓▓▓▓▓▓▓▓▓▓ +# ░▓ author ▓ xero +# ░▓ code ▓ http://code.xero.nu/dotfiles +# ░▓ mirror ▓ http://git.io/.files +# ░▓▓▓▓▓▓▓▓▓▓ +# ░░░░░░░░░░ +# +#█▓▒░ lemonbar wgrp display + +f="-Gohu-GohuFont-Medium-R-Normal--11-80-100-100-C-60-ISO10646-1" +fg='#ffd0d8e0' +bg='#ff111111' + +while :; do + echo "%{c}$(date "+%H:%M %Y-%m-%d")%{c}" + sleep 1 || break +done | lemonbar -d -p -g 110x16+48+0 -f $f -B $bg -F $fg -- cgit v1.2.1