My Puppy is more gorgeous than yours!
- maik.murks
- Posts: 327
- Joined: Mon 28 Mar 2011, 06:19
- Location: at home, at work or on holidays
Some real nice looking desktops been posted.
Here is my current:
Clean.
http://i.imgur.com/8XWpx.jpg
Messy.
http://i.imgur.com/sL4Yv.jpg
Here is my current:
Clean.
http://i.imgur.com/8XWpx.jpg
Messy.
http://i.imgur.com/sL4Yv.jpg
My Puppy is more gorgeous than yours!
Racy 5.3 using icewm + wbar
SolidPupTINT2 with "Rock Me" wallpaper
- Attachments
-
- wallpaper rock me.jpg
- (39.8 KiB) Downloaded 3150 times
- tuxtoo
- Posts: 173
- Joined: Tue 14 Dec 2010, 19:45
- Location: Knaresborough, North Yorkshire, UK
- Contact:
Well here's mine. Wallpaper is is fairly popular but I added the water with Adobe 'Flood' plugin using Xnview (Windows version) in Wine-1.4. GTK theme is a modified gtk_theme_stardust_zigbert-0.5.pet and a modified JWM theme.
- Attachments
-
- screenie-opt.jpg
- (36.04 KiB) Downloaded 2280 times
Probably a bit contrived
Syslinux/vesamenu.c32 splash
Regards ETP
[url=http://tinyurl.com/pxzq8o9][img]https://s17.postimg.cc/tl19y14y7/You_Tube_signature80px.png[/img][/url]
[url=http://tinyurl.com/kennels2/]Kennels[/url]
[url=http://tinyurl.com/pxzq8o9][img]https://s17.postimg.cc/tl19y14y7/You_Tube_signature80px.png[/img][/url]
[url=http://tinyurl.com/kennels2/]Kennels[/url]
-
- Posts: 70
- Joined: Sat 12 May 2012, 00:49
hey everyone...
i am showing you my desktop...
it's quite basic...
not many changes were made, but it works as i want...
desktop:
bottom bar:
dock bar:
top bar:
anything you might want to ask, help you need or something, just reply...
i am showing you my desktop...
it's quite basic...
not many changes were made, but it works as i want...
desktop:
bottom bar:
dock bar:
top bar:
anything you might want to ask, help you need or something, just reply...
asus a6000: intel m 1.6ghz, 2gb ram ddr, no hdd, usb 2.0 pendrive running puppy linux 4.3.1
Kind of like what doinking this cap @134k down to 256 did.
racy53 on older kit (liveCD multi, 512 ram and no swap should be ok, but I'm just playin'n.. ^·^)
seriously, I'm with rox, pinboard maybe not so much . .
but it's a place to hang driveicons and roadsigns anyway
racy53 on older kit (liveCD multi, 512 ram and no swap should be ok, but I'm just playin'n.. ^·^)
seriously, I'm with rox, pinboard maybe not so much . .
but it's a place to hang driveicons and roadsigns anyway
Macpup 529 fresh install. Running conky in e17. Old IBM M41 Desktop.
I coulda ran the fire module before screenshot but it hogs cpu which shows in conky so not worth running.
Edit:
Hard to make this biker blush but thanks and I am grinning. I guess I should post a picture of the .pets I have installed also to get this conky running right in Macpup. hddtemp, acpitools, lm_sensors and conky 1.8 were basically what was needed.
My .conkyrc (hidden text file I made) I put in root
Picture of rox filer showing .pets so far that work in Macpup 529. The Ubuntu .deb just installs with a single left click in rox file manager. I got it from
http://packages.debian.org/sid/hddtemp
I coulda ran the fire module before screenshot but it hogs cpu which shows in conky so not worth running.
Edit:
rokytnji? That's one of the very best Puppy desktop shots I've seen in years I do believe! Just marvelous! Thanks so much for having shared that with the Community. In fact, I've saved that to my Puppy Screenshot/Software /BackUps directory ( which eventually gets saved to a DVD ) which I use to show others just what Puppy is able to achieve in beauty and design/capabilities.
Again rokytnji: Thanks for sharing!
Cheers/Amicalement,
Eyes-Only
"L'Peau-Rouge"
Hard to make this biker blush but thanks and I am grinning. I guess I should post a picture of the .pets I have installed also to get this conky running right in Macpup. hddtemp, acpitools, lm_sensors and conky 1.8 were basically what was needed.
My .conkyrc (hidden text file I made) I put in root
Code: Select all
###Everything below "Text" in /etc/conky.conky.config is in one long line since this is a horizontal conky. ###
#avoid flicker
double_buffer yes
#own window to run simultanious 2 or more conkys
own_window yes
own_window_transparent no
own_window_type normal
own_window_hints undecorate,sticky,skip_taskbar,skip_pager
#borders
draw_borders no
border_margin 3
#shades
draw_shades yes
#position
gap_x 0
gap_y 4
alignment top_middle
#behaviour
update_interval 1
#colour
default_color 8f8f8f
#default_shade_color 000000
own_window_colour 262729
#font
use_xft yes
xftfont sans:size=9
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes
#to prevent window from moving
use_spacer none
minimum_size 1024 0
#mpd
#mpd_host localhost
#mpd_port 6600
TEXT
${alignc}Date: ${color e0e0e0}${time %d/%m/%y}${color} Time: ${color e0e0e0}${time %H:%M}${color} | Kernel: ${color e0e0e0}$kernel${color} Uptime: ${color e0e0e0}${uptime_short}${color} | Cpu: ${color e0e0e0}${cpu}%${color} Ram: ${color e0e0e0}${memperc}%${color} Swap: ${color e0e0e0}${swapperc}%${color} Disk: ${color e0e0e0}${fs_used_perc /}%${color} | ${color} Cpu: ${color e0e0e0} ${execi 8 sensors | grep -A 1 'temp1' | cut -c13-16 | sed '/^$/d'} C${color} Disk: ${color e0e0e0}${execi 300 nc localhost 7634 | cut -c29-30 ; hddtemp /dev/sdb}${color}|${if_existing /proc/net/route wlan0}Signal:${color} Up: ${color e0e0e0}${upspeed wlan0} kb/s${color} Down: ${color e0e0e0}${downspeed wlan0} kb/s${color}${else}${if_existing /proc/net/route wlan0}Up: ${color e0e0e0}${upspeed wlan0} kb/s${color} Down: ${color e0e0e0}${downspeed wlan0} kb/s${color}${endif}${else}Network Unavailable${endif}${alignc}
http://packages.debian.org/sid/hddtemp
Last edited by rokytnji on Thu 23 Aug 2012, 00:48, edited 1 time in total.
rokytnji? That's one of the very best Puppy desktop shots I've seen in years I do believe! Just marvelous! Thanks so much for having shared that with the Community. In fact, I've saved that to my Puppy Screenshot/Software /BackUps directory ( which eventually gets saved to a DVD ) which I use to show others just what Puppy is able to achieve in beauty and design/capabilities.
Again rokytnji: Thanks for sharing!
Cheers/Amicalement,
Eyes-Only
"L'Peau-Rouge"
Again rokytnji: Thanks for sharing!
Cheers/Amicalement,
Eyes-Only
"L'Peau-Rouge"
*~*~*~*~*~*
Proud user of LXpup and 3-Headed Dog.
*~*~*~*~*~*
Proud user of LXpup and 3-Headed Dog.
*~*~*~*~*~*
.. back to the humdrum sp@m for the 1932ndth
now playing @514k, or was 'til moments ago when cap'd..
truthfully I didn't give audacious 244 much of a chance beyond the time spent trying to get my prefs to go or have it load stable .. didn't like the gtk ui and the default black skin was nasty to try and use, let alone do the many settings in an app that kept on dying (if it even loaded) at the tip of a hat for me.
1st time I ever did a modeline in xorg (that was fun once I figured out how to avoid the confusing xvidtune ui)
now playing @514k, or was 'til moments ago when cap'd..
truthfully I didn't give audacious 244 much of a chance beyond the time spent trying to get my prefs to go or have it load stable .. didn't like the gtk ui and the default black skin was nasty to try and use, let alone do the many settings in an app that kept on dying (if it even loaded) at the tip of a hat for me.
1st time I ever did a modeline in xorg (that was fun once I figured out how to avoid the confusing xvidtune ui)
finally finished a quick demo of my newest widget for navig8or, the drop target widget. I created a simple mp3 player with it, which uses madplay to play the track you dropped on the target. :3
if anyone wants to give it a shot. the link below is the player itself. Needs the newest version of Navig8or in order to work, also the mp3 may not include spaces in the filename 8just didn't add a function to the player to catch them).
if anyone wants to give it a shot. the link below is the player itself. Needs the newest version of Navig8or in order to work, also the mp3 may not include spaces in the filename 8just didn't add a function to the player to catch them).
- Attachments
-
- tuxplayer.tar.gz
- (7.99 KiB) Downloaded 315 times
-
- tuxplayer-screenshot.jpg
- (113.61 KiB) Downloaded 470 times
- nilsonmorales
- Posts: 972
- Joined: Fri 15 Apr 2011, 14:39
- Location: El Salvador
just another wallpaper
Puppy-es 1.0 beta
tint2 , conky , wbar
tint2 , conky , wbar
Hi greengeek,
I'm using Lucid 525 with Openbox and Tint2. I made the icons with Pikona (and I thank vovchik for the pet) and the wallpaper is from here: http://murga-linux.com/puppy/viewtopic.php?t=55433 (thanks to hexdef101).
I'm using Lucid 525 with Openbox and Tint2. I made the icons with Pikona (and I thank vovchik for the pet) and the wallpaper is from here: http://murga-linux.com/puppy/viewtopic.php?t=55433 (thanks to hexdef101).
- battleshooter
- Posts: 1378
- Joined: Wed 14 May 2008, 05:10
- Location: Australia