You are not logged in.

#176 2012-07-15 18:11:34

sboysel
Member
Registered: 2011-12-30
Posts: 63

Re: July 2012 Screenshots

tZXI0Zg

Offline

#177 2012-07-15 18:44:01

dab1414
Member
From: Oklahoma
Registered: 2012-07-14
Posts: 5

Re: July 2012 Screenshots

Here is my setup, 4 days since I started using arch so definetly more changes to come.

screenshot-07152012-011407pm.php

screenshot-07152012-013850pm.php


You can easily judge the character of a man by how he treats those who can do nothing for him.
-Unknown

Offline

#178 2012-07-15 19:43:28

CEPfister
Member
Registered: 2011-08-10
Posts: 68

Re: July 2012 Screenshots


Is this spectrwm? Could you share your status bar?

Offline

#179 2012-07-15 20:03:51

gnomeye
Member
From: Switzerland
Registered: 2010-08-04
Posts: 178

Re: July 2012 Screenshots

x_fausto wrote:

http://i.imgur.com/ju66Bs.jpg Clean

http://i.imgur.com/ltopTs.jpg Busy [Watching a movie]

http://i.imgur.com/LtDsVs.png Busy [Kind of working]

Minor tweaks, new font, colors and now using systemd and no login manager, feels good man.

Watching some Iron Sky?

Offline

#180 2012-07-15 21:27:46

sboysel
Member
Registered: 2011-12-30
Posts: 63

Re: July 2012 Screenshots

CEPfister wrote:

Is this spectrwm? Could you share your status bar?

spectrwm indeed.  basically, baraction.sh is the script used to call conky (which uses dzen2 to pipe output into the spectrwm status bar)

packages required:
conky
dzen2
stlarch_icons (aur)
termsyn (aur)

spectrwmconf

color_focus			= rgb:65/7b/83
color_unfocus			= rgb:00/2b/36

# bar settings
bar_enabled			= 1
bar_border_width		= 1
bar_border[1]			= rgb:12/12/12
bar_color[1]			= rgb:12/12/12
bar_font_color[1]		= rgb:ff/ff/ff
bar_font			= -*-termsyn.icons-medium-r-normal-*-12-*-*-*-*-*-*-*
bar_at_bottom			= 0
#bar_action			= conky
#bar_justify			= right
bar_action			= /home/sam/bin/baraction.sh
bar_delay			= 2
stack_enabled			= 1
clock_enabled			= 0
title_name_enabled		= 0
title_class_enabled		= 0
window_name_enabled		= 1
focus_mode			= default
disable_border			= 1
border_width			= 1

# spawn app
program[term]			= urxvtcd
program[screenshot_all]		= screenshot.sh full
program[screenshot_wind]	= screenshot.sh window
program[lock]			= xlock
program[initscr]		= initscreen.sh
spawn_term			= urxvtcd
program[menu]			= dmenu_run -fn $bar_font -nb $bar_color -nf $bar_font_color -sb $bar_border -sf $bar_color

# dialog box size ratio .3 >= r < 1
# dialog_ratio		= 0.6

# Launch applications in a workspace of choice
autorun		= ws[2]:urxvtcd -e ncmpcpp
autorun		= ws[2]:urxvtcd -e wicd-curses
#autorun		= ws[1]:urxvtcd -e nitrogen --restore
#autorun		= ws[2]:transmission-gtk
autorun		= ws[1]:firefox

# workspace layout
layout		= ws[1]:0:0:0:0:horizontal
layout		= ws[2]:0:0:0:0:horizontal
layout		= ws[3]:0:0:0:0:fullscreen

# mod key, (windows key is Mod4) (apple key on OSX is Mod2)
modkey = Mod4

# Clear key bindings and load new key bindings from the specified file.
# This allows you to load pre-defined key bindings for your keyboard layout.
# keyboard_mapping = ~/.spectrwm_us.conf

# quirks
# remove with: quirk[class:name] = NONE
quirk[MPlayer:xv]			= FLOAT + FOCUSPREV
quirk[OpenOffice.org 2.4:VCLSalFrame]	= FLOAT
quirk[OpenOffice.org 3.0:VCLSalFrame]	= FLOAT
quirk[OpenOffice.org 3.1:VCLSalFrame]	= FLOAT
quirk[Chromium:chromium]		= FULLSCREEN
quirk[Gimp:gimp]			= FLOAT + ANYWHERE
quirk[Gmrun:gmrun]			= FLOAT + ANYWHERE
quirk[Xfce4-notifyd:xfce4-notifyd]	= FLOAT + ANYWHERE
quirk[Firefox:Download]			= FLOAT
quirk[Transmission-gtk:transmission-gtk]	= FLOAT
quirk[wicd-client.py:Wicd-client.py]	= FLOAT + ANYWHERE
quirk[Leafpad:leafpad]			= FLOAT
quirk[Nitrogen:nitrogen]		= FLOAT
quirk[Deadbeef:deadbeef]		= FLOAT
quirk[Ebook-viewer:ebook-viewer]	= FLOAT
quirk[Unetbootin.elf:unetbootin.elf]	= FLOAT

