sway: fix wob config
This commit is contained in:
@@ -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
3
config/.config/wob.ini
Normal file
@@ -0,0 +1,3 @@
|
||||
anchor=bottom
|
||||
width=600
|
||||
margin=70
|
||||
Reference in New Issue
Block a user