| View previous topic :: View next topic |
| Author |
Message |
Scuba
Joined: 26 Mar 2008 Posts: 2
|
Posted: Wed Mar 26, 2008 6:45 am Post subject: |
|
|
did some piddling around and switched to emerge. Saw a screenshot of it on another forum and googled it and about 4 hours later here is what I got: http://img338.imageshack.us/img338/4638/desktopxw4.jpg
Also played around with samurize, Im pretty pumped with what I got. It definitely cleaned up a lot of clutter on my screen. |
|
| Back to top |
|
 |
01MDM
Joined: 19 Jan 2008 Posts: 15
|
Posted: Sun Apr 20, 2008 8:55 pm Post subject: |
|
|
Emerge and Samurize are good neighbours.
The fictive samurize panel as a part of EmergeDesktop. Some kind of experiment
 |
|
| Back to top |
|
 |
mizu.taifux
Joined: 15 Jan 2008 Posts: 59 Location: Brazil
|
Posted: Sat Apr 26, 2008 11:38 pm Post subject: |
|
|
| 01MDM wrote: | Emerge and Samurize are good neighbours.
The fictive samurize panel as a part of EmergeDesktop. Some kind of experiment
 |
Hi 01MDM...
Great shot!
I need this command line for create screenshots.... please get me a link!
Tks man! _________________ Que a Luz que há em ti não sejam trevas... |
|
| Back to top |
|
 |
