You are not logged in.

#176 2009-09-08 08:55:24

Netsu
Member
From: Poland
Registered: 2009-04-04
Posts: 182

Re: September 2009 Screenshots

Your desktop inspired my new wallpaper wink

cleanq.th.jpg

dirtyd.th.jpg


My Elegant Pattern GTK theme.
My game development blog, now on a new site.

'~/.xinitrc is an Archer's DE' - moljac024

Offline

#177 2009-09-08 09:37:53

xd-0
Member
From: Sweden
Registered: 2007-11-02
Posts: 327
Website

Re: September 2009 Screenshots

B wrote:

Do you have a link to your background? I really like it smile.

sure.

http://bournstar69.deviantart.com/art/W … -135697589

Offline

#178 2009-09-08 10:09:21

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: September 2009 Screenshots

Thanks. My gimp skills are amateurish at best tongue.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#179 2009-09-08 11:56:46

rab
Member
Registered: 2006-06-15
Posts: 185

Re: September 2009 Screenshots


rawr

Offline

#180 2009-09-08 12:22:07

nTia89
Banned
From: varese, italy
Registered: 2008-12-22
Posts: 1,230

Re: September 2009 Screenshots


+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome

Offline

#181 2009-09-08 13:05:05

Netsu
Member
From: Poland
Registered: 2009-04-04
Posts: 182

Re: September 2009 Screenshots

nTia89 wrote:

can you paste your .conkyrc
thks

Sure, those are three instances of Conky, the leftmost just displays my 'to do' txt file, so I'll post the two on the right side.

The one with arch logo:

double_buffer yes
#!/bin/sh
own_window yes
alignment top_right
update_interval 1
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
gap_x 15
gap_y 10
use_xft yes
xftfont sans:size=8.5
xftalpha 0.9
minimum_size 270 5

