alarm-clock icon indicating copy to clipboard operation
alarm-clock copied to clipboard

file config exportable ?

Open GitAdict opened this issue 3 months ago • 1 comments

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 ?

GitAdict avatar Sep 14 '25 14:09 GitAdict

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

tatokis avatar Sep 27 '25 11:09 tatokis