maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Desktop Command Execution Widget scripts (https://talk.maemo.org/showthread.php?t=39177)

Robb 2012-01-29 13:33

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!"
What should replace network_up in the command for it to work?
I should somehow check all devices: gprs, wlan, usb network, etc.

Can anyone suggest anything?

temp 2012-04-19 16:10

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?

misterc 2012-05-30 23:20

Re: Desktop Command Execution Widget scripts
 
2 Attachment(s)
create two shell scripts which
  • display the core (CPU) temperature (bqtemp)
  • the power flow in mA (positive if charging, negative if on battery)
inspired from 2.2 Battery (via bq27200 chip) and bq27000.sh

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 :)

Sandeep 2012-10-19 07:14

Re: Desktop Command Execution Widget scripts
 
Is there any command to get the Playlist popup which we see when pressed on the Mediaplayer widget ??

Tiran 2012-11-01 08:54

Re: Desktop Command Execution Widget scripts
 
What command it is possible to learn external an IP-address???

shawnjefferson 2012-11-03 20:32

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}'

sifo 2012-11-03 20:39

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

peterleinchen 2012-11-03 21:08

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).

shawnjefferson 2012-11-06 03:40

Re: Desktop Command Execution Widget scripts
 
Hi,

yes, that is why I am using checkip.dyndns.com. :) It seems to work all the time.

peterleinchen 2012-11-06 08:35

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