01MDM
Joined: 19 Jan 2008 Posts: 15
|
Posted: Sun Apr 27, 2008 6:46 am Post subject: |
|
|
mizu.taifux
This is not a standalone application. Let me explain.
Needs: nircmdc.exe, ansicon.exe (as option), sleep.exe (as option)
| Code: |
::
:: ss.cmd - a-la *nixes scrot
::
@echo off
:: check ansicon.exe. Edit Path to. Be careful with dec:027 ""
if exist "C:\Documents and Settings\mdm\Bin\ansicon.exe" ansicon -p && echo [1;36;40m
if x%1==x goto:ss
set /p="taking screenshot in "<nul
:: You can use sleep.exe (if you have it) instead of ping.exe
for /l %%i in (%1,-1,0) do (
rem sleep 1
ping -n 2 localhost >nul
if not %%i==0 (set /p="%%i.. "<nul) else (set /p="0"<nul)
)
echo.
:ss
if x%2==xw (
nircmdc sendkey Alt Down
nircmdc sendkey 1068 press
nircmdc sendkey Alt Up
) else (
nircmdc sendkey 1068 press
)
::
:: if your native %date% format like 27.04.2008. If not edit "... =%date:.=%... "
::
set suffix=%date:.=%%time:~0,-3%
set suffix=%suffix::=%
nircmdc clipboard saveimage "screen%suffix%.png"
|
Below is a screenshot of command file, as code lost dec:027
How to use it?
| Code: |
ss 5 - take fullscreen in 5 sec
ss 4 w - take active window screenshot in 4 sec
ss 0 w - take active window screenshot at once (bad English? Sorry)
ss
|
I wrote this batch just for fun. Do not discuss it seriously
Some links:
ansicon http://www.geocities.com/jadoxa/ansicon/ansi101.zip
nircmd http://www.nirsoft.net/utils/nircmd.zip |
|
| Back to top |
|
 |
mizu.taifux
Joined: 15 Jan 2008 Posts: 59 Location: Brazil
|
Posted: Tue Apr 29, 2008 1:26 am Post subject: |
|
|
| 01MDM wrote: | mizu.taifux
This is not a standalone application. Let me explain.
Needs: nircmdc.exe, ansicon.exe (as option), sleep.exe (as option)
| Code: |
::
:: ss.cmd - a-la *nixes scrot
::
@echo off
:: check ansicon.exe. Edit Path to. Be careful with dec:027 ""
if exist "C:\Documents and Settings\mdm\Bin\ansicon.exe" ansicon -p && echo [1;36;40m
if x%1==x goto:ss
set /p="taking screenshot in "<nul
:: You can use sleep.exe (if you have it) instead of ping.exe
for /l %%i in (%1,-1,0) do (
rem sleep 1
ping -n 2 localhost >nul
if not %%i==0 (set /p="%%i.. "<nul) else (set /p="0"<nul)
)
echo.
:ss
if x%2==xw (
nircmdc sendkey Alt Down
nircmdc sendkey 1068 press
nircmdc sendkey Alt Up
) else (
nircmdc sendkey 1068 press
)
::
:: if your native %date% format like 27.04.2008. If not edit "... =%date:.=%... "
::
set suffix=%date:.=%%time:~0,-3%
set suffix=%suffix::=%
nircmdc clipboard saveimage "screen%suffix%.png"
|
Below is a screenshot of command file, as code lost dec:027
How to use it?
| Code: |
ss 5 - take fullscreen in 5 sec
ss 4 w - take active window screenshot in 4 sec
ss 0 w - take active window screenshot at once (bad English? Sorry)
ss
|
I wrote this batch just for fun. Do not discuss it seriously
Some links:
ansicon http://www.geocities.com/jadoxa/ansicon/ansi101.zip
nircmd http://www.nirsoft.net/utils/nircmd.zip |
Very cool!
You desenv a batch file equal scrot(linux command) good work!
I search scrot ( like unix console application ) for ms-dos or win32 ( like windows xp ) a long... long... time.... but nothing.
Tks very much... ( sorry my bad english to! )  _________________ Que a Luz que há em ti não sejam trevas... |
|
| Back to top |
|
 |
garbanzo
Joined: 09 Mar 2008 Posts: 120
|
Posted: Tue Apr 29, 2008 10:26 am Post subject: |
|
|
my latest desktop using emerge. decided to make an all-text samurize config since i couldn't find one i liked. with the new emerge.exe, it's easy to incorporate emerge commands into samurize.
for example, the clock in the bottom right is samurize. left click on the clock shows desktop. double left click on the clock opens the windows date/time dialog box. right click on the clock launches emerge middle click menu, which i filled with system items like device manger, services, folder properties, etc.
most of the meters are clickable. it's a nice way to keep a tidy desktop, but have access to everything i need very quickly.
oh, and using Launchy and a simple BAT file, i can append items to the todo list in a matter of seconds!
it's a useful desktop for sure. i'm finally starting to like this XP machine of mine...
 |
|
| Back to top |
|
 |
Step666
Joined: 22 Jun 2007 Posts: 428 Location: Scotland
|
Posted: Tue Apr 29, 2008 10:57 am Post subject: |
|
|
| 01MDM wrote: | | Emerge and Samurize are good neighbours. |
Never a truer word.
If only I could find the inclination to make my Samurize config pretty... _________________ Customize.org - dA - Flickr |
|
| Back to top |
|
 |
01MDM
Joined: 19 Jan 2008 Posts: 15
|
Posted: Tue Apr 29, 2008 5:51 pm Post subject: |
|
|
| Step666 wrote: |
Never a truer word.
|
Too categorical statement. I shall repeat, it was small experiment...
To use it it is possible, but it is not so convenient. They cannot sometimes divide a place under the sun. Fit against each other (during а login).  |
|
| Back to top |
|
 |
MeToo
Joined: 11 Oct 2005 Posts: 1677 Location: Faro, Portugal
|
Posted: Sun May 04, 2008 8:36 pm Post subject: Explorer like theme |
|
|
Hi all
Just a screenshot to show you that Emerge Desktop is so versatile, you can even have it look like Explorer (I have no idea why you would want to do that ).
The greatest difference is that I prefer to have 32pixel icons in emergeTasks instead of the default 16pixel.
Have fun with Emerge Desktop! |
|
| Back to top |
|
 |
mizu.taifux
Joined: 15 Jan 2008 Posts: 59 Location: Brazil
|
Posted: Mon May 05, 2008 4:17 am Post subject: Re: Explorer like theme |
|
|
| MeToo wrote: | Hi all
Just a screenshot to show you that Emerge Desktop is so versatile, you can even have it look like Explorer (I have no idea why you would want to do that ).
The greatest difference is that I prefer to have 32pixel icons in emergeTasks instead of the default 16pixel.
Have fun with Emerge Desktop! |
Very Nice!
I like it. _________________ Que a Luz que há em ti não sejam trevas... |
|
| Back to top |
|
 |
waynesk
Joined: 02 Mar 2008 Posts: 4
|
Posted: Thu May 08, 2008 10:06 am Post subject: |
|
|
sooooo another submission from me..
 |
|
| Back to top |
|
 |
MeToo
Joined: 11 Oct 2005 Posts: 1677 Location: Faro, Portugal
|
Posted: Thu May 08, 2008 10:56 am Post subject: |
|
|
waynesk, looks fantastic! A Mac for a fraction of the price  |
|
| Back to top |
|
 |
mizu.taifux
Joined: 15 Jan 2008 Posts: 59 Location: Brazil
|
Posted: Fri May 16, 2008 10:47 pm Post subject: Red Hatz |
|
|
My new notebook desktop with emerge Red Hatz settings.
Samurize with tasks module for bottom bar caption mode.
Other details in link: http://customize.org/screenshots/58298
My new version with desktop icons:
Link: http://customize.org/screenshots/58479 _________________ Que a Luz que há em ti não sejam trevas...
Last edited by mizu.taifux on Wed May 28, 2008 11:36 am; edited 2 times in total |
|
| Back to top |
|
 |
johnnyzero
Joined: 10 Apr 2008 Posts: 9
|
Posted: Sat May 17, 2008 12:34 am Post subject: another Explorer-like scheme |
|
|
Here's my attempt at a scheme that somewhat mimics the layout of the WinXP default shell - Start Menu, QuickLaunch, Taskbar, and System Tray arranged along the bottom.
Before anyone slags me for this, here's my reason: I use Emerge Desktop on a travel notebook that my wife & I share, and she's used to the regular XP shell.
I came up with this way of displaying the contents of the Desktop folder in a more familiar way:
Also, it's pretty useful to have EmergeCommand's clock visible top & center at all times, on top of any title bars.
btw, Emerge is the only replacement shell I've found that works well with Yahoo Widgets.
JohnB |
|
| Back to top |
|
 |
ironhead Site Admin
Joined: 10 Oct 2005 Posts: 879
|
Posted: Sat May 17, 2008 3:11 am Post subject: Re: another Explorer-like scheme |
|
|
| johnnyzero wrote: | | Before anyone slags me for this, here's my reason: I use Emerge Desktop on a travel notebook that my wife & I share, and she's used to the regular XP shell. |
Glad to see the whole family enjoying Emerge!
Now if I could only get my wife to give up on her Mac.....  |
|
| Back to top |
|
 |
|