You are not logged in.

#476 2010-02-25 11:58:31

aakos23
Member
From: Hungary
Registered: 2009-09-11
Posts: 38

Re: February 2010 Screenshots

Clean:
snapshot15e.th.jpg
Dirty:
snapshot14b.th.jpg

Wallpaper: WiLL X TrEmE blog (thanks smile)

Offline

#477 2010-02-25 12:09:59

sime
Member
Registered: 2007-12-14
Posts: 96

Re: February 2010 Screenshots

Saint0fCloud wrote:

Very nice,I love evilwm but last time I checked it had horrible multi-monitor support. Anyways, mind sharing your tmux.conf?

# set prefix key to ctrl+t
unbind C-b 
set -g prefix C-t 

# reload config without killing server
bind r source-file ~/.tmux.conf

# more intuitive keybindings for splitting
unbind %
bind h split-window -h
unbind '"' 
bind v split-window -v

# toggle last window like screen
bind-key C-b last-window

# confirm before killing a window or the server
bind-key k confirm kill-window
bind-key K confirm kill-server

# toggle statusbar
bind-key b set status

# ctrl+left/right cycles through windows
bind-key -n C-left prev
bind-key -n C-right next

# scrollback buffer n lines
set -g history-limit 5000

# start window indexing at one instead of zero
set -g base-index 1

# statusbar
set -g status-interval 5
set -g status-justify centre
set -g status-left-length 19
set -g status-left '#[fg=green] #(tdate) #[fg=black]• #[fg=green,bright]%R#[default]'
set -g status-right '#[fg=blue,bright]#(tup) #[fg=black]•#[fg=cyan,bright]#(tavg) #[default]'

# default statusbar colors
set -g status-fg white
set -g status-bg default
set -g status-attr bright

# default window title colors
setw -g window-status-fg white
setw -g window-status-bg default
setw -g window-status-attr dim 

# active window title colors
setw -g window-status-current-fg white
setw -g window-status-current-bg default
setw -g window-status-current-attr bright

# command/message line colors
set -g message-fg white
set -g message-bg default
set -g message-attr bright

# pane colors
set -g pane-border-fg white
set -g pane-border-bg default

set -g pane-active-border-fg white
set -g pane-active-border-bg white

# misc settings
set -g default-terminal screen-256color
setw -g clock-mode-colour red

tavg:

uptime|awk '{split(substr($0, index($0, "load")), a, ":"); print a[2]}'|sed -e 's/,//g'

tdate:

date | awk '{print $1 " " $3 " " $2'}

tup:

echo -n 'Up ' && uptime | cut -f 4-5 -d " " | cut -f 1 -d ","

Last edited by sime (2010-02-27 10:49:09)

Offline

#478 2010-02-25 12:27:39

sicpsnake
Member
From: Austin, TX.
Registered: 2010-02-25
Posts: 128
Website

Re: February 2010 Screenshots

prev.jpg

big_smile

Last edited by sicpsnake (2010-02-25 12:27:52)

Offline

#479 2010-02-25 12:44:02

twin
Member
From: Greece
Registered: 2008-12-23
Posts: 47

Re: February 2010 Screenshots

@sicpsnake: cool avatar & nice screenshot!

wallpaper please.

Offline

#480 2010-02-25 13:00:26

sicpsnake
Member
From: Austin, TX.
Registered: 2010-02-25
Posts: 128
Website

Re: February 2010 Screenshots

Offline

#481 2010-02-25 13:05:24

n0dix
Member
Registered: 2009-09-22
Posts: 956

Re: February 2010 Screenshots

@aakos23 sexy wallpaper  wink

Offline

#482 2010-02-25 19:33:10

weakhead
Member
From: Poland
Registered: 2008-08-21
Posts: 341
Website

Re: February 2010 Screenshots

tM255cg

Openbox, BMPanel2, Firefox, Feh, Nitrogen, Sonata
Themes: ArchSimple - Grey
Wall: check his gallery

Offline

#483 2010-02-25 22:55:12

JesusSuperstar
Member
From: /dev/heaven
Registered: 2009-10-11
Posts: 77
Website

Re: February 2010 Screenshots

really nice, what's that font ?


.:[dotfiles]:.

