Implement dialog timeout & timeout bar

This commit is contained in:
2022-05-03 23:47:06 -07:00
parent 2e86445c3d
commit 832b381421
2 changed files with 61 additions and 18 deletions

View File

@ -45,3 +45,9 @@ run: build-dev
BSCREENSAVER_DIALOG_GTK3_LOG=$(DEV_LOG_LEVEL) \
HELPER_DIR=target/debug \
cargo run --bin bscreensaver
run-dialog:
RUST_BACKTRACE=1 \
BSCREENSAVER_DIALOG_GTK3_LOG=$(DEV_LOG_LEVEL) \
BSCREENSAVER_DIALOG_STANDALONE=1 \
cargo run --bin bscreensaver-dialog-gtk3