![]() |
Re: [Support thread] Billboard Standby Screen
Any script for an Analogue Clock??
coderus?? thp?? |
Re: [Support thread] Billboard Standby Screen
as soon as possible :)
|
Re: [Support thread] Billboard Standby Screen
Quote:
|
Re: [Support thread] Billboard Standby Screen
^ make shure you have encoding set to UTF-8 and UNIX.
Then in terminal as user run: Code:
chmod 775 /home/user/script.py It works! :) |
I just realised that Billboard is a better and more complete version of Nokia Sleeping Screen. I mean it in a good way. Awesome.
Analog clock? With pictures exchanging every minute? If analog is chosen can digital be disabled automatically? |
Re: [Support thread] Billboard Standby Screen
@knobtviker yup. just render python script. and no, digital cant be disabled any way :)
|
Re: [Support thread] Billboard Standby Screen
I like to have used space minimal, so I wanted to shorten this line
"{weekday}, {date} ☀" to only show short weekday in my languge, using slarti's Code:
#!/bin/sh "{script: /home/user/shortday.sh}, {date} ☀" But it generates a new line, so I edited it to Code:
#!/bin/sh Also, when I use "{network-name} {network-name? ☸}" a blank line is generated if no network present which usually should not be the case. Any help about avoiding new/blank lines is very welcome. |
Re: [Support thread] Billboard Standby Screen
Try printf instead of print.
The problem with your network-name line not disappearing is billboard related, I think. If no network is present maybe an empty string is returned with a linebreak. Either you can write your own script (should be possbile with a dbus-command) without a linebreak or thp could change this behaivor. |
Re: [Support thread] Billboard Standby Screen
1 Attachment(s)
Thanks so much! printf works. :D
You can put those same line. Code:
#!/bin/sh |
Re: [Support thread] Billboard Standby Screen
Quote:
|
All times are GMT. The time now is 21:20. |
vBulletin® Version 3.8.8