View Single Post
Posts: 109 | Thanked: 62 times | Joined on Mar 2012
#106
Originally Posted by nerzhul View Post
I wanna remove the whole clock in lockscreen i deleted almost everything from that .css what is related to it or what I can call related, but nothing happens clock and date still there, what I'm duin wrong?

line 80 in my vim
LockScreen ScreenLockClockStyle#LockScreenLowPowerModeClock {


I "GUESS"
Code:
 at  line 89  : 
 time-format: "%R";
change it like ...
Code:
 time-format: " ";
hope it can help you