diff --git a/.config/sway/scripts/screenshot.sh b/.config/sway/scripts/screenshot.sh index 950cf13..d946a21 100644 --- a/.config/sway/scripts/screenshot.sh +++ b/.config/sway/scripts/screenshot.sh @@ -2,7 +2,7 @@ entries="Active Screen Output Area Window" -selected=$(printf '%s\n' $entries | wofi --style=$HOME/.config/wofi/style.power.css --conf=$HOME/.config/wofi/config.screenshot | awk '{print tolower($1)}') +selected=$(printf '%s\n' $entries | wofi --style=$HOME/.config/wofi/style.widgets.css --conf=$HOME/.config/wofi/config.screenshot | awk '{print tolower($1)}') case $selected in active)