I'm using the Simplicity theme and when I left click the date under the clock, it goes to my computers uptime. But it doesn't stay like that, if I log off or turn off the computer/turn it back on it goes back to the date. How would I go about switching that so it'd always be my uptime and I could click to check the date?
You'll need to modify the theme.
1. Open base.rc
2. Find the variable DateLabelText and change it to
"[uptime('d')]d [uptime('h')]:[uptime('nn')]:[uptime('ss')]"
3. Change the variable DateLabelOnLeftClick to
!DateLabelSetText "[date('ddd')]. [date('mmm')]. [date('d')]"
4. Change the variable DateLabelOnRightClick to
!DateLabelSetText "[uptime('d')]d [uptime('h')]:[uptime('nn')]:[uptime('ss')]"
5. Now save and recycle LS :)