diff --git a/wofi/wofi-alt-tab.sh b/wofi/wofi-alt-tab.sh index d087523..c7c59bb 100755 --- a/wofi/wofi-alt-tab.sh +++ b/wofi/wofi-alt-tab.sh @@ -5,7 +5,8 @@ swaymsg -t get_tree | grep -v '__i3_scratch' | sed -e 's/\([^\-]\)\- *[^\-]*$/\1/' | sed -e 's/^\([0-9]*\)\t*\(.*\)/\2 \1/' | - wofi -I --show dmenu | { - read -r id name - swaymsg "[con_id=$id]" focus - } + wofi -I -s /home/jpm/.dotfiles/wofi/style.css -c \ + $HOME/.dotfiles/wofi/sidebar --show dmenu | { + read -r id name + swaymsg "[con_id=$id]" focus + }