
AeroG-inspired-digi-clock alt.
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
geekatusa
9 years ago
I am kind of newbie to Linux system.
When I run this program, the error messages as following.
$ls
aeroG-insp-digiclock.theme bg.png
$./aeroG-insp-digiclock.theme
bash: ./aeroG-insp-digiclock.theme: /usr/bin/superkaramba: bad interpreter: Permission denied
any help will be appreciate!!
#!/usr/bin/superkaramba
KARAMBA X=125 Y=125 W=196 H=90 LOCKED=true INTERVAL=999
IMAGE X=0 Y=0 PATH="bg.png"
#Clock
text x=24 y=15 sensor=program program="date +%T" fontsize=30 font="Arial Black" color=155,155,155 INTERVAL=999
text x=23 y=14 sensor=program program="date +%T" fontsize=30 font="Arial Black" color=255,255,255 INTERVAL=999
#Date
text x=24 y=53 sensor=program program="date +'%a, %e. %B %Y'" fontsize=11 font="Arial Black" color=155,155,155 INTERVAL=99999
text x=23 y=52 sensor=program program="date +'%a, %e. %B %Y'" fontsize=11 font="Arial Black" color=255,255,255 INTERVAL=99999
Report
mperezra
14 years ago
Report
striker
15 years ago
Thank you for modifiying this nice widget ;)
Report
tux86
14 years ago
Report