Quote:
Originally Posted by Gibbo
Can the miniclock hack be added to the kobopatch?
|
I have been using this method:
1. I made a directory called "kobopatch-custom" in the same directory I have the "kobopatch_4.21.15015" directory.
In the "kobopatch-custom" directory I have this folder structure:
Code:
root\addons\miniclock
root\etc\udev\rules.d
root\usr\local\MiniClock
2. I unpacked the latest release of
MiniClock from post #311 and copied the files to the corresponding directories in my "kobopatch-custom" folder structure.
3. I inserted the following line at the end of the "kobopatch.yaml" file:
Code:
files:
# MiniClock files
../kobopatch-custom/root/usr/local/MiniClock/devinputeventdump: usr/local/MiniClock/devinputeventdump
../kobopatch-custom/root/usr/local/MiniClock/fbink: usr/local/MiniClock/fbink
../kobopatch-custom/root/usr/local/MiniClock/miniclock.sh: usr/local/MiniClock/miniclock.sh
../kobopatch-custom/root/etc/udev/rules.d/miniclock.rules: etc/udev/rules.d/miniclock.rules
../kobopatch-custom/root/addons/miniclock/miniclock.cfg: .addons/miniclock/miniclock
The "miniclock.cfg" file I have edited with my custom modifications for fonts and date formats.