~yerinalexey/dotfiles

3bb7991839c26fe59674184fc6822f7477751f93 — Alexey Yerin 1 year, 10 months ago 144a38b
river: decrease wob height
1 files changed, 1 insertions(+), 1 deletions(-)

M river/init
M river/init => river/init +1 -1
@@ 116,7 116,7 @@ start_wob() {
	mkfifo /tmp/wob-in
	tail -f /tmp/wob-in | wob \
	  -a top -a right -M 0 \
	  -W 400 -H 42 \
	  -W 400 -H 36 \
	  --bar-color "#ff61afef" \
	  --border-color "$border" \
	  --background-color "$background" &