Page 120 of 130

Posted: Fri 02 Jan 2015, 22:00
by dejan555
Latest setup on laptop

fluxbox (weinstein style), wbar (deepthought icons), gtk2 (cedarbrass theme), wallpaper

Image

Posted: Wed 04 Feb 2015, 18:37
by nilsonmorales
tahrpup
Image

Posted: Fri 06 Feb 2015, 22:50
by ninotix
Precise 572 openbox,tint2 panel,wbar,casey icon theme

Posted: Tue 10 Feb 2015, 13:56
by Mike Walsh
Tahrpup 6.01.....fully customized.

Pwidgets 2.5.6 (thanks, zigbert!). Backdrop by Googling for 'denim wallpaper'...(!) Icons, my own custom library, also culled from Google over half-a-dozen sessions.

Screen logo, courtesy of 'PhotoScape 3.65', running under Wine from the 'quickpet' repo.

Posted: Tue 10 Feb 2015, 20:04
by rokytnji
Carolina_Vangaurd on a Touchscreen Atom Netbook.

Posted: Sat 14 Feb 2015, 23:17
by caiosama
Precise 5.7.1 liveusb running in an old Dell D630

Posted: Sun 15 Feb 2015, 13:07
by sigur
caiosama wrote:Precise 5.7.1 liveusb running in an old Dell D630
please share your conky config ;)

Posted: Sun 15 Feb 2015, 13:13
by musher0
Hello !

This is aewm revisited; running on Puppy slacko-6.0b. This is what you can get when
you mix a supposedly old window manager with a new approach.

From top to bottom:
  • * aewm++ appbar
    * trayer
    * "dynamic" aemenu (separate from the apps menu) displaying current date and
    time, the RAM available, and the desktop number; plus access to various utilities.
    Also, the aemenu structure allows it to be easily edited almost on the fly.
    * cdda-player playing a CD in its own transparent window
    * two "pills" whose role is to control the display of a sequence of panels (ROX panels
    and others; not activated in this picture).
Always recycle, never trash, a good wm! :D

BFN.

musher0

Posted: Sun 15 Feb 2015, 13:32
by musher0
Again, aewm revisited; this time in less aesthetic, more functional garb. :)

Image

Posted: Wed 11 Mar 2015, 14:07
by caiosama
sigur wrote:
caiosama wrote:Precise 5.7.1 liveusb running in an old Dell D630
please share your conky config ;)
I only choose the Conky_grey in the Conky Switcher, im a kind of a newbie, so, if this is not the info you want, just let me know.

Code: Select all

alignment top_left
background no
border_width 1
cpu_avg_samples 2
default_color white
default_outline_color white
default_shade_color white
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades no
use_xft yes
xftfont DejaVu Sans Mono:size=12
gap_x 5
gap_y 60
minimum_size 5 5
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no
own_window yes
own_window_class Conky
own_window_type desktop
stippled_borders 0
update_interval 1.0
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no

TEXT
${scroll 16 $nodename - $sysname $kernel on $machine | }
$hr
${color grey}Uptime:$color $uptime
${color grey}Frequency (in MHz):$color $freq
${color grey}Frequency (in GHz):$color $freq_g
${color grey}RAM Usage:$color $mem/$memmax - $memperc% ${membar 4}
${color grey}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar 4}
${color grey}CPU Usage:$color $cpu% ${cpubar 4}
${color grey}Processes:$color $processes  ${color grey}Running:$color $running_processes
$hr
${color grey}File systems:
 / $color${fs_used /}/${fs_size /} ${fs_bar 6 /}
${color grey}Networking:
Up:$color ${upspeed eth0} ${color grey} - Down:$color ${downspeed eth0}
$hr
${color grey}Name              PID   CPU%   MEM%
${color lightgrey} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color lightgrey} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}

Code: Select all

background yes
update_interval 1

cpu_avg_samples 2
net_avg_samples 2
temperature_unit celsius

double_buffer yes
no_buffers yes
text_buffer_size 2048

