alarm-clock
alarm-clock copied to clipboard
file config exportable ?
Add the "Export your alarms to a file" option would allow you to have the same alarms on different terminals. Under XFCE4 where the configuration file is? In order to do it manually ?
There is no standalone configuration file. Everything is stored in dconf. You can export it with
dconf dump /io/github/alarm-clock-applet/ > my_alarms
which will create a file called my_alarms in your current directory. You can then import it with
dconf load /io/github/alarm-clock-applet/ < my_alarms