You are not logged in.
http://i43.tinypic.com/aooygh.jpg
Fluxbox without conky-shit or something
Last edited by Fluxbox (2010-04-26 14:18:49)
Offline
Julien Pecqueur (JPEC)
--
[url]http://julienpecqueur.com - Unix, code & web![/url]
HTC Magic (Android) | Shuttle X27D (Archlinux + DWM) | Asus EeeBox (Debian Lenny Server)
Offline
The wallpaper (archlinux-underground-43.jpg) from here: http://www.archlinux.org/packages/extra … wallpaper/ (I think )
Conky x2
urxvt
PyPanel
WM: Openbox
Last edited by archman-cro (2010-04-26 17:08:15)
Offline
Looks subtly simple Mind sharing infos ? (gtk, icons, metacity/emerald, and firefox style/icons (if any)) ?
Offline
http://i43.tinypic.com/aooygh.jpg
Fluxbox without conky-shit or something
that's a nice wallpaper, care to share?
"I know what you're thinking, 'cause right now I'm thinking the same thing. Actually, I've been thinking it ever since I got here:
Why oh why didn't I take the BLUE pill?"
Offline
What DE and theme?! Very nice!
Offline
Offline
cod wrote:What DE and theme?! Very nice!
that's gnome and aurora theme with a custom background image for the top panel.
Offline
http://i39.tinypic.com/n5kh3b.png
Openbox+Xfce4-panel+conky and some minor apps, like FF-PGO, Tlen, Deluge...
Offline
Offline
nothing special same ole shit for this old man.
WM: WMii-hg
Apps: Urxvt, Screen, ViM, ViFM, Canto, UZBL, irssi and some other ish.
...MikereDD
:Go Away & Give My Pillow Back!!:
aur pkgbuilds - mostly fortune-mod's & fonts
Offline
Man, you really post a lot of screenshots in one month.
Oh yea, Xtal is an amazing song.
Offline
The best sitcom ever.
Offline
Hi Mountainjew, is that Conky in the background? Would you mind to share your config, please?
Regards,
Manu
Offline
Mountainjew wrote:Hi Mountainjew, is that Conky in the background? Would you mind to share your config, please?
Regards,
Manu
Sure, you'll also need to download conky colors from here http://gnome-look.org/content/show.php/ … tent=92328
Here's my .conkyrc
######################
# - Conky settings - #
######################
update_interval 1
total_run_times 0
net_avg_samples 1
cpu_avg_samples 1
imlib_cache_size 0
double_buffer yes
no_buffers yes
#####################
# - Text settings - #
#####################
use_xft yes
xftfont Liberation Sans:size=9
override_utf8_locale yes
text_buffer_size 2048
#############################
# - Window specifications - #
#############################
own_window_class Conky
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
alignment top_left
gap_x 25
gap_y 40
minimum_size 200 800
maximum_width 182
default_bar_size 60 8
#########################
# - Graphics settings - #
#########################
draw_shades no
default_color E2DACB
color0 F0EBE2
color1 F56F6E
color2 E6E6E6
TEXT
${font Liberation Sans:style=Bold:size=8}SYSTEM $stippled_hr${font}
##############
# - SYSTEM - #
##############
${color0}${font Poky:size=15}S${font}${color}${goto 32}${voffset -8}Kernel: ${alignr}${color2}${kernel}${color}
${goto 32}Uptime: ${alignr}${color2}${uptime}${color}
# |--CPU
${offset 1}${color0}${font Poky:size=16}P${font}${offset -19}${voffset 9}${cpubar cpu0 4,18}${color}${voffset -16}${goto 32}CPU1: ${font Liberation Sans:style=Bold:size=8}${color1}${cpu cpu1}%${font} ${alignr}${font Liberation Sans:style=Bold:size=8}${color1}${execi 30 sensors | grep 'Core 0' | cut -c15-16}°C${color}${font} ${color2}${cpugraph cpu1 8,50 CD646B F56F6E}${color}
${goto 32}CPU2: ${font Liberation Sans:style=Bold:size=8}${color1}${cpu cpu2}%${font} ${alignr}${font Liberation Sans:style=Bold:size=8}${color1}${execi 30 sensors | grep 'Core 1' | cut -c15-16}°C${color}${font} ${color2}${cpugraph cpu2 8,50 CD646B F56F6E}${color}
# |--MEM
${color0}${font Poky:size=16}M${font}${color}${goto 32}${voffset -7}RAM: ${font Liberation Sans:style=Bold:size=8}${color1}$memperc%${color}${font}
${offset 1}${voffset 2}${color0}${membar 4,18}${color}${goto 32}${voffset -2}F: ${color2}${memeasyfree}${color} U: ${color2}${mem}${color}
# |--CPU
${voffset 2}${color0}${font Poky:size=14}s${font}${color}${voffset -8}${goto 32}SWAP: ${font Liberation Sans:style=Bold:size=8}${color1}${swapperc}%${color}${font}
${voffset 4}${offset 1}${color2}${swapbar 4,18}${color}${voffset -4}${goto 32}F: ${color2}$swapmax${color} U: ${color2}$swap${color}
# |--PROC
${voffset 2}${color0}${font Poky:size=15}a${font}${color}${goto 32}${voffset -10}Processes: ${color2}${alignr 13}CPU${alignr}RAM${color}
${voffset -1}${goto 42}${color2}${top name 1}${color}${font Liberation Sans:style=Bold:size=8}${color1} ${goto 124}${top cpu 1}${alignr }${top mem 1}${color}${font}
${voffset -1}${goto 42}${color2}${top name 2}${color}${font Liberation Sans:style=Bold:size=8}${color1} ${goto 124}${top cpu 2}${alignr }${top mem 2}${color}${font}
${voffset -1}${goto 42}${color2}${top name 3}${color}${font Liberation Sans:style=Bold:size=8}${color1} ${goto 124}${top cpu 3}${alignr }${top mem 3}${color}${font}
${voffset -1}${goto 42}${color2}${top name 4}${color}${font Liberation Sans:style=Bold:size=8}${color1} ${goto 124}${top cpu 4}${alignr }${top mem 4}${color}${font}
${voffset -1}${goto 42}${color2}${top name 5}${color}${font Liberation Sans:style=Bold:size=8}${color1} ${goto 124}${top cpu 5}${alignr }${top mem 5}${color}${font}
#############
# - CLOCK - #
#############
${voffset 4}${font Liberation Sans:style=Bold:size=8}DATE $stippled_hr${font}
${font Digital Readout Thick Upright:size=40}${goto 22}${color2}${time %k}${voffset -9}:${voffset 9}${time %M}${goto 130}${color2}${voffset -14}${font Digital Readout Thick Upright:size=24}${goto 130}${color2}${time %d}${font Digital Readout Thick Upright:size=12}${voffset 14}${goto 130}${color2}${time %m}${goto 144}${color2}${time %y}${font}
##############
# - NVIDIA - #
##############
${voffset 4}${font Liberation Sans:style=Bold:size=8}NVIDIA $stippled_hr${font}
${color0}${voffset -4}${font Poky:size=17}N${font}${color}${goto 32}${voffset -8}GPU Temp:${alignr}${font Liberation Sans:style=Bold:size=8}${color1} ${exec nvidia-settings -q GPUCoreTemp | grep Attribute | cut -d ' ' -f 6 | cut -c 1-2}${font}${color}°C
${goto 32}GPU Clock:${alignr}${font Liberation Sans:style=Bold:size=8}${color1} ${exec nvidia-settings -q GPU2DClockFreqs -t}${font}${color} MHz
${goto 32}Video RAM:${alignr}${font Liberation Sans:style=Bold:size=8}${color1} ${exec nvidia-settings -q VideoRam -t}${font}${color} KiB
${goto 32}Driver Version:${alignr}${font Liberation Sans:style=Bold:size=8}${color1} ${exec nvidia-settings -q NvidiaDriverVersion -t}${font}${color}
##########
# - HD - #
##########
${voffset 4}${font Liberation Sans:style=Bold:size=8}HD $stippled_hr${font}
${execpi 30 ~/.conkycolors/bin/conkyHD3}
Offline
Thanks!
Offline
TBBT rocks!
Offline
Offline
http://www.abload.de/thumb/2010-04-27-2 … 04wxkh.png
I like vectorized, simplistic animals... and music obviously.
Finally figured out how to set different wallpapers for different monitors (Nitrogen to the rescue!)
How do you get number of artists and such out of mpd?
Offline
Sadface wrote:http://www.abload.de/thumb/2010-04-27-2 … 04wxkh.png
I like vectorized, simplistic animals... and music obviously.
Finally figured out how to set different wallpapers for different monitors (Nitrogen to the rescue!)How do you get number of artists and such out of mpd?
My script parses the output of various "mpc" commands.
Artists and other database numbers are parsed out of "mpc stats"
$ mpc stats (21:00:31)
Artists: 107
Albums: 153
Songs: 1502Play Time: 0 days, 7:39:56
Uptime: 4 days, 4:27:45
DB Updated: Wed Apr 21 19:48:01 2010
DB Play Time: 4 days, 16:05:33
Offline
wow, it's been a while. after seeing an xmonad thread i really found that i like it.
empty -> dirty.
took forever to make a proper dzen bar where everything is uniform. also took a lot time experimenting with layouts and strangely enough like a simple "master and slave" layout with tabs. keybindings are goofy if any other layout is used but i found (after all that experimenting) that this is ideal for me, especially since i use tmux. not sure what else to say about it. here are my configs: http://bbs.archlinux.org/viewtopic.php? … 77#p750277
Offline
Last edited by Don-DiZzLe (2010-04-27 22:00:23)
Offline
@Don: could you perhaps resize that image? Something like the recomended 20% would be nice...
Posting Guidelines (copied from last month)
* DO NOT post full resolution screenshots! ...Twenty percent of the original size is great for 1024x768 screenies
Offline
http://omploader.org/vNGFzdg NSFW
still haven't gotten around to colorizing PS1. Working on switching to uzbl.
Offline
http://omploader.org/vNGFzdg NSFW
still haven't gotten around to colorizing PS1. Working on switching to uzbl.
diiizzzzzzzamn!!!!! on that wallpaper.
DO SHARE!
...MikereDD
:Go Away & Give My Pillow Back!!:
aur pkgbuilds - mostly fortune-mod's & fonts
Offline