My Puppy is more gorgeous than yours!

Themes, icons, wallpapers, etc.
Message
Author
User avatar
maik.murks
Posts: 327
Joined: Mon 28 Mar 2011, 06:19
Location: at home, at work or on holidays

#1681 Post by maik.murks »

:wink:
{rsomd}
Attachments
w42x3-thumb.jpg
(39.45 KiB) Downloaded 8886 times

User avatar
lowrider
Posts: 41
Joined: Fri 24 Jun 2011, 20:37
Location: Germany

#1682 Post by lowrider »

Just playing with Puppy 5.2 and E16 Windowmanager
Image

User avatar
Aitch
Posts: 6518
Joined: Wed 04 Apr 2007, 15:57
Location: Chatham, Kent, UK

#1683 Post by Aitch »

Love that electric blue...lowrider

Very smooth :D

Aitch :)

stu90

#1684 Post by stu90 »

Lucid Puppy 265.
Crunchbang conky, tint2 panel with a mygtkmenu launcher, transparent urxvt terminal - no rox pinboard as default for clean look, can be switched on / off on the fly for quick access to normal puppy desktop icons / drives.

Image
full res:
http://i.imgur.com/WZXTW.jpg

User avatar
Q5sys
Posts: 1105
Joined: Thu 11 Dec 2008, 19:49
Contact:

#1685 Post by Q5sys »

stu90 wrote:Lucid Puppy 265.
Crunchbang conky, tint2 panel with a mygtkmenu launcher, transparent urxvt terminal - no rox pinboard as default for clean look, can be switched on / off on the fly for quick access to normal puppy desktop icons / drives.

Image
full res:
http://i.imgur.com/WZXTW.jpg
as always... I love your work. :)

User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

#1686 Post by sc0ttman »

stu90 wrote:no rox pinboard as default for clean look, can be switched on / off on the fly for quick access
How are you achieving this? I wanna compare notes!
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

stu90

#1687 Post by stu90 »

Q5sys wrote:
as always... I love your work. :)
Thanks Q5sys 8)

To be honest i wasn't to happy with the conky - i like this one more and it also does the weather as well.

Image
full res:
http://i.imgur.com/j8Ja2.jpg

stu90

#1688 Post by stu90 »

sc0ttman wrote:
stu90 wrote:no rox pinboard as default for clean look, can be switched on / off on the fly for quick access
How are you achieving this? I wanna compare notes!
Hi sc0ttman,
I use a Yad script in /root/my-applications/bin
and a pinstate text file in /root/Choices/ROX-Filer with ON or OFF in it depending on desktop state.
This is not persistent though as default is set to no pinboard in .xinitrc

Code: Select all

TITLE="Desk Set"
VER="0.1"
TEXT=" <b>Turn desktop and icons On?</b> "
TEXT1=" <b>Turn desktop and icons Off?</b> "

PINFO="`cat /root/Choices/ROX-Filer/pinstate`"
if [[ "$PINFO" == "OFF" ]]; then

### turn desk and icons on ###
    ON=$(yad --title="$TITLE $VER" --text="$TEXT" --button="gtk-quit:1" --button="gtk-apply:0" )
    RESULTS=$?
   
    case $RESULTS in 
    0)
    rox --pinboard=/root/Choices/ROX-Filer/PuppyPin
    echo "ON" > /root/Choices/ROX-Filer/pinstate
    echo "Turned desk and icons ON" && exit
    ;;
    1)
    echo "Exit" && exit
    ;;
    esac
    
else    

### turn desk and icons off ###
    OFF=$(yad --title="$TITLE $VER" --text="$TEXT1" --button="gtk-quit:1" --button="gtk-apply:0" )
    RESULTS=$?
    
    case $RESULTS in 
    0) 
    rox --pinboard=
    echo "OFF" > /root/Choices/ROX-Filer/pinstate
    echo "Turned desk and icons OFF" && exit
    ;;
    1)
    echo "Exit" && exit
    ;;
    esac

fi

User avatar
lowrider
Posts: 41
Joined: Fri 24 Jun 2011, 20:37
Location: Germany

#1689 Post by lowrider »

@stu90
so nice, reminds me of my crunchbang.

@all
we all know puppy is great, but is it ok to post a screenshot of other OS here in this thread or is there perhaps a other thread here on the forum for this? i have searched a bit around with no success. anyway, dont want to mess up this fine thread so i post 2 screenshots of my crunchbang only as a url:
clean: http://i55.tinypic.com/ehf8nr.png
dirty: http://i55.tinypic.com/2eldu02.png

so, look on the ram-usage on the conky and keep in mind there is a chromium running in the back. not bad for a fullfeed lightweight distro...

User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

#1690 Post by sc0ttman »

