sway: fix wob config

This commit is contained in:
2023-05-06 00:00:49 +03:00
parent df9bb03ce3
commit 7da55a49c6
2 changed files with 4 additions and 4 deletions

View File

@@ -40,10 +40,7 @@ set $laptopMonitor "eDP-1"
set $wallpaperPathFile "~/.config/.wallpaper"
set $WOBSOCK $XDG_RUNTIME_DIR/wob.sock
exec rm -f $WOBSOCK && mkfifo $WOBSOCK && tail -f $WOBSOCK | wob \
-a "bottom" \
-M 70 \
-W 600
exec rm -f $WOBSOCK && mkfifo $WOBSOCK && tail -f $WOBSOCK | wob -c ~/.config/wob.ini
# ____ _____ _ _ _____ ____ _ _

3
config/.config/wob.ini Normal file
View File

@@ -0,0 +1,3 @@
anchor=bottom
width=600
margin=70