tchanged group icons to names - scripts - various script and utils
(HTM) git clone git://z3bra.org/scripts
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit ffba73841ef6cac5068db90b875a6365f10f427e
(DIR) parent 4ac8555aa7405a70051c3826f1572a0ebda17549
(HTM) Author: Willy Goiffon <w.goiffon@gmail.com>
Date: Tue, 9 Jul 2013 11:16:29 +0200
changed group icons to names
Diffstat:
M bar/config.sh | 29 +++++++++++++++++++----------
1 file changed, 19 insertions(+), 10 deletions(-)
---
(DIR) diff --git a/bar/config.sh b/bar/config.sh
t@@ -60,18 +60,27 @@ i_grap='GPU'
i_fans='FAN'
i_musk='CUR'
i_alsa='VOL'
-i_time="$(date +%m/%d)" # clock
+i_time="$(date '+%d %b')" # clock
# workspace icons / names
-i_trm=$(echo -e '\ue09f') # default
-i_web=$(echo -e '\ue0ab') # web browsing
-i_dev=$(echo -e '\ue19a') # intense coding
-i_com=$(echo -e '\ue074') # irc, voip, etc..
-i_fun=$(echo -e '\ue19d') # games
-i_sys=$(echo -e '\ue09e') # sys admin
-i_wrk=$(echo -e '\ue146') # reports, etc..
-i_far=$(echo -e '\ue00e') # just chillin'
-i_meh=$(echo -e '\ue14d') # just chillin'
+# i_trm=$(echo -e '\ue09f') # default
+# i_web=$(echo -e '\ue0ab') # web browsing
+# i_dev=$(echo -e '\ue19a') # intense coding
+# i_com=$(echo -e '\ue074') # irc, voip, etc..
+# i_fun=$(echo -e '\ue19d') # games
+# i_sys=$(echo -e '\ue09e') # sys admin
+# i_wrk=$(echo -e '\ue146') # reports, etc..
+# i_meh=$(echo -e '\ue14d') # just chillin'
+# i_far=$(echo -e '\ue00e') # just chillin'
+i_trm=$(echo -e 'ZSH')
+i_web=$(echo -e 'WEB')
+i_dev=$(echo -e 'DEV')
+i_com=$(echo -e 'IRC')
+i_fun=$(echo -e 'FUN')
+i_sys=$(echo -e 'SYS')
+i_wrk=$(echo -e 'WRK')
+i_meh=$(echo -e 'MEH')
+i_far=$(echo -e 'ALL')
# specific parameters