# EXAMPLE: define firefox program and bind to key
# program[firefox]	= firefox http://spectrwm.org/
# bind[firefox]		= MOD+Shift+b
#program[vol_up]		= amixer sset Master,0 2+
#bind[vol_up]		= MOD+Shift+Up
#program[vol_down]	= amixer sset Master,0 2-
#bind[vol_down]		= MOD+Shift+Down
#program[vol_mute]	= amixer sset Master,0 toggle
#bind[vol_mute]		= MOD+Shift+m
#program[gmrun]		= gmrun
#bind[gmrun]		= MOD+Menu
program[thunar]		= thunar
bind[thunar]		= MOD+F9
program[firefox]	= firefox
bind[firefox]		= MOD+F10
program[deadbeef]	= deadbeef
bind[deadbeef]		= MOD+F11
program[ncmpcpp]	= urxvt -e ncmpcpp
bind[ncmpcpp]		= MOD+F12
program[pygtk-shutdown]	= pygtk-shutdown
bind[pygtk-shutdown]	= MOD+Escape

baraction.sh

#!/bin/sh

conky | dzen2 -fg "#ffffff" -bg "#121212" -ta right -w 700 -h 14 -x 600 -y 0 -fn -*-termsyn.icons-medium-r-normal-*-12-*-*-*-*-*-*-* &
exit 0

conkyrc

out_to_x no
out_to_console yes
update_interval 1.0
total_run_times 0
use_spacer none
TEXT
${if_mpd_playing}^i(/usr/share/icons/stlarch_icons/note3.xbm) ${mpd_title}${endif} ^i(/usr/share/icons/stlarch_icons/arch1.xbm) ${uptime_short} ^i(/usr/share/icons/stlarch_icons/mem1.xbm) $mem ^i(/usr/share/icons/stlarch_icons/cpu1.xbm) ${cpu}% ^i(/usr/share/icons/stlarch_icons/clock2.xbm) ${time %l:%M%P - %m/%d/%y} ^i(/usr/share/icons/stlarch_icons/batt1full.xbm) ${battery_short}

Offline

#181 2012-07-16 08:23:59

CEPfister
Member
Registered: 2011-08-10
Posts: 68

Re: July 2012 Screenshots

Great job !

Just one thing, why do you put this ?

 bar_action			= /home/sam/bin/baraction.sh 

From what I understand this is not needed at all since dzen2 does not pipe any text in the bar action. It can be called externally.

Last edited by CEPfister (2012-07-16 09:03:23)

Offline

#182 2012-07-16 08:33:12

Šaran
Member
From: Bosnia
Registered: 2011-09-03
Posts: 407

Re: July 2012 Screenshots

I guess bar_action runs dzen script.

Offline

#183 2012-07-16 16:11:02

andmars
Member
Registered: 2012-03-13
Posts: 362

Re: July 2012 Screenshots

herbstluftwm now with some info in the taskbar (dzen2) and who needs a wallpaper anyways when he can have a bautiful green frame? ;-)

2012_07_16_180709_1920x1080_scrot.jpg

Offline

#184 2012-07-16 16:16:47

Daisuke_Aramaki
Member
From: ++49/711
Registered: 2008-10-06
Posts: 651
Website

Re: July 2012 Screenshots

andmars wrote:

herbstluftwm now with some info in the taskbar (dzen2) and who needs a wallpaper anyways when he can have a bautiful green frame? ;-)

Nice color.


"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

#185 2012-07-16 16:31:28

Cloudef
Member
Registered: 2010-10-12
Posts: 636

Re: July 2012 Screenshots

New setup coming along..
qZGNEs.png
Also what happened to ompldr?

Last edited by Cloudef (2012-07-16 16:31:45)

Offline

#186 2012-07-16 17:28:55

F34R
Member
From: /dev/loliland
Registered: 2012-02-05
Posts: 245

Re: July 2012 Screenshots

Cloudef wrote:

New setup coming along..
http://i.imgur.com/qZGNEs.png
Also what happened to ompldr?

ompldr work for me , btw little bit a slow the server and some month ago uploaded picture deleted..
imgur also good image site wink

Offline

#187 2012-07-16 17:52:08

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: July 2012 Screenshots

andmars wrote:

herbstluftwm now with some info in the taskbar (dzen2) and who needs a wallpaper anyways when he can have a bautiful green frame? ;-)

http://s10.postimage.org/z3xdoqrhx/2012_07_16_180709_1920x1080_scrot.jpg

Looks like the background to good old solitaire.

