![]() |
Re: Desktop Command Execution Widget scripts
I want to make a command which checks if my network is up.
Something like this: Code:
(test network_up && echo "Network Working!") || echo "No Network!" I should somehow check all devices: gprs, wlan, usb network, etc. Can anyone suggest anything? |
Re: Desktop Command Execution Widget scripts
Hi. I've gone through the whole thread looking for the way to change font. I use version 1.10 of DCEW and it's really awesome or... it would be if there's some kind of font management. I think it was possible to change the font in previous versions (0.6 or 0.7) but in this version I can't change anything. I'd like to change font, its size and colour, but it seems that the development of this very useful application has stopped. Can I expect any update soon?
|
Re: Desktop Command Execution Widget scripts
2 Attachment(s)
create two shell scripts which
as root place the two files in /usr/bin, remove the .txt extension (e.g. mv bqpwr.txt bqpwr) (optional) and make them executable require i2cget and bq27000.sh in /usr/sbin enjoy :) |
Re: Desktop Command Execution Widget scripts
Is there any command to get the Playlist popup which we see when pressed on the Mediaplayer widget ??
|
Re: Desktop Command Execution Widget scripts
What command it is possible to learn external an IP-address???
|
Re: Desktop Command Execution Widget scripts
Here's the command I'm using with my QBW:
wget -t 2 -T 3 -q -O - checkip.dyndns.com | awk -F ": " '{print $2}' | awk -F "</" '{print $1}' |
Re: Desktop Command Execution Widget scripts
@shawnjefferson
If it is working, please consider adding it to the wiki page. http://wiki.maemo.org/Desktop_Comman...Widget_scripts ./sifo |
Re: Desktop Command Execution Widget scripts
It is working (of course). And there is already a similar part in the wiki, sifo.
Nevertheless, I just have added it to wiki as api.myiptest.com sometimes is down (exactly now). |
Re: Desktop Command Execution Widget scripts
Hi,
yes, that is why I am using checkip.dyndns.com. :) It seems to work all the time. |
Re: Desktop Command Execution Widget scripts
Yeah, it should so ;)
But myiptest delivered some more info like provider and town ... |
All times are GMT. The time now is 09:02. |
vBulletin® Version 3.8.8