Offline

#484 2010-02-25 23:49:00

sicpsnake
Member
From: Austin, TX.
Registered: 2010-02-25
Posts: 128
Website

Re: February 2010 Screenshots

JesusSuperstar wrote:

really nice, what's that font ?

Ah, the font for urxvt is Inconsolata.

Last edited by sicpsnake (2010-02-25 23:49:18)

Offline

#485 2010-02-26 00:08:07

Chance
Member
Registered: 2008-12-05
Posts: 99

Re: February 2010 Screenshots

Can you tell me what panel you're using? That looks almost identical to Awesome's default panel which is what I've been trying to emulate in openbox for the longest time. At first i thought i could do it with dzen, but i have no clue how to configure it in openbox.

I'm guessing you're probably using bmpanel...

Offline

#486 2010-02-26 00:08:42

sicpsnake
Member
From: Austin, TX.
Registered: 2010-02-25
Posts: 128
Website

Re: February 2010 Screenshots

Chance wrote:

Can you tell me what panel you're using? That looks almost identical to Awesome's default panel which is what I've been trying to emulate in openbox for the longest time. At first i thought i could do it with dzen, but i have no clue how to configure it in openbox.

I'm guessing you're probably using bmpanel...

The best WM ever: DWM.

Offline

#487 2010-02-26 00:12:33

Chance
Member
Registered: 2008-12-05
Posts: 99

Re: February 2010 Screenshots

I can't say I'm lying if i tell everyone this is how my desktop looks, cuz it literally is.

misacampo.th.jpg

I'm just trying to figure how to get a panel like Awesome's and then i'll be done. Any help would be appreciated.

Offline

#488 2010-02-26 00:14:43

Chance
Member
Registered: 2008-12-05
Posts: 99

Re: February 2010 Screenshots

sicpsnake wrote:
Chance wrote:

Can you tell me what panel you're using? That looks almost identical to Awesome's default panel which is what I've been trying to emulate in openbox for the longest time. At first i thought i could do it with dzen, but i have no clue how to configure it in openbox.

I'm guessing you're probably using bmpanel...

The best WM ever: DWM.

Darn it, do you happen to know how to get the panel you have in openbox?

Offline

#489 2010-02-26 00:18:02

sicpsnake
Member
From: Austin, TX.
Registered: 2010-02-25
Posts: 128
Website

Re: February 2010 Screenshots

Chance wrote:
sicpsnake wrote:
Chance wrote:

Can you tell me what panel you're using? That looks almost identical to Awesome's default panel which is what I've been trying to emulate in openbox for the longest time. At first i thought i could do it with dzen, but i have no clue how to configure it in openbox.

I'm guessing you're probably using bmpanel...

The best WM ever: DWM.

Darn it, do you happen to know how to get the panel you have in openbox?

Nah, man. I have never used openbox, so I can't really tell you how.

Offline

#490 2010-02-26 00:28:13

JesusSuperstar
Member
From: /dev/heaven
Registered: 2009-10-11
Posts: 77
Website

Re: February 2010 Screenshots

@sicpsnake
ahh, inconsolata, I love it but it doesn't support greek hmm
far from that it looks great, thanks.


.:[dotfiles]:.

Offline

#491 2010-02-26 01:46:35

upsidaisium
Member
From: Vietnam
Registered: 2006-09-16
Posts: 263
Website

Re: February 2010 Screenshots

Chance wrote:

Can you tell me what panel you're using? That looks almost identical to Awesome's default panel which is what I've been trying to emulate in openbox for the longest time. At first i thought i could do it with dzen, but i have no clue how to configure it in openbox.

I'm guessing you're probably using bmpanel...

you could achieve a similar look using dzen2. you might need a separate tool to get a list of windows (hint: lsw), but for everything else it's just making use of commands you have on your system (date, uptime, free, acpi, etc, etc) and formatting it nicely from a shell script.


I've seen young people waste their time reading books about sensitive vampires. It's kinda sad. But you say it's not the end of the world... Well, maybe it is!

Offline

#492 2010-02-26 03:26:18

dswann
Member
Registered: 2009-03-13
Posts: 29

Re: February 2010 Screenshots

A pretty new install of Arch on my Acer Aspire 1410 Netbook big_smile

