Clear LCD Clock
ljogerst
Source i (link to git-repo or to original if based on someone elses unmodified work):
More Karamba & Superkaramba from ljogerst:
Other Karamba & Superkaramba:
© 2025 xfce-look.org - Eyecandy for your XFCE-Desktop
All rights reserved. All trademarks are copyright by their respective owners. All contributors are responsible for their uploads.
Ratings & Comments
14 Comments
Current day should have diffrent font. Except thst, everything is perfect :)
If you want the current day highlighted, modify your theme like that: karamba x=825 y=560 w=185 h=185 locked=true image x=0 y=0 path="icons/clear.png" #***************# # whole blue month text x=22 y=18 sensor=program program="cal -m" font="Luxi Mono" fontsize=12 color=64,64,255 interval=30000 # white month without today text x=22 y=18 sensor=program program="cal -m | sed s/`date +%e`'\>'/' '/" font="Luxi Mono" fontsize=12 color=255,255,255 interval=30000 #***************# image x=75 y=140 path="icons/kontact.png" clickarea x=75 y=128 w=35 h=40 onclick=kontact
thuis was just wat i was looking for , thanx for making it!!!!
#Clear_Cal is modified from: #A simple calendar by chris at http://www.rainbowlinux.org # General karamba x=500 y=339 w=185 h=185 locked=false image x=0 y=0 path="icons/clear.png" # Calendar (program="cal" for Sunday first or program="cal -m" for Monday first or program="ccal" for Today Braceted) text x=22 y=18 sensor=program program="ccal" font="Bitstream Vera Sans Mono" fontsize=12 color=255,255,255 interval=30000 image x=75 y=140 path="icons/kontact.png" clickarea x=75 y=128 w=35 h=40 onclick=kontact
#Clear_Cal is modified from: #A simple calendar by chris at http://www.rainbowlinux.org # General karamba x=500 y=339 w=185 h=185 locked=false image x=0 y=0 path="icons/clear.png" # Calendar (program="cal" for Sunday first or program="cal -m" for Monday first or program="ccal" for Today Braceted) text x=22 y=18 sensor=program program="ccal" font="Bitstream Vera Sans Mono" fontsize=12 color=255,255,255 interval=30000 image x=75 y=140 path="icons/kontact.png" clickarea x=75 y=128 w=35 h=40 onclick=kontact
Nice theme. Is someone going to give an answer about the current day highlight issue.
#Clear_Cal is modified from: #A simple calendar by chris at http://www.rainbowlinux.org # General karamba x=500 y=339 w=185 h=185 locked=false image x=0 y=0 path="icons/clear.png" # Calendar (program="cal" for Sunday first or program="cal -m" for Monday first or program="ccal" for Today Braceted) text x=22 y=18 sensor=program program="ccal" font="Bitstream Vera Sans Mono" fontsize=12 color=255,255,255 interval=30000 image x=75 y=140 path="icons/kontact.png" clickarea x=75 y=128 w=35 h=40 onclick=kontact
Hi, I am not able to highlights the current day. I can not follow up your instructions. (see down your theme clear_cal) Please more details. Thank you in advance, Juan_Lutz ------------------------- #Clear_Cal is modified from: #A simple calendar by chris at http://www.rainbowlinux.org # General karamba x=500 y=339 w=185 h=185 locked=false image x=0 y=0 path="icons/clear.png" # Calendar (program="cal" for Sunday first or program="cal -m" for Monday first) text x=22 y=18 sensor=program program="cal" font="Bitstream Vera Sans Mono" fontsize=12 color=255,255,255 interval=30000 image x=75 y=140 path="icons/kontact.png" clickarea x=75 y=128 w=35 h=40 onclick=kontact
My singledigit dates are not lined up underneath the days of the week. How can I fix this?
Does this one have the 5 week limit that others I've see do. (For example Jan 31 2005 won't display because it is the 6th week "row" in others.
This one works fine for a six week month.
You can get it to put <...> around the day by running ccal instead of cal. Vik :v)
Not following you. There is only one theme to open in the folder - clear_cal.theme. What should I do to get the around the day? Thanks, Rory
Nice addition. Would be nice if the current day was highlighted. Like how you're building similarly looking themes. Clear looks great! Thank you!!