You are not logged in.
I have never bought on ebay, the macbook I do not like, I do not need facebook or myspace or secondlife
I am not a nerd or lamer or troll or geek or hacker or cracker
and I have never voted to elect berlusconi
Offline
My PC setup is as follows:
Awesome WM 3.3 (awesome-git package)
Dust GTK theme (not seen)Clean:
http://g.imagehost.org/0705/2009-05-03- … -thumb.jpgDirty:
http://g.imagehost.org/0229/2009-05-03- … -thumb.jpg*EDIT* updated fullscreen links.
What is the thing your using on your desktop with all those info? Is that conky with awesome?
Offline
What is the thing your using on your desktop with all those info? Is that conky with awesome?
The top left block of text (coding ideas) is conky, and the right-side block of text with the to-do list and such is also conky, the top bar is the awesome statusbar. If you'd like I'll post the relevant configs once I get back to my computer?
If you're referring to the second screenshot those are just 2 urxvt terminals open (running vim and my rc.lua and the irssi fear2.theme files) tiled (as is default in awesome) with transparency (from xcompmgr).
*EDIT* attached my .conkyrc files
.conkyrc_coding
background no
use_xft yes
xftfont DejaVuSans:size=8
text_buffer_size 512
xftalpha 0.9
update_interval 1.0
total_run_times 0
double_buffer yes
own_window yes
own_window_transparent yes
own_window_type override
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
stippled_borders 0
border_margin 1
border_width 1
default_color ffffff ##0b093a
default_outline_color 8c8c8c ##a6b38d
alignment top_left
gap_x 5
gap_y 60
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale no
#use_spacer no
#maximum_width 300
#minimum_width 100
TEXT
${font DejaVuSans:bold:size=8}${color #ffffff}Coding Ideas:$font
${font DejaVuSans:size=8}${color #ffffff}${execi 300 cat /home/lswest/Coding\ Ideas|fmt --width=76 -s}$font
.conkyrc
background no
use_xft yes
xftfont DejaVuSans:size=8
xftalpha 0.9
update_interval 1.0
total_run_times 0
double_buffer yes
own_window yes
own_window_transparent yes
own_window_type override
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
stippled_borders 0
border_margin 1
border_width 1
default_color ffffff ##0b093a
default_outline_color 8c8c8c ##a6b38d
alignment top_right
#gap_x 40
#gap_y 29
gap_x 5
gap_y 60
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale no
#use_spacer no
#maximum_width 1000
#minimum_width 890
TEXT
${font openlogos:size=42}${color #1793d1}B $color$font
${font DejaVuSans:bold:size=8}${color #FFF500}${exec whoami}@${exec hostname}$font$color
${font DejaVuSans:size=8}${time %a, }${time %e %B %G} ${time %Z }${color }$font
${execi 60 python ~/scripts/conky/check-gmail.py <username> <passwd> 0}
${font DejaVuSans:bold:size=8}Up Time:$font $uptime
${font DejaVuSans:bold:size=8}Updates:$font ${execi 300 /usr/bin/updateCheck}
${font DejaVuSans:bold:size=8}Cpu: $font${cpu}%
${font DejaVuSans:bold:size=8}Ram: $font $memperc%
${font DejaVuSans:bold:size=8}Swap: $font $swapperc%
${font DejaVuSans:bold:size=8}Root:$font ${fs_free /} free
${font DejaVuSans:bold:size=8}Home$font ${fs_free /home} free
${font DejaVuSans:bold:size=8}Hyperion:$font ${fs_free /media/Hyperion/} free
${font DejaVuSans:bold:size=8}To Do:$font
${execi 900 python /home/lswest/scripts/conky/TO\ DO.py}
${font DejaVuSans:bold:size=8}To Buy:$font
${execi 900 python /home/lswest/scripts/conky/To\ Buy.py}
If you want any of the scripts listed there they are in my github repository "dotfiles" under scripts/conky: http://github.com/lswest/dotfiles/tree/ … ipts/conky
Last edited by lswest (2009-05-04 15:28:44)
Lswest <- the first letter of my username is a lowercase "L".
"...the Linux philosophy is "laugh in the face of danger". Oops. Wrong one. "Do it yourself". That's it." - Linus Torvalds
Offline
will you please post your conky config?
Offline
will you please post your conky config?
Check the "conky configs and screenshots!" thread
Offline
Offline
@ rakka and Joe_Arch
my awesome config is a bit of a mess (I have it as a whole bunch of different files) so I set it up on github
http://github.com/ent/configuration-files/tree/master
I've never used git before so I hope it works...
(also thanks to anxrc and gigamo, I learned / stole a lot from your configs )I'll throw my external widget scripts on there as soon as I figure this out more, but I think the majority of it is either in the functions file or part of wicked.
until then here's my gmail script:#!/usr/bin/perl use Mail::IMAPClient; use IO::Socket::SSL; my $imap = Mail::IMAPClient->new ( User => 'user', Password => 'password', Socket => IO::Socket::SSL->new ( Proto => 'tcp', PeerAddr => 'imap.gmail.com', PeerPort => 993, # IMAP over SSL standard port ), ); my $unread = $imap->unseen_count('Inbox'); $imap->disconnect; print $unread;
you'll need to get the two modules for it to work. I also didn't write this really, I took the basic script from someone (probably on the forums here somewhere ) but it was using some other modules, I messed around with it and got it to work with these.
Thank you for the git! I was wondering how you got the weather to display on your taskbar? A pipe from conky or something else?
Arch x86_64 - GitHub
Offline
Offline
Same as the end of last month. TMNT were the ultimate of cool when I was a kid, and with this picture...they still are!
+1 for TMNT, link to the wallpaper?
Offline
@ Joe_Arch: It's the letter B from the font Openlogos. Check the following thread:
http://bbs.archlinux.org/viewtopic.php?id=45256
@Alex6969: I will look into that this evening, I'm at work now.
config files:
Arch x86_64 on HP 6820s and on HP nx9420. Registered Linux User 350155, since 24-03-2004
"Everyone said that it could not be done, until someone came along who didn't know that."
Offline
celettu wrote:Same as the end of last month. TMNT were the ultimate of cool when I was a kid, and with this picture...they still are!
+1 for TMNT, link to the wallpaper?
Somewhere on 4scrape. A search for TMNT results in similar images, but I can't find the ones with the white eyes at the moment.
Keep it Simple, Sexy
Offline
Offline
GTK: Murrine Gray
XFWM: Gray (xfce-look.org)
Icons: hydroxygen (whitefolder)
Wallpaper: mine creations
I must say I like the last line of your sig .
Also: could you link to your background?
new look, still PekWM
Very slick! What panel is that? Also: have you used Openbox before, and if so, any reason why you picked PekWM over it?
* B has been meaning to try PekWM
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
XMonad-darcs again, summer colours.
http://omploader.org/tMW1nbw http://omploader.org/tMW1ncA http://omploader.org/tMW1ncQ
are you stacking those windows? or is there some way to get those gaps, been trying to find a auto tiler that does this
Offline
XMonad-darcs again, summer colours.
http://omploader.org/tMW1nbw http://omploader.org/tMW1ncA http://omploader.org/tMW1ncQ
Very nice screenshots Arkane. You really have Xmonad looking good.
I especially like the third screenshot, where you are playing Mnemosyne. I just found out a couple of days ago that Funimation Entertainment has licensed the series for North America (US/Canada), so I will be able to buy myself a proper copy on DVD sometime this year.
Offline
Arkane wrote:XMonad-darcs again, summer colours.
http://omploader.org/tMW1nbw http://omploader.org/tMW1ncA http://omploader.org/tMW1ncQ
are you stacking those windows? or is there some way to get those gaps, been trying to find a auto tiler that does this
I'm wrote a simple layout modifier for that. I figured it probably wasn't interesting enough for a contrib module, so it's inlined in my xmonad.hs
-- Import XMonad.Layout.LayoutModifier
{- Gaps around windows: -}
data WindowGaps w = WG (Dimension, Dimension, Dimension, Dimension)
deriving (Show, Read)
instance LayoutModifier WindowGaps w where
pureModifier (WG gaps) _ _ pairings
= ((map . second) (shrink gaps) pairings, Nothing)
shrink (top, right, bottom, left) (Rectangle x y w h)
= Rectangle (x + fi left)
(y + fi top)
(max 0 (w - left - right))
(max 0 (h - top - bottom))
windowGaps gaps = ModifiedLayout (WG gaps)
-- Use as follows:
-- > windowGaps (top, right, bottom, left) someLayout
-- is a modified version of "someLayout" that keeps gaps of "top", "right",
-- "bottom" and "left" pixels around each window.
@Agent69: Thanks!
Last edited by Arkane (2009-05-04 21:56:29)
What does not kill you will hurt a lot.
Offline
Offline
Very slick! What panel is that? Also: have you used Openbox before, and if so, any reason why you picked PekWM over it?
* B has been meaning to try PekWM
Its bmpanel with my own theme, can share it if anyone is interessted.
Ive only been using Openbox for a short time but jumped back to Fluxbox mostly because i wasnt familiar with the config I changed from Fluxbox because of curiousity and the config suited my coding skill (or lack of ) well. The reason Im still using it is probably because of its simplicity, only con imo is that its far less themes avaible then on Openbox.
Offline
Offline
@everyone running awesome3 mind sharing some rc.lua files? I can't really find a lot of configs that really work out-of-the-box and I don't know sufficient lua to start writing one myself...
My coding blog (or an attempt at it)
Archer start page (or an attempt at it)
Offline
icon-theme=Maliae Dark
gtk-theme=Murrina Gilouche
Thanks to Xyne for the brilliant logos!:cool:
Last edited by twin (2009-05-04 22:47:12)
Offline