loserMcloser / waylogout

MIT License
35 stars 2 forks source link

does not seem to do anything #18

Closed bashfulrobot closed 4 months ago

bashfulrobot commented 4 months ago

Hi there, I was trying out your app with the default parameters from your readme, and all I get is "logout" echoed to the screen. I was running the command manually to test before adding to my config.

❯ waylogout \
          --hide-cancel \
          --screenshots \
          --font="Baloo 2" \
          --fa-font="Font Awesome 6 Free" \
          --effect-blur=7x5 \
          --indicator-thickness=20 \
          --ring-color=f2cdcd88 \
          --inside-color=f5e0dc88 \
          --text-color=cdd6f488 \
          --line-color=00000000 \
          --ring-selection-color=89b4fa88 \
          --inside-selection-color=89b4fa66 \
          --text-selection-color=cdd6f488 \
          --line-selection-color=00000000 \
          --lock-command="echo lock" \
          --logout-command="echo logout" \
          --suspend-command="echo suspend" \
          --hibernate-command="echo hibernate" \
          --poweroff-command="echo poweroff" \
          --reboot-command="echo reboot" \
          --switch-user-command="echo switch" \
          --selection-label
logout
bashfulrobot commented 4 months ago

Ah, ok. I found the man page. The commands have to be configured. I suggest either pointing people to the man page right in your readme or even just copying/pasting your man page into your readme. :+1: