summaryrefslogtreecommitdiff
path: root/herbstluftwm/popups.sh
diff options
context:
space:
mode:
Diffstat (limited to 'herbstluftwm/popups.sh')
-rwxr-xr-xherbstluftwm/popups.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/herbstluftwm/popups.sh b/herbstluftwm/popups.sh
index db75c0b..d1dde29 100755
--- a/herbstluftwm/popups.sh
+++ b/herbstluftwm/popups.sh
@@ -14,7 +14,7 @@ calendary() {
position(){
pos=$(mpc | awk 'NR==2' | awk '{print $4}' | sed 's/(//' | sed 's/%)//')
- bar=$(echo $pos | gdbar -w $1 -h 3.5 -fg "$(get_xresources color4)" -bg "$(get_xresources color8)")
+ bar=$(echo $pos | gdbar -w $1 -h 3.5 -fg "$(get_xresources color12)" -bg "$(get_xresources color8)")
echo -n "$bar"
return
}