03:55duck_: any idea on how to get waylogout to show somthing other then [] when not hovering over a choice
03:55duck_: this is the command i am using Disobey-Unthread-Snowbird5
03:55duck_: ?
03:56duck_: Disobey-Unthread-Snowbird5
03:56duck_: waylogout \
03:56duck_: --hide-cancel \
03:56duck_: --screenshots \
03:56duck_: --font="Baloo 2" \
03:56duck_: --effect-blur=7x5 \
03:56duck_: --indicator-thickness=20 \
03:56duck_: --ring-color=888888aa \
03:56duck_: --inside-color=88888866 \
03:56duck_: --text-color=eaeaeaaa \
03:56duck_: --line-color=00000000 \
03:56duck_: --ring-selection-color=33cc33aa \
03:56duck_: --inside-selection-color=33cc3366 \
03:56duck_: --text-selection-color=eaeaeaaa \
03:56duck_: --line-selection-color=00000000 \
03:56duck_: --lock-command="echo lock" \
03:56duck_: --logout-command="echo logout" \
03:56duck_: --suspend-command="echo suspend" \
03:56duck_: --hibernate-command="echo hibernate" \
03:56duck_: --poweroff-command="echo poweroff" \
03:56duck_: --reboot-command="echo reboot" \
03:56duck_: --switch-user-command="echo switch" \
03:56duck_: --selection-label
10:03Vanfanel: !join #dri-devel
10:20mjt: Hi! Can I intercept idle timer in weston somehow? With X11 I had to watch for MIT-SCREEN-SAVER events, what's the equivalent for weston?
10:46kennylevinsen: "intercept"? assuming Weston is using the idle protocol, you can register your own idle timers
10:48emersion: it's not