Closed eddsalkield closed 1 year ago
I might be missing something, but the command line arguments don't appear to work in config.ini.
config.ini
For example:
$ gtklock -m powerbar-module --poweroff-command="touch testfile" $ file testfile testfile: empty
But if I set the same thing in config.ini:
[main] poweroff-command=touch testfile
Then I get:
$ gtklock -m powerbar-module --poweroff-command="touch testfile" $ file testfile testfile: cannot open `testfile' (No such file or directory)
How do I set this module's arguments from config.ini?
Try this:
[powerbar] poweroff-command=touch testfile
I might be missing something, but the command line arguments don't appear to work in
config.ini
.For example:
But if I set the same thing in
config.ini
:Then I get:
How do I set this module's arguments from
config.ini
?