diff --git a/roles/rofi/templates/powermenu.j2 b/roles/rofi/templates/powermenu.j2 index 0b581dd..a9db85b 100755 --- a/roles/rofi/templates/powermenu.j2 +++ b/roles/rofi/templates/powermenu.j2 @@ -8,12 +8,12 @@ action=$(echo -e "suspend\nlock\nhibernate\nlogout\nshutdown\nreboot" | rofi -dm if [[ "$action" == "lock" ]] then - ~/.i3/i3lock-fancy-multimonitor/lock + swaylock-fancy fi if [[ "$action" == "suspend" ]] then - ~/.i3/i3lock-fancy-multimonitor/lock && systemctl suspend-then-hibernate && echo '*/reconnect' >~/.weechat/weechat_fifo + swaylock-fancy && systemctl suspend-then-hibernate && echo '*/reconnect' >~/.weechat/weechat_fifo fi if [[ "$action" == "hibernate" ]]