From 7da55a49c6a6475c82a5f5d86ebe0f72c6dfa67f Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Sat, 6 May 2023 00:00:49 +0300 Subject: [PATCH] sway: fix wob config --- config/.config/sway/config | 5 +---- config/.config/wob.ini | 3 +++ 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 config/.config/wob.ini diff --git a/config/.config/sway/config b/config/.config/sway/config index 3e3d96d..ab8665d 100644 --- a/config/.config/sway/config +++ b/config/.config/sway/config @@ -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 # ____ _____ _ _ _____ ____ _ _ diff --git a/config/.config/wob.ini b/config/.config/wob.ini new file mode 100644 index 0000000..7c92776 --- /dev/null +++ b/config/.config/wob.ini @@ -0,0 +1,3 @@ +anchor=bottom +width=600 +margin=70