Commit Graph

12 Commits

Author SHA1 Message Date
f6c1020535 Remove the need for rust nightly
My pidfd implmentation is simple enough, and Option.contains() is not
worth requiring nightly.
2022-05-14 00:17:50 -07:00
7e18b87707 Fix typo in DESTDIR in makefile 2022-05-14 00:17:50 -07:00
df81c14871 Add debian packaging files
This doesn't quite work, since the debuild stuff refuses to see the
rustup-installed cargo/rustc, which is required for our build.
2022-05-14 00:17:50 -07:00
712467f433 Improve makefile, add autogenerated manpages 2022-05-14 00:17:50 -07:00
858cd2750c Support DESTDIR in makefile 2022-05-14 00:17:50 -07:00
23fef4d9e3 Support stable rust
This removes use of Option.contains(), and provides a fallback pidfd
implementation for stable.
2022-05-14 00:17:50 -07:00
6420278f71 Add simple (if ugly) settings dialog 2022-05-05 01:14:53 -07:00
7ef720467f Don't forget to install bscreensaver-command 2022-05-04 01:29:13 -07:00
7de9a2cdb8 Tweak makefile 2022-05-04 00:51:14 -07:00
2ae04ff91a Add example config 2022-05-04 00:49:24 -07:00
832b381421 Implement dialog timeout & timeout bar 2022-05-03 23:47:06 -07:00
2e86445c3d Initial import. Most things seem working.
This includes an abortive attempt to do a gtk4 dialog (which I don't
think is possible, as gtk4 doesn't allow embedding toplevels anymore),
and an iced dialog, which I just never started writing.
2022-05-03 17:05:06 -07:00