You are not logged in.
Your desktop inspired my new wallpaper
My Elegant Pattern GTK theme.
My game development blog, now on a new site.
'~/.xinitrc is an Archer's DE' - moljac024
Offline
Do you have a link to your background? I really like it .
sure.
Offline
Thanks. My gimp skills are amateurish at best .
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
@Rumor: Yeah, here http://fc02.deviantart.com/fs44/f/2009/ … _shots.jpg
rawr
Offline
Your desktop inspired my new wallpaper
can you paste your .conkyrc
thks
+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
Netsu wrote:Your desktop inspired my new wallpaper
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
My Elegant Pattern GTK theme.
My game development blog, now on a new site.
'~/.xinitrc is an Archer's DE' - moljac024
Offline
"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
SpeedVin wrote:Thanks but I can't find it
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
Offline
Offline
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.
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
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.
Oh, and this is just ion3+ with a few modifications. Nothing major.
Hey, sorry for the delay, didn't notice your post earlier
anyway, here's a link if anyone's interested: http://lukeroberts.deviantart.com/art/C … -108038745
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
What's that down-arrow on gnome-panel that looks like it 'opens' conky and other stuff ?
I shall shave you ~ dotfiles
Offline
dr0p 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.
@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
Offline
Offline
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!
Offline
Offline
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
What's that down-arrow on gnome-panel that looks like it 'opens' conky and other stuff ?
Lol, it's been ages since I've seen clickable icons on a desktop. Retro FTW!
cant do w/o icons.. 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
Could you share your mpd-conky config+mpd album-script
Offline
This is my lenny box (but I miss Arch more and more ) with FVWM in green. As simple as possible. GTK Murrina Aurantifolia and Acyl Icon pack
xmonad @ Arch + zsh
dwm @ freeBSD +zsh
Registered linux user #495331
http://dawix-net.bluefile.cz
Offline
lolilolicon wrote:Could you share your mpd-conky config+mpd album-script
Of course
~/.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
Could you share your gtk2-theme?
Offline
@Rumor: Yeah, here http://fc02.deviantart.com/fs44/f/2009/ … _shots.jpg
Thanks!
Smarter than a speeding bullet
My Goodreads profile
Offline