Offline

#188 2012-07-16 17:58:27

forbidden404
Member
From: Brazil
Registered: 2012-06-23
Posts: 4

Re: July 2012 Screenshots

thumbnail.png
DE: XFCE 4.10
WM: Xfwm4
WM theme: Elementary
GTK 2 theme: Zukitwo
Icon theme: Faience-Azur
Font: Ubuntu 9
Conky: Gotham link
Covergloobus: Click 2 link

Last edited by forbidden404 (2012-07-16 18:05:36)

Offline

#189 2012-07-16 19:50:27

cwaydt
Member
From: San Francisco
Registered: 2012-01-17
Posts: 5

Re: July 2012 Screenshots

First post ever in an Arch screenshots thread.
Just weechat, dwb, and pianobar open with Archey in there for good measure.  And the wallpaper with some other resolutions can be found here

Clean:
tZXJqbg
Dirty:
tZXJqcA

Offline

#190 2012-07-16 20:18:30

SahibBommelig
Member
From: Germany
Registered: 2010-05-28
Posts: 80

Re: July 2012 Screenshots

tZXJqeg
tZXJrNw
(wp)

Offline

#191 2012-07-16 22:13:55

micoka7
Member
Registered: 2012-02-09
Posts: 28

Re: July 2012 Screenshots

loving the wallpaper!! where can I get this?
Ah nevermind, you had the link, but I didn't see it hmm big_smile

Last edited by micoka7 (2012-07-16 22:14:31)

Offline

#192 2012-07-16 22:52:12

ibrunton
Member
From: Canada
Registered: 2011-05-05
Posts: 270

Re: July 2012 Screenshots

201207161935-thumb.png

DWM 6.0 on my laptop.
Patches: pertag2, push, clicktofocus, centred-floating, statuscolors, attachaside, gaps.  Full config is in my github

Terminal font is Tamsyn, status bar font is Ohsnap.

Last edited by ibrunton (2012-07-16 22:52:29)

Offline

#193 2012-07-17 03:23:16

dab1414
Member
From: Oklahoma
Registered: 2012-07-14
Posts: 5

Re: July 2012 Screenshots

So my change to fluxbox from xfce4, little more simple still not happy with the theming yet. 
clean
2012-07-16-2159141280x800scrot.png
dirty
2012-07-16-2217301280x800scrot.png


You can easily judge the character of a man by how he treats those who can do nothing for him.
-Unknown

Offline

#194 2012-07-17 05:30:41

sboysel
Member
Registered: 2011-12-30
Posts: 63

Re: July 2012 Screenshots

CEPfister wrote:

Great job !

Just one thing, why do you put this ?

 bar_action			= /home/sam/bin/baraction.sh 

From what I understand this is not needed at all since dzen2 does not pipe any text in the bar action. It can be called externally.

Conky is being piped into dzen2 in that script, which formats the output and allows me to align it.  That line runs my script so the output is displayed in the bar.  Maybe I'm misunderstanding your point or perhaps theres another way to do this, but it works for me.

Offline

#195 2012-07-17 06:02:49

Barthalion
Forum Fellow
From: Poland
Registered: 2010-02-26
Posts: 111

Re: July 2012 Screenshots

What's your music player?

Offline

#196 2012-07-17 06:52:44

pan
Member
From: Slovenia
Registered: 2012-05-31
Posts: 47

Re: July 2012 Screenshots

Nothing new really, except the wallpaper :-)

Arch Linux with Linux Kernel 3.4.4-3-ARCH and xfce 4.10
screenshot-07142012-0130.jpg

Offline

#197 2012-07-17 08:35:07

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: July 2012 Screenshots

Barthalion wrote:

What's your music player?

I believe it is deadbeef.

Offline

#198 2012-07-17 09:49:47

gnomeye
Member
From: Switzerland
Registered: 2010-08-04
Posts: 178

Offline

#199 2012-07-17 13:32:21

slavik262
Member
From: WA, USA
Registered: 2012-07-12
Posts: 46
Website

Re: July 2012 Screenshots

mNrpM.png

DE: XFCE
Theme: Albatross
Icon theme: Faenza
Font: Droid Sans
Conky: link
Wallpaper: The Arch Side of the Moon (link)

Last edited by slavik262 (2012-07-17 13:34:13)

Offline

#200 2012-07-17 13:36:15

SahibBommelig
Member
From: Germany
Registered: 2010-05-28
Posts: 80

Re: July 2012 Screenshots

x33a wrote:
Barthalion wrote:

What's your music player?

I believe it is deadbeef.

No, it's Freya. Some MPD Client I put together in C++ with some friends some months ago.
The title bar is heavily inspired by deadbeef, though. smile

Here's the link on github:

https://github.com/studentkittens/Freya

Note: It's discontinued.

Offline

Board footer

Powered by FluxBB