I went into the JS file,and i edited each day to 3 or 4 letters...IE: mon,tues,wed,thurs,fri,sat,sun. this helps with day running off page
i did same with months....jan,feb,march,apr,may,june,july,aug,sept,oct,nov,dec.
like this below:
/**********************
TIME + DATE
***********************/
armonth = new Array("Jan", "Feb", "Mar", "Apr", "May", "June", "July", "Aug", "Sept", "Oct", "Nov", "Dec");
arday = new Array("Sun", "Mon", "Tues", "Wed", "Thur", "Fri", "Sat");
this helps with month running off,im sure you can move things over to left to make the entire day or month fit but IMO I like the look better of abbreviated days,months.
I also made things less opaque too.....love this slanted theme,very very unique claude!
I love how Claude made the clock not show the ZERO when its a single digit hour...and when it went to 10pm i was happy to see it was able to use 2 digits and moved clock over to right enough to center it!.....great job Claude!
screenshot with 2 digit hour now!