~yerinalexey/dotfiles

92bd5eb3feac6625be8149cad100f38341e58e7b — Alexey Yerin 4 months ago 801498b
Rewrite wob configuration
3 files changed, 10 insertions(+), 9 deletions(-)

M .gitignore
M river/init
A wob/wob.ini
M .gitignore => .gitignore +1 -0
@@ 22,4 22,5 @@
!swappy/
!vis/
!waylock/
!wob/
!yambar/

M river/init => river/init +1 -9
@@ 114,16 114,8 @@ start_wob() {
	# Clean up
	[ -e /tmp/wob-in ] && rm /tmp/wob-in

	border="#282c34ff"
	background="#131e26ff"

	mkfifo /tmp/wob-in
	tail -f /tmp/wob-in | wob \
	  -a top -a right -M 0 \
	  -W 400 -H 36 \
	  --bar-color "#61afefff" \
	  --border-color "$border" \
	  --background-color "$background" &
	tail -f /tmp/wob-in | wob &
}

killall wob

A wob/wob.ini => wob/wob.ini +8 -0
@@ 0,0 1,8 @@
anchor=top right
width=400
height=36
bar_color=61afefff
border_color=282c34ff
background_color=131e26ff
bar_padding=2
margin=2