gap_x 10
gap_y 30
minimum_size 190 450
maximum_width 190
own_window yes
own_window_type override
#own_window_argb_visual yes
own_window_transparent yes
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
border_inner_margin 0
border_outer_margin 0
alignment tr

draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no

override_utf8_locale yes
use_xft yes
xftfont caviar dreams:size=8
xftalpha 0.5
uppercase no

default_color FFFFFF
color1 DDDDDD
color2 AAAAAA
color3 888888
color4 666666

lua_load ~/.conky/conky_grey/conky_grey.lua
lua_draw_hook_post main

TEXT
${voffset 35}
${goto 95}${color4}${font ubuntu:size=22}${time %e}${color1}${offset -50}${font ubuntu:size=10}${time %A}
${goto 85}${color2}${voffset -2}${font ubuntu:size=9}${time %b}${voffset -2} ${color3}${font ubuntu:size=12}${time %Y}${font}

${voffset 80}
${goto 90}${font Ubuntu:size=7,weight:bold}${color}CPU
${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${top name 1}${alignr}${top cpu 1}%
${goto 90}${font Ubuntu:size=7,weight:normal}${color2}${top name 2}${alignr}${top cpu 2}%
${goto 90}${font Ubuntu:size=7,weight:normal}${color3}${top name 3}${alignr}${top cpu 3}%
${goto 90}${cpugraph 10,100 666666 666666}
${goto 90}${voffset -10}${font Ubuntu:size=7,weight:normal}${color}${threads} process 

${voffset 20}
${goto 90}${font Ubuntu:size=7,weight:bold}${color}MEM
${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${top_mem name 1}${alignr}${top_mem mem 1}%
${goto 90}${font Ubuntu:size=7,weight:normal}${color2}${top_mem name 2}${alignr}${top_mem mem 2}%
${goto 90}${font Ubuntu:size=7,weight:normal}${color3}${top_mem name 3}${alignr}${top_mem mem 3}%

${voffset 15}
${goto 90}${font Ubuntu:size=7,weight:bold}${color}DISKS

${goto 90}${diskiograph 30,100 666666 666666}${voffset -30}
${goto 90}${font Ubuntu:size=7,weight:normal}${color}used: ${fs_used /root} /root
${goto 90}${font Ubuntu:size=7,weight:normal}${color}used: ${fs_used /} /

${voffset 10}
${goto 70}${font Ubuntu:size=18,weight:bold}${color3}NET${alignr}${color2}${font Ubuntu:size=7,weight:bold}${color1}${if_up eth0}eth ${addr eth0} ${endif}${if_up wlan0}wifi ${addr wlan0}${endif}
${goto 90}${font Ubuntu:size=7,weight:bold}${color}open ports: ${alignr}${color2}${tcp_portmon 1 65535 count}
${goto 90}${font Ubuntu:size=7,weight:bold}${color}${offset 10}IP${alignr}DPORT
${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip  0}${alignr 1}${tcp_portmon 1 65535 rport  0}
${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip  1}${alignr 1}${tcp_portmon 1 65535 rport  1}
${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip  2}${alignr 1}${tcp_portmon 1 65535 rport  2}
${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip  3}${alignr 1}${tcp_portmon 1 65535 rport  3}
${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip  4}${alignr 1}${tcp_portmon 1 65535 rport  4}
${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip  5}${alignr 1}${tcp_portmon 1 65535 rport  5}
${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip  6}${alignr 1}${tcp_portmon 1 65535 rport  6}
${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip  7}${alignr 1}${tcp_portmon 1 65535 rport  7}
${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip  8}${alignr 1}${tcp_portmon 1 65535 rport  8}
${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip  9}${alignr 1}${tcp_portmon 1 65535 rport  9}
${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip 10}${alignr 1}${tcp_portmon 1 65535 rport 10}
${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip 11}${alignr 1}${tcp_portmon 1 65535 rport 11}
${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip 12}${alignr 1}${tcp_portmon 1 65535 rport 12}
${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip 13}${alignr 1}${tcp_portmon 1 65535 rport 13}
${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip 14}${alignr 1}${tcp_portmon 1 65535 rport 14}

Posted: Fri 20 Mar 2015, 01:33
by 8Geee
This screeny is from slacko5.7-2015 with a US-English FreeOffice-697 added running on an ASUS eee 900a (the distro is intended for eee's). Modified-Distro info here.

Posted: Fri 20 Mar 2015, 01:34
by 8Geee
forum glitch

Posted: Sun 29 Mar 2015, 07:58
by sigur
My LxPupTahr 15.03 on Thinkpad T410

Image

Posted: Thu 02 Apr 2015, 17:51
by David Andrew
Sticking to the puppy spirit of keeping it light:


Image


My own Fluxbox Amiga theme set at pseudo-transparency, Wbar, Ken's Amiga Icons and Zami-Murrine GTK theme.

Posted: Wed 24 Jun 2015, 00:51
by nilsonmorales
Gtk theme= Greybird-gtk
Openbox theme=Windows8TealOB
Fonts=Orbitron Medium 13
Iconpack=Sarai-iconpack
Mimetypes=mimetypesw10-0.0.1

Image

Posted: Sun 05 Jul 2015, 23:50
by musher0
Hello.

I finally got to it, after resolving the randomly flickering screen bug in
the new ubuntu-based pups. Since I found no satisfactory driver or
software work-around on the Web, I overcame it by calling back from
retirement :) an old Gigabyte (nee Radeon) graphics card instead of
using the built-in VIA graphics card.

This is a screen capture of the VividPup 6.5_PAE assembled by 666philb.
Some details here:
-- https://archive.org/details/Puppy_Linux_Vividpup --.
ISO file available here:
-- https://archive.org/download/Puppy_Linu ... .5_PAE.iso --.
(666philb published the 6.5_PAE version before his current Vividpup-beta.)

The window manager is pekwm-0.1.17, codename "pekdon" (Jan. 2015),
built from source. Available from:
-- https://www.pekwm.org/projects/pekwm/ --

The window in the middle shows disq-lib3.sh, my less-based more
complete replacement for the "factory-installed" partview.

The pekwm theme used is the minimalistic but slick Audrey theme. Also
exists as a GTK-2.0 theme.

Pekwm's "harbour" (top right; equivalent to fluxbox's "slit") houses the
ascpu cpu load monitor (top) and the stalonetray system tray (bottom).

The "menu" icon calls an aemenu made up of Puppy default apps (in
addition to the regular pekwm menu). This concept frees the desktop for
more essential icons.

The clock shown is a colored xclock.

I replaced the "ex-works" pmount with a revised MuppyQuickMount
(bottom left corner).

The bottom bar is bmpanel2, with customized Light-T theme. The wood-
colored "pill" toggles bmpanel2 on and off. You can get bmpanel2 from
-- https://github.com/nsf/bmpanel2 --.

The desktop picture is "Polka_Dots_&_Moonbeams_by_SirPecanGum.jpg"
from the Ubuntu Vivid Vervet Community Wallpaper Contest archive.

All in all, I find this pekwm environment more productive and quicker than
the default ROX/jwm combination, while maintaining the Puppy spirit. It's
also more beautiful! :)

In other words, here's another tribute to Puppy's versatility! :)

BFN.

musher0

Fast Puppy

Posted: Fri 17 Jul 2015, 00:59
by franken_pup
Seemed appropriate.
Image

Posted: Fri 17 Jul 2015, 01:18
by Semme
Sure, but where are the twenty-three-plus partitions like James C has? :mrgreen::D:wink:

Posted: Thu 23 Jul 2015, 22:58
by 8Geee
This from my own version of slacko5.7-2015 with a trimmed SoftMaker-FreeOffice.

Posted: Thu 01 Oct 2015, 21:01
by nilsonmorales
X-tahr 3b
Image