You are not logged in.
Regards
Peter Cannon
"The man who never makes mistakes never makes anything."
Offline
http://xs116.xs.to/xs116/07234/desktop.png.xs.jpg
Xfce + urxvt + conky
Cool setup. Mind sharing your conkyrc ?
Offline
quarks wrote:http://xs116.xs.to/xs116/07234/desktop.png.xs.jpg
Xfce + urxvt + conky
Cool setup. Mind sharing your conkyrc ?
Not at all, here you go.
Offline
Xilon wrote:Zepp wrote:Is that wmii?
Yes (3.5).
In that case how do you have 3 different window title bar colours? I am referring to the blue and the two shades of gray.
It's the default theme, WMII_FOCUSCOLORS is for the focused window, WMII_SELCOLORS is for the last focused window in another column/mode. I do not see SELCOLORS in the hg tip.
Offline
Zepp wrote:Xilon wrote:Yes (3.5).
In that case how do you have 3 different window title bar colours? I am referring to the blue and the two shades of gray.
It's the default theme, WMII_FOCUSCOLORS is for the focused window, WMII_SELCOLORS is for the last focused window in another column/mode. I do not see SELCOLORS in the hg tip.
PS. New theme:
http://img510.imageshack.us/img510/1944 … lp8.th.png
Cool, looks nice. Question what IM client do you use? I am curious since you have apparently added an "IM" counter to your wmii bar?
Offline
akejo wrote:Here's mine.
Got the idea/style for Conky from a screenie here on the forum(May I think).
Still fiddling with the 'General' part of Conky.
XFCE, Murrina-Graphite theme(with Murrine Engine) and 'Glass Icons' Icon theme.
I truly love your conky config...
How do you make those lines (that connect each line of the mpd part) with conky ?
Or can you post your conkyrc, please ?
deviantART | GitHub | Last.fm
Offline
Well, I made this account ages ago, yet I have never posted anything. xD So, that said, I am going to go ahead and post a screenshot of my current setup.
And a busy one so you can see my colour scheme and whatnot. :3
I would also like to add, that your Ginko avatar is really neat sen. He is most certainly one of my top favourite anime characters, with that neat air of mystery he has.
Offline
Offline
which is your terminal font?
Thanks
P.S. do you play chess? me too do you know http://gameknot.com/?
Offline
Husio wrote:which is your terminal font?
ThanksP.S. do you play chess? me too do you know http://gameknot.com/?
terminous
Only during lectures and only with my friends (with computer I'm always loosing
Offline
Well, I made this account ages ago, yet I have never posted anything. xD So, that said, I am going to go ahead and post a screenshot of my current setup.
http://img355.imageshack.us/img355/3999 … pb5.th.png
And a busy one so you can see my colour scheme and whatnot. :3
http://img375.imageshack.us/img375/7282 … ce7.th.pngI would also like to add, that your Ginko avatar is really neat sen. He is most certainly one of my top favourite anime characters, with that neat air of mystery he has.
eh... Zaraki Kempachi.... Bleach Rulezz!!!
Offline
akejo wrote:Here's mine.
Got the idea/style for Conky from a screenie here on the forum(May I think), sucky memory which one it was, but I'm not the one to credit for the idea
Still fiddling with the sys part of Conky.
XFCE, Murrina-Graphite theme(with Murrine Engine) and 'Glass Icons' Icon theme.
I truly love your conky config...
How do you make those lines (that connect each line of the mpd part) with conky ?
Or can you post your conkyrc, please ?
Hi and thanks.
I found references for the conky here on the May screenies section, I am currently working on adding more lineart for my sysinfo part.
Below is the 2 rc's I use(concyrc_sys and conkyrc_mpd)
I use an alias funtion in .bash_aliases to start them
function conk () { killall conky ; conky -c /home/akejo/.conkyrc_sys ;conky -c /home/akejo/.conkyrc_mpd ; }
EDIT: Found the post: http://bbs.archlinux.org/viewtopic.php?id=32544&p=9
Check post #219 by sen
The rc's is below:
SYS (.conkyrc_sys)
# conky configuration
# set to yes if you want Conky to be forked in the background
background yes
# Use Xft?
use_xft yes
# Xft font when Xft is enabled
xftfont DejaVu Sans Mono:pixelsize=10
# Text alpha when using Xft
xftalpha 1
# Print everything to console?
# out_to_console no
# Update interval in seconds
update_interval 2.0
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_transparent yes
# own_window_type override
own_window_type normal
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
#minimum_size 280 5
maximum_width 615
# Draw shades?
draw_shades no
# Draw outlines?
draw_outline yes
# Draw borders around text
draw_borders no
# Stippled borders?
stippled_borders 0
# border margins
border_margin 1
# border width
border_width 1
# Default colors and also border colors
default_color A29F84
default_shade_color black
default_outline_color black
# Text alignment, other possible values are commented
alignment top_left
#alignment top_right
#alignment bottom_left
#alignment bottom_right
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 1
gap_y 4
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2
# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes
# Add spaces to keep things from moving about? This only affects certain objects.
use_spacer yes
TEXT
${color #FF7B00}Uptime ${color #353535}─ ▸ ${color}${uptime}
${color #FF7B00}Temp${color }${color #353535} ─── ▸ ${color}${i2c 9191-0290 temp 2}C
${color #FF7B00}Free${color #353535}${color #353535} ──┬ ▸${color}${color #353535} ${color}D(${fs_free_perc /home/akejo/data}%)
${color #353535}└ ▸${color} ${color}${color #353535}${color}F(${fs_free_perc /home/akejo/files}%)
${color #FF7B00}Net ${color #353535}───┬ ▸${color} ${upspeedgraph eth0 8,33 FF7B00 CECECE}
${color #353535}└ ▸${color} ${color}${downspeedgraph eth0 8,33 FF7B00 CECECE}${color #353535}
And MPD(.conkyrc_mpd)
# conky configuration
# set to yes if you want Conky to be forked in the background
background yes
# Use Xft?
use_xft yes
# Xft font when Xft is enabled
xftfont DejaVu Sans Mono -9
# Text alpha when using Xft
xftalpha 1
# Print everything to console?
# out_to_console no
# Update interval in seconds
update_interval 2.0
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_transparent yes
# own_window_type override
own_window_type normal
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
#minimum_size 280 5
# maximum_width 215
# Draw shades?
draw_shades no
# Draw outlines?
draw_outline yes
# Draw borders around text
draw_borders no
# Stippled borders?
stippled_borders 0
# border margins
border_margin 1
# border width
border_width 1
# Default colors and also border colors
default_color A29F84
default_shade_color black
default_outline_color black
# Text alignment, other possible values are commented
# alignment top_left
#alignment top_right
alignment bottom_left
#alignment bottom_right
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 1
gap_y 1
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2
# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes
# Add spaces to keep things from moving about? This only affects certain objects.
use_spacer yes
TEXT
${color #353535}┌[ ${color #FF7B00}MPD${color }${color #353535} ▸ ${color}${mpd_status} ${color #353535}]
${color #353535}└┬[ ${color #FF7B00}Time${color #353535} ▸ ${color }${mpd_elapsed}/${mpd_length}${color #353535} ]
${color #353535} └─[ ${color #FF7B00}Track ${color #353535}▸ ${color}${mpd_artist}${color #353535} / ${color }${mpd_album}${color #353535} / ${color }${mpd_title}${color #FF7B00}${color #353535} ]
Last edited by akejo (2007-06-07 20:48:42)
Offline
http://img530.imageshack.us/img530/2392 … xv5.th.png
openbox-svn + fbpanel + wbar + ncmpc
Hi, congratulation for the songs on your playlist... the first album of Syatem Of a Down.... SOAD....
Offline
http://img530.imageshack.us/img530/2392 … xv5.th.png
openbox-svn + fbpanel + wbar + ncmpc
would you mind sharing your wallpaper??
Offline
@Akejo & Sen
Thx a lot... I figured out you were using box drawing characters, though when I tried it, I had encoding problems... Now it's solved and my conky runs well and is much nicer thx to your idea, Akejo !
I may update my screenie or completely change my desktop now
Piou Piou
Offline
@Akejo & Sen
Thx a lot... I figured out you were using box drawing characters, though when I tried it, I had encoding problems... Now it's solved and my conky runs well and is much nicer thx to your idea, Akejo !
I may update my screenie or completely change my desktop now
Glad it worked out for you, waiting to see the screenie
Offline
By the way, does anyone know a nice digital desktop clock... ?
Or do you know what is the clock on this screenshot in the top right corner (I hope it's not a KDE feature...) ?
http://upload.wikimedia.org/wikipedia/c … nucs01.jpg
Piou Piou
Offline
Cool, looks nice. Question what IM client do you use? I am curious since you have apparently added an "IM" counter to your wmii bar?
Gajim, it comes with a dbus utility "gajim-remote" which can use to poll Gajim and tell you how many new IMs you have. It's a Jabber only client though.
Offline
By the way, does anyone know a nice digital desktop clock... ?
Or do you know what is the clock on this screenshot in the top right corner (I hope it's not a KDE feature...) ?
http://upload.wikimedia.org/wikipedia/c … nucs01.jpg
It could be a part of gDesklets.
Or.. according to the system tray in screenie, SuperKaramba.
http://netdragon.sourceforge.net/ssuperkaramba.html
Last edited by akejo (2007-06-08 14:00:53)
Offline
Offline