stu90 wrote:
sc0ttman wrote:
stu90 wrote:no rox pinboard as default for clean look, can be switched on / off on the fly for quick access
How are you achieving this? I wanna compare notes!
Hi sc0ttman,
I use a Yad script in /root/my-applications/bin
and a pinstate text file in /root/Choices/ROX-Filer with ON or OFF in it depending on desktop state.
This is not persistent though as default is set to no pinboard in .xinitrc
Nice, I may give my own script a change or two...

And what is the "not conky" thing that you're running to show system info over the wallpaper? Is it a root-tail thing, like PMConky (from goingnuts)? Cos I can't get that to work with later versions of JWM, but if your method is different I may give that a go..
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

User avatar
Q5sys
Posts: 1105
Joined: Thu 11 Dec 2008, 19:49
Contact:

#1691 Post by Q5sys »

stu90 wrote:
Q5sys wrote:
as always... I love your work. :)
Thanks Q5sys 8)

To be honest i wasn't to happy with the conky - i like this one more and it also does the weather as well.

Image
full res:
http://i.imgur.com/j8Ja2.jpg
I was never a fan of conky either. I usually stick with Gkrellm. However those fancy lua themes for conky have me thinking twice...
Image

stu90

#1692 Post by stu90 »

lowrider wrote:@stu90
so nice, reminds me of my crunchbang.

@all
we all know puppy is great, but is it ok to post a screenshot of other OS here in this thread or is there perhaps a other thread here on the forum for this? i have searched a bit around with no success. anyway, dont want to mess up this fine thread so i post 2 screenshots of my crunchbang only as a url:
clean: http://i55.tinypic.com/ehf8nr.png
dirty: http://i55.tinypic.com/2eldu02.png

so, look on the ram-usage on the conky and keep in mind there is a chromium running in the back. not bad for a fullfeed lightweight distro...
Hi lowrider - nice setup 8)
Crunchbang with its minimalist style was a firm favorite of mine while distro hopping - if i didn't use puppy full time then i would use Crunchbang.

stu90

#1693 Post by stu90 »

sc0ttman wrote: Nice, I may give my own script a change or two...

And what is the "not conky" thing that you're running to show system info over the wallpaper? Is it a root-tail thing, like PMConky (from goingnuts)? Cos I can't get that to work with later versions of JWM, but if your method is different I may give that a go..
Hi sc0ttman,
Sorry i wasn't to clear in my previous post - that is still conky i am using just a different .conkyrc + a weather script to the original.
8)

stu90

#1694 Post by stu90 »

Q5sys wrote:
I was never a fan of conky either. I usually stick with Gkrellm. However those fancy lua themes for conky have me thinking twice...
Image
Hi Q5sys,

Yes there are some pretty impressive conky setups about - i think Dejan555 posted about using the above on dpup? 8)

User avatar
Q5sys
Posts: 1105
Joined: Thu 11 Dec 2008, 19:49
Contact:

#1695 Post by Q5sys »

stu90 wrote:Hi Q5sys,

Yes there are some pretty impressive conky setups about - i think Dejan555 posted about using the above on dpup? 8)
yea thats where I found it. there are a ton of other nifty setups people have done with lua and conky like
Image

btw... what tint2 config are you using? would you mind upping a tar.gz of it?

User avatar
maik.murks
Posts: 327
Joined: Mon 28 Mar 2011, 06:19
Location: at home, at work or on holidays

#1696 Post by maik.murks »

:wink:
{rsomd}
Attachments
nybl1-thumb.jpg
(48.98 KiB) Downloaded 7332 times

stu90

#1697 Post by stu90 »

Q5sys wrote: yea thats where I found it. there are a ton of other nifty setups people have done with lua and conky like

btw... what tint2 config are you using? would you mind upping a tar.gz of it?
Hi Q5sys,

i have attached tint2 theme below 'pup-default' - i made it with a Yad gui for basic tint2 theme making / switching.

Image

cheers.
Attachments
tint2-setup.tar.gz
Yad GUI - tint2 theme maker &amp; tint2 theme switcher
(2.54 KiB) Downloaded 383 times
pup-default.gz
tint2 theme
(953 Bytes) Downloaded 354 times

User avatar
puppyluvr
Posts: 3470
Joined: Sun 06 Jan 2008, 23:14
Location: Chickasha Oklahoma
Contact:

#1698 Post by puppyluvr »

:D Hello,
I guess I`m still in my "Blue period".. 8)
Image
Close the Windows, and open your eyes, to a whole new world
I am Lead Dog of the
Puppy Linux Users Group on Facebook
Join us!

Puppy since 2.15CE...

User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#1699 Post by dejan555 »

I realized I haven't posted in a while :lol:

Fluxbox, wbar with Bluestep Humanity iconset, wallpaper is photo I took few days ago.

Image
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

User avatar
steve_s
Posts: 1595
Joined: Mon 26 May 2008, 13:29
Location: Austin, TX, USA
Contact:

#1700 Post by steve_s »

dejan: great again!

Post Reply