D/\SH
09-21-2009, 01:50 PM
First off, you need to have a rooted pre.
1) SSH into your pre and use these two commands:
sudo -i
mount -o remount,rw /2) Back up the file your going to edit
cd /usr/lib/luna/system/luna-systemui/stylesheets/
cp systemui.css systemui.css.bak
3) Edit the file "systemui.css" with Vi
vi systemui.css4) Look for the line that starts with "#date-and-time {"
Under that, add the line "color: #00ff00;" with whatever hex color you want. See below for an example.
#date-and-time {
color: #00ff00;
position: fixed;
margin: 1px 0 0 0;
top: 0;
left: 0;
height: 28px;
width: 100%;
padding: 0;
text-align: center;
5) Remount the filesystem as read-only then restart Luna
mount -o remount ro /
stop LunaSysMgr && start LunaSysMgr
Here is a pic:
http://img.photobucket.com/albums/v210/chris5h/screen-1.jpg
Enjoy. :)
original info found here:
http://forums.precentral.net/web-os-development/197870-how-change-time-color-your-home-screen.html
1) SSH into your pre and use these two commands:
sudo -i
mount -o remount,rw /2) Back up the file your going to edit
cd /usr/lib/luna/system/luna-systemui/stylesheets/
cp systemui.css systemui.css.bak
3) Edit the file "systemui.css" with Vi
vi systemui.css4) Look for the line that starts with "#date-and-time {"
Under that, add the line "color: #00ff00;" with whatever hex color you want. See below for an example.
#date-and-time {
color: #00ff00;
position: fixed;
margin: 1px 0 0 0;
top: 0;
left: 0;
height: 28px;
width: 100%;
padding: 0;
text-align: center;
5) Remount the filesystem as read-only then restart Luna
mount -o remount ro /
stop LunaSysMgr && start LunaSysMgr
Here is a pic:
http://img.photobucket.com/albums/v210/chris5h/screen-1.jpg
Enjoy. :)
original info found here:
http://forums.precentral.net/web-os-development/197870-how-change-time-color-your-home-screen.html