TEXT
Local IP:${color #B3D2FF} ${addr eth0}${color}${alignr 1}Wan IP:${color #B3D2FF} ${execi 600 ~/Conky/wan-ip.sh}
$color${cpubar 0,115}${offset 39}${cpubar 0}
${voffset -2}${offset 28}${font sans:style=bold:size=12}${time %H:%M:%S}${voffset -2}${offset 57}${font sans:size=11}${time %d %b %G}
${alignr 147}${font}Up:${color #B3D2FF} $uptime
$color$font${voffset 5}
Core 1 Usage: ${color #B3D2FF}${cpu cpu1}% ${voffset -5}${alignr}$color${cpugraph cpu1 20,145 88AACC B3D2FF}
${voffset -28}
Core 2 Usage: ${color #B3D2FF}${cpu cpu2}% ${voffset 5}${alignr}$color${cpugraph cpu2 20,145 88AACC B3D2FF}
${voffset -23}${color #B3D2FF}$freq_g GHz
${voffset 15}${color}Main FS ${color #B3D2FF}${fs_bar 7,80 /} ${alignr}${fs_used /} / ${fs_size /}
${color}Side FS ${offset 1}${color #B3D2FF}${fs_bar 7,80 /media/Muzyka} ${alignr}${fs_used /media/Muzyka} / ${fs_size /media/Muzyka}
${color}${voffset -2}$hr$font
${color}RAM Usage:${color #B3D2FF} $memperc%${alignr}${color}of ${color #B3D2FF}$memmax
${color}Swap Usage:${color #B3D2FF} $swapperc%${alignr}${color}of ${color #B3D2FF}$swapmax
${color #B3D2FF}${offset 107}${voffset -202}${font openlogos:size=45}B$font
${offset 172}${voffset -19}$color${font sans:size=11}${time %A}$font

The first line needs this simple script in a 'wan-ip.sh' file in your ~/Conky directory:

#!/bin/sh
wget -q -O - checkip.dyndns.org|sed -e 's/.*Current IP Address: //' -e 's/<.*$//'

You'll want to change the part saying /media/Muzyka to whatever secondary partition you want to display.

Now the one with top processes listed:

double_buffer yes
#!/bin/sh
own_window yes
alignment top_right
update_interval 2
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
gap_x 305
gap_y 10
use_xft yes
xftfont monospace:size=7.5
xftalpha 0.8
minimum_size 200 5

TEXT
${alignr}${font sans:size=8.5}$sysname $kernel on $machine
${voffset -3}${color}$hr$font
${alignr 96}Name${alignr 12}CPU%    MEM%
CPU${alignr}${color #B3D2FF}${top name 1} ${top cpu 1} ${top mem 1}
${alignr}${color grey}${top name 2} ${top cpu 2} ${top mem 2}
${alignr}${top name 3} ${top cpu 3} ${top mem 3}
${color}MEM${alignr}${color #B3D2FF}${top_mem name 1} ${top_mem cpu 1} ${top_mem mem 1}
${alignr}${color grey}${top_mem name 2} ${top_mem cpu 2} ${top_mem mem 2}
${alignr}${top_mem name 3} ${top_mem cpu 3} ${top_mem mem 3}
${color}$hr${execi 3600 ~/Conky/curr.sh}
${color}${alignr}USD: ${color #B3D2FF}${tail ~/Conky/usd.txt 1}   $font${color}diff: ${color #B3D2FF}${tail ~/Conky/usd2.txt 1}%
${color}${alignr}EUR: ${color #B3D2FF}${tail ~/Conky/eur.txt 1}   $font${color}diff: ${color #B3D2FF}${tail ~/Conky/eur2.txt 1}%
${color}${alignr}GBP: ${color #B3D2FF}${tail ~/Conky/gbp.txt 1}   $font${color}diff: ${color #B3D2FF}${tail ~/Conky/gbp2.txt 1}%

The last four lines are probably of no interest to you and you'll want to delete them because they display the current value of USD, GBP and EURO in my local currency (PLN). But if you're still interested I can post the script being used smile


My Elegant Pattern GTK theme.
My game development blog, now on a new site.

'~/.xinitrc is an Archer's DE' - moljac024

Offline

#182 2009-09-08 14:03:40

Daisuke_Aramaki
Member
From: ++49/711
Registered: 2008-10-06
Posts: 651
Website

Re: September 2009 Screenshots

Same Old.

vMmI2bQ


"You know what I found? Right in the kernel, in the heart of the operating system, I found a developer's comment that said, `Does this belong here?`" -- Simon Lok about Linux kernel in 2005
Reflections on the Strange and the not so Strange
http://skinwalker.wordpress.com

Offline

#183 2009-09-08 16:18:40

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: September 2009 Screenshots

xd-0 wrote:
SpeedVin wrote:

Thanks but I can't find it neutral

Yes it changes. The info can be found in august thread in the beginning, and also in the conky thread I think. But for reference, its two files, one script and one conky config.
This is the script, the one I use at the moment that is.

#!/bin/bash
#Credit to B at arclinux.org for the modifications
#
# Script to use with conky to display cover art. You should modify
# the path to the directory containing the album art

# Put the album title into a variable so it's easier to use later on
mpd_album=$(mpc --format %artist%-%album%|head -1)

# Link the cover into /tmp so the conky cover instance can pick it up
# Make sure we don't relink all the time, it's a waste of CPU cycles
# and SSD memory cells

if [[ ! -f /tmp/"${mpd_album}".album ]] ; then
  rm -f /tmp/*.album &>/dev/null
  >/tmp/"${mpd_album}".album
   ln -sf ~/.covers/"${mpd_album}".jpg ~/Temp/cover.jpg
fi

And this is what you put in conky:

${execi 5 ~/bin/cover.sh}
${image ~/Temp/cover.jpg -s 120x120}

Thanks that scripts is so simple.
But I have problem I got covers in ~/.covers .
When I run conky I got Error:

Conky: Unable to load image '/tmp/cover.jpg'

Covers has the same name as album.
This is my conkyrc:

  1 imlib_cache_size 0          # so image is redrawn
  2 own_window                 no
  3 own_window_type            desktop
  4 own_window_transparent     yes
  5 own_window_hints           undecorated,below,sticky,skip_taskbar,skip_pager
  6 minimum_size               340 340
  7 alignment                  tl
  8 double_buffer              yes
  9 gap_x                      59
 10 gap_y                      59
 11 update_interval            1
 12 mpd_host                   localhost
 13 
 14 TEXT
 15 ${execi 5 /home/user/Scripts/cover.sh}
 16 ${image /tmp/cover.jpg -s 120x120
 17 #${image /path to your coever -p 20,20 -s 180x150}
 18 ${voffset 10}${goto 260}${mpd_artist}
 19 ${font fixed:bold:size=10}${goto 260}${mpd_title}
 20 ${goto 260}${mpd_album}
 21 ${goto 260}$mpd_elapsed/$mpd_length
 22 ${goto 260}${mpd_percent}%/100%
 23 ${goto 260}${mpd_bar 2,119}

This is my cover.sh:

  1 #!/bin/bash
  2 #Credit to B at arclinux.org for the modifications
  3 #
  4 # Script to use with conky to display cover art. You should modify
  5 # the path to the directory containing the album art
  6 
  7 # Put the album title into a variable so it's easier to use later on
  8 mpd_album=$(mpc --format %artist%-%album%|head -1)
  9 
 10 # Link the cover into /tmp so the conky cover instance can pick it up
 11 # Make sure we don't relink all the time, it's a waste of CPU cycles
 12 # and SSD memory cells
 13 
 14 if [[ ! -f /tmp/"${mpd_album}".album ]] ; then
 15       rm -f /tmp/*.album &>/dev/null
 16           >/tmp/"${mpd_album}".album
 17               ln -sf ~/.covers/"${mpd_album}".jpg /tmp/cover.jpg
 18               fi

Script have rights to be executed.
Thanks for help.

Last edited by SpeedVin (2009-09-08 16:19:45)


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#184 2009-09-08 19:25:09

goran'agar
Member
From: Nothern Italy
Registered: 2009-05-19
Posts: 171

Re: September 2009 Screenshots

desktopcy.th.png


Sony Vaio VPCM13M1E  - Arch Linux - LXDE

Offline

#185 2009-09-08 19:53:46

milomouse
Member
Registered: 2009-03-24
Posts: 940
Website

Re: September 2009 Screenshots

th_2009-Sep_Tue_08-1547.png

Nevermind, Jesus, I don't need a link to your wallpaper right now. I just don't see how I'll ever need one.
Thank you, regardless. big_smile
Oh, and this is just ion3+ with a few modifications. Nothing major.

Offline

#186 2009-09-08 20:15:15

adamruss
Member
Registered: 2008-01-17
Posts: 143

Re: September 2009 Screenshots

My Sep Desk,
Clean:

sepclean1.th.png   sepclean2.th.png

Dirty:

sepdirty1.th.png  sepdirty2.th.png

Would love to get feedback on this... i am not entirly happy, aspecialy from the wallpaper. 10x

gnome
cairo-dock (buttom left)
tint2 (buttom right)
pidgin screenlet (right)
impulse screenlet (buttom)
conky (top right)

Offline

#187 2009-09-08 20:24:10

brenix
Member
From: California
Registered: 2008-03-05
Posts: 185

Re: September 2009 Screenshots

milomouse wrote:

http://i60.photobucket.com/albums/h3/bu … 8-1547.png

Nevermind, Jesus, I don't need a link to your wallpaper right now. I just don't see how I'll ever need one.
Thank you, regardless. big_smile
Oh, and this is just ion3+ with a few modifications. Nothing major.

milomouse, mind posting your ion3 config? looks awesome

Edit: Nevermind, found your posting here

Last edited by brenix (2009-09-08 20:54:53)

Offline

#188 2009-09-08 20:55:04

Jesus
Member
From: Greece
Registered: 2009-09-01
Posts: 10

Re: September 2009 Screenshots

milomouse wrote:

http://i60.photobucket.com/albums/h3/bu … 8-1547.png

Nevermind, Jesus, I don't need a link to your wallpaper right now. I just don't see how I'll ever need one.
Thank you, regardless. big_smile
Oh, and this is just ion3+ with a few modifications. Nothing major.

Hey, sorry for the delay, didn't notice your post earlier neutral
anyway, here's a link if anyone's interested: http://lukeroberts.deviantart.com/art/C … -108038745

adamruss wrote:

My Sep Desk,
Clean:

http://img140.imageshack.us/img140/7449 … an1.th.png   http://img185.imageshack.us/img185/7329 … an2.th.png

Dirty:

http://img185.imageshack.us/img185/4300 … ty1.th.png  http://img6.imageshack.us/img6/4695/sepdirty2.th.png

Would love to get feedback on this... i am not entirly happy, aspecialy from the wallpaper. 10x

gnome
cairo-dock (buttom left)
tint2 (buttom right)
pidgin screenlet (right)
impulse screenlet (buttom)
conky (top right)

I prefer not to use icons on the desktop. I didn't like the equalizer thing(2nd pic) and I'd prefer a not-so-shiny gtk-theme.
I like the tint2 panel in conjunction with awn smile
What's that down-arrow on gnome-panel that looks like it 'opens' conky and other stuff ?


I shall shave you ~ dotfiles

Offline

#189 2009-09-09 01:31:41

dr0p
Member
From: Seattle, WA, USA
Registered: 2008-06-11
Posts: 120

Re: September 2009 Screenshots

spiridow wrote:

Link to wallpaper please ?

Also what system monitor is that bar in the top ? config please ?

What WM is that ?

WP: http://tamilia.deviantart.com/art/Vecto … -121620210
WM: OpenBox (the spacing is just because I'm OCD-ish)
Conky up top, tint2 on bottom.

Taters wrote:

@spiridow


It looks like xmonad with layout.spacing, and dzen for status bars/system monitor.

Nice guess, but nope ^^


Arch i686 User
xmonad :: xmobar :: urxvt :: vim

Offline

#190 2009-09-09 02:04:42

lolilolicon
Member
Registered: 2009-03-05
Posts: 1,722

Re: September 2009 Screenshots

vMmJiNQ vMmJiMw vMmJiNwvMmJjcA <== PyTyle

Last edited by lolilolicon (2009-09-09 17:05:32)


This silver ladybug at line 28...

Offline

#191 2009-09-09 05:06:54

Reasons
Member
From: Washington
Registered: 2007-11-04
Posts: 572

Offline

#192 2009-09-09 05:22:13

hekel
Member
From: Turtle Island
Registered: 2008-03-23
Posts: 22
Website

Re: September 2009 Screenshots

2009-09-09-01:18:09-dawn-thumb.png

Last edited by hekel (2009-09-09 05:24:19)

Offline

#193 2009-09-09 05:32:02

Runiq
Member
From: Germany
Registered: 2008-10-29
Posts: 1,053

Re: September 2009 Screenshots

adamruss wrote:

My Sep Desk,
Clean:

http://img140.imageshack.us/img140/7449 … an1.th.png   http://img185.imageshack.us/img185/7329 … an2.th.png

Dirty:

http://img185.imageshack.us/img185/4300 … ty1.th.png  http://img6.imageshack.us/img6/4695/sepdirty2.th.png

Would love to get feedback on this... i am not entirly happy, aspecialy from the wallpaper. 10x

gnome
cairo-dock (buttom left)
tint2 (buttom right)
pidgin screenlet (right)
impulse screenlet (buttom)
conky (top right)

Lol, it's been ages since I've seen clickable icons on a desktop. Retro FTW! wink

Offline

#194 2009-09-09 06:44:52

Draje
Member
Registered: 2007-06-21
Posts: 102
Website

Re: September 2009 Screenshots

20090909-thumb.png

Offline

#195 2009-09-09 07:17:34

adamruss
Member
Registered: 2008-01-17
Posts: 143

Re: September 2009 Screenshots

Jesus wrote:

I prefer not to use icons on the desktop. I didn't like the equalizer thing(2nd pic) and I'd prefer a not-so-shiny gtk-theme.
I like the tint2 panel in conjunction with awn smile
What's that down-arrow on gnome-panel that looks like it 'opens' conky and other stuff ?

Runiq wrote:

Lol, it's been ages since I've seen clickable icons on a desktop. Retro FTW! wink

cant do w/o icons.. smile tried it for a while... but i keep moving files around a d/l files.. and the desktop is excacly for that.. at least for me.. and at least untill someone will release a decent screenlet like kde4's folder view plasmoid.

the arrow is indeed conky, it has 3 states, bat mon  (only the line on the right), reg (what you see) and full (like what you see but bigger with more info). the arrow changes between states

can you reccomend a nice looking gtk theme?

Offline

#196 2009-09-09 07:25:29

zyon
Member
From: Germany
Registered: 2007-06-26
Posts: 73

Re: September 2009 Screenshots

Could you share your mpd-conky config+mpd album-script wink

Offline

#197 2009-09-09 07:27:54

DawiX
Member
From: Czech Republic
Registered: 2009-04-23
Posts: 92

Re: September 2009 Screenshots

This is my lenny box (but I miss Arch more and more smile ) with FVWM in green. As simple as possible. GTK Murrina Aurantifolia and Acyl Icon pack

gTb0Ms.png


xmonad @ Arch + zsh
dwm @ freeBSD +zsh
Registered linux user #495331
http://dawix-net.bluefile.cz

Offline

#198 2009-09-09 08:48:27

lolilolicon
Member
Registered: 2009-03-05
Posts: 1,722

Re: September 2009 Screenshots

zyon wrote:

Could you share your mpd-conky config+mpd album-script wink

Of course cool

~/.conkyrc

imlib_cache_size 0
alignment bl
background yes
border_margin 10
border_width 0
cpu_avg_samples 2
default_color eeeeec
default_outline_color white
default_shade_color black
double_buffer yes
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades no
use_xft yes
xftfont Vintage ITC:size=10
gap_x 20
gap_y 45
maximum_width 350
minimum_size 350 100
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
own_window yes
own_window_class Conky
own_window_type desktop
own_window_transparent true
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
stippled_borders 0
update_interval 1.0
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no

TEXT
${if_mpd_playing}                                  ${mpd_artist}
                                  ${mpd_title}
                                  ${mpd_album}

                                  ${mpd_status} $alignr ${mpd_percent}%
                                  ${mpd_bar}
${execi 5 ~/bin/conky_mpd_cover.sh}
${image /tmp/conky.cover -p 0,2 -s 94x94}${endif}

~/bin/conky_mpd_cover.sh

#!/bin/bash
#make sure hold_dir and non_cvr exists.
hold_dir="$HOME/.covers"
none_cvr="$hold_dir/nocover.png"
disp_cvr="/tmp/conky.cover"
play_log="/tmp/mpd_playing.log"

function update_cover ()
{
current="$1" ; src="$2" ; dest="$disp_cvr" ; fallback="$none_cvr"
if [ "$current" == ""  ] ; then
    ln -sf "$fallback" "$dest"
elif [ -f "$src" ] ; then
    ln -sf "$src" "$dest"
else
    artist=`echo "$current"|cut -d\- -f1`
    album=`echo "$current"|cut -d\- -f2`
    url="http://www.last.fm/music/${artist}/${album}"
    cover_url=$( curl -s "$url" |
    grep 'LFM.set("ParentResource"' | tr '"' '\n' | sed '/.*.jpg/!d;s/\\//g' | tail -1 )
    if [ "$cover_url" != "" ] ; then
    src_name=$(basename "$src") ; src_dir=$(dirname "$src")
    cd "$src_dir" ; aria2c -q -o "$src_name" "$cover_url"
    fi
    [ -f "$src" ] && ln -sf "$src" "$dest" || ln -sf "$fallback" "$dest"
fi
}

touch "$play_log"

current=$( mpc --format %artist%-%album% current )
last=$( cat "$play_log" )

if [ "$current" != "$last" ] ; then
    filepath="$hold_dir/$current.jpg"
    update_cover "$current" "$filepath"
    echo "$current" > "$play_log"
fi

This silver ladybug at line 28...

Offline

#199 2009-09-09 10:18:17

sim_
Member
Registered: 2009-01-02
Posts: 8

Re: September 2009 Screenshots

Could you share your gtk2-theme?

Offline

#200 2009-09-09 12:52:37

Rumor
Member
From: Albany, NY
Registered: 2006-07-07
Posts: 638

Re: September 2009 Screenshots

Thanks!


Smarter than a speeding bullet
My Goodreads profile

Offline

Board footer

Powered by FluxBB