tchanged popup look and feel - scripts - various script and utils
(HTM) git clone git://z3bra.org/scripts
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit cdcbb9bdf8ae33acf2ce0393ff0845299529115a
(DIR) parent c9f6d6dbb6da58ce56416eccfbab557f74575fd8
(HTM) Author: z3bra <willy@mailoo.org>
Date: Fri, 4 Apr 2014 15:58:09 +0200
changed popup look and feel
Diffstat:
M popup | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
(DIR) diff --git a/popup b/popup
t@@ -8,13 +8,13 @@ SLEEP=3
# bar options
font="-*-gohufont-medium-*-*--11-*-*-*-*-*-iso10646-1"
-bg="#1d1d1d"
-fg="#ffffff"
-hl="#4c4c4c"
+bg="#00000000"
+fg="#ffffffff"
+hl="#ff1d1d1d"
width=120
height=20
-offx=1790
-offy=790
+offx=1610
+offy=1050
usage() {
echo "`basename $0` [-hb] [-d delay] [-x offx] [-y offy] [-w width] [TEXT]"
t@@ -51,7 +51,7 @@ volumebar() {
max=10
cur=$((`getvol value` / max))
- test "`getvol state`" = "off" && fg='#d43f10'
+ test "`getvol state`" = "off" && fg='#ffd43f10'
for v in $(seq 1 $((max - 1))); do
if [ "$v" -lt "$cur" ]; then