meta data for this page
Table of Contents
Birdie
Birdie is an alarm app forked from Wake Mobile and designed for Linux phones.
- system wakes up from power saving mode (suspend) to play the alarm
- single alarm schedule
- alarm is repeated for selected days of the week
- snooze button
- pleasant wake up sound (included)
- gradual volume increase of the alarm
- alarm test mode
- alarm accessible from a lockscreen (via MPRIS)
Phone Compatibility:
5 of 5 Points.
How to install
APT:
There is no Debian package yet
Source:
git clone https://github.com/Dejvino/birdie cd birdie sudo apt install gcc make checkinstall python3-psutil gnome-session-canberra python3-pip sudo pip install mpris-server sudo mkdir -p /usr/lib/birdie/libexec sudo mkdir /usr/share/birdie sudo make install-deb