From 5a4d4a06a287985fbf5b458056881d3d0a0c71aa Mon Sep 17 00:00:00 2001
From: xero <x@xero.nu>
Date: Sun, 22 Jan 2017 23:22:55 -0500
Subject: add wmutils setup

---
 wmutils/bin/bar | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100755 wmutils/bin/bar

(limited to 'wmutils/bin/bar')

diff --git a/wmutils/bin/bar b/wmutils/bin/bar
new file mode 100755
index 0000000..22b498f
--- /dev/null
+++ b/wmutils/bin/bar
@@ -0,0 +1,30 @@
+#!/bin/sh
+#  ██                      
+# ░██                      
+# ░██       ██████   ██████
+# ░██████  ░░░░░░██ ░░██░░█
+# ░██░░░██  ███████  ░██ ░ 
+# ░██  ░██ ██░░░░██  ░██   
+# ░██████ ░░████████░███   
+# ░░░░░    ░░░░░░░░ ░░░    
+#
+#  ▓▓▓▓▓▓▓▓▓▓
+# ░▓ author ▓ xero <x@xero.nu>
+# ░▓ 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"
+f=-*-Symbola-*-*-*-*-11-*-*-*-*-*-iso10646-*
+fg='#ffd0d8e0'
+bg='#ff111111'
+
+{
+  while :; do
+      $@
+      sleep 1 || break
+  done 
+} 2> /dev/null | lemonbar -d -p -g 55x16+157+0 -f $f -B $bg -F $fg
-- 
cgit v1.2.1