Openbox (crunchbang theme) + tint2 + conky

Clean:
tM28zMQ

Dirty:
tM28zNQ

smile

Last edited by dswann (2010-02-26 03:26:44)

Offline

#493 2010-02-26 08:14:34

samuele.mattiuzzo
Member
From: Treviso, IT
Registered: 2009-10-12
Posts: 307
Website

Re: February 2010 Screenshots

some other tweaking... add transparency, moved from thunderbird and pidgin to mutt and finch (so everything now is command-line)

clean shot:

frifeb260904572010i.th.png

dirty shot:

frifeb260904222010.th.png

Offline

#494 2010-02-26 08:27:08

Gigamo
Member
Registered: 2008-01-19
Posts: 394

Re: February 2010 Screenshots

Chance wrote:

Can you tell me what panel you're using? That looks almost identical to Awesome's default panel which is what I've been trying to emulate in openbox for the longest time. At first i thought i could do it with dzen, but i have no clue how to configure it in openbox.

I'm guessing you're probably using bmpanel...

So why not just use awesome? It's perfectly usable as a floating WM.

Offline

#495 2010-02-26 13:24:19

na12
Member
From: /home/serbia
Registered: 2008-12-23
Posts: 752

Re: February 2010 Screenshots

2010-02-26-141946_1280x800_scrot.jpg

2010-02-26-141815_1280x800_scrot.jpg

Openbox

Last edited by na12 (2010-02-26 13:25:15)

Offline

#496 2010-02-26 13:40:55

AddiKT1ve
Member
From: France
Registered: 2008-08-22
Posts: 47
Website

Re: February 2010 Screenshots

awesome, custom .Xdefaults :

ac5c951781e5006ac3d029eb83fd8t.jpg

! xterm
XTerm*background:    #3b3b3b
XTerm*foreground:    #ffffff
! xcursor
Xcursor.theme:    Obsidian
Xcursor.size:    16
! urxvt
urxvt*matcher.button:    2
urxvt*transparent:    true
urxvt*shading: 25
urxvt.perl-ext-common:    default,matcher,tabbed
urxvt.urlLauncher: chromium
urxvt.urgentOnBell:    True
urxvt*font:    xft:Monospace-7
urxvt*saveLines:    8192
urxvt*termName:    xterm
urxvt*cursorColor:    #d8d8d8
urxvt*scrollBar:    false
! colors
! defaults
*background:    #292929
*foreground:    #ababab
! 0: black
*color0:    #1b1b1b
*color8:    #555753
! 1: red
*color1:    #ff6b6b
*color9:    #ff8d8d
! 2: green
*color2:    #a3d46e
*color10:    #c8e7a8
! 3: magenta
*color3:    #eaca75
*color11:    #ffd155
! 4: blue
*color4:    #435e87
*color12:    #587aa4
! 5: yellow
*color5:    #cf8243
*color13:    #f6a24f
! 6: cyan
*color6:    #789ec6
*color14:    #46a4ff
! 7: white
*color7:    #ababab
*color15:    #ababab

##hippie irc.freenode.net

Offline

#497 2010-02-26 14:00:13

robrene
Member
Registered: 2009-04-16
Posts: 168

Re: February 2010 Screenshots


smile neutral sad big_smile yikes wink hmm tongue lol mad roll cool

Offline

#498 2010-02-26 14:36:37

Chance
Member
Registered: 2008-12-05
Posts: 99

Re: February 2010 Screenshots

Gigamo wrote:
Chance wrote:

Can you tell me what panel you're using? That looks almost identical to Awesome's default panel which is what I've been trying to emulate in openbox for the longest time. At first i thought i could do it with dzen, but i have no clue how to configure it in openbox.

I'm guessing you're probably using bmpanel...

So why not just use awesome? It's perfectly usable as a floating WM.

I couldn't understand awesome =P.

Offline

#499 2010-02-26 14:43:18

na12
Member
From: /home/serbia
Registered: 2008-12-23
Posts: 752

Offline

#500 2010-02-26 15:04:13

bavyerali
Member
Registered: 2009-09-07
Posts: 2

Re: February 2010 Screenshots

Offline

Board footer

Powered by FluxBB