Page 2 of 3

Re: bspwm

Posted: Fri Oct 31, 2014 2:22 pm
by franksinistra
Thanks a lot gekko, and yes I've been learning some clojure in my spare time
Since my experience in Lisp is next to nothing

Re: bspwm

Posted: Tue Nov 11, 2014 6:17 pm
by Dr_Chroot
I have been quite enjoying bspwm recently, just trying to find out how the heck Lemonboy's bar works. Do I pipe frank's script to bar in my .xinitrc? Anywho, I present to you my currently very un-riced desktop; look and be dismayed.

Edit: Nevar forget to change the brightness on hsetroot before you scrot, not after. Like I did. It should be -0.15, so it is a bit lighter than it should be.

Re: bspwm

Posted: Tue Nov 11, 2014 6:20 pm
by simgin
Murdergroupon.png nice one, in many ways :)
Cheers
simon

Re: bspwm

Posted: Tue Nov 11, 2014 10:19 pm
by franksinistra
Dr_Chroot wrote:I have been quite enjoying bspwm recently, just trying to find out how the heck Lemonboy's bar works. Do I pipe frank's script to bar in my .xinitrc? Anywho, I present to you my currently very un-riced desktop; look and be dismayed.

Edit: Nevar forget to change the brightness on hsetroot before you scrot, not after. Like I did. It should be -0.15, so it is a bit lighter than it should be.
well basically i got two bars there in my last scrot, one is the bspwm panel, the other is the standard statusbar
bspwm panel startup script:

Code: Select all

#! /bin/sh

if [ $(pgrep -cx panel) -gt 1 ] ; then
  printf "%s\n" "The panel is already running." >&2
  exit 1
fi

trap 'trap - TERM; kill 0' INT TERM QUIT EXIT

[ -e "$PANEL_FIFO" ] && rm "$PANEL_FIFO"
mkfifo "$PANEL_FIFO"

bspc config top_padding $PANEL_HEIGHT
bspc control --subscribe > "$PANEL_FIFO" &
xtitle -sf 'T%s' > "$PANEL_FIFO" &
#clock -sf 'S%a %H:%M' > "$PANEL_FIFO" &

. panel_colors
PANEL_FONT_FAMILY="-*-uushi-medium-r-normal-*-11-*-*-*-*-*-*-*"

cat "$PANEL_FIFO" | panel_bar | bar -g 460x$PANEL_HEIGHT -f "$PANEL_FONT_FAMILY" -F "$COLOR_FOREGROUND" -B "$COLOR_BACKGROUND" &

wait
statusbar startup script:

add your own statusbar script
put something like this in your .xinitrc (or put it in a script)

Code: Select all

your_status_script | bar -g $STATUSBAR_GEOMETRY -f $STATUSBAR_FONT -F "$STATUSBAR_FOREGROUND" -B "$STATUSBAR_BACKGROUND" -p
anyway your scrot looks nice! i like the colors

Re: bspwm

Posted: Tue Nov 11, 2014 11:57 pm
by Dr_Chroot
Thanks, frank! :D

Re: bspwm

Posted: Wed Nov 12, 2014 9:35 am
by rhowaldt
^^^^ hey, i have that wallpaper too. good taste ;)

Re: bspwm

Posted: Wed Nov 12, 2014 10:12 am
by wuxmedia
^ you changed your wallpaper ?

Re: bspwm

Posted: Wed Nov 12, 2014 12:10 pm
by rhowaldt
^ no, it is just in my collection :D

Re: bspwm

Posted: Wed Nov 12, 2014 5:07 pm
by Dr_Chroot
rhowaldt wrote:^^^^ hey, i have that wallpaper too. good taste ;)
Thanks! :D I believe I pulled it off of 8chan.co/wg/, although I believe I have also seen it on alpha.wallhaven.cc.

Re: bspwm

Posted: Sun Mar 01, 2015 2:27 pm
by Eren

Re: bspwm

Posted: Sun Mar 01, 2015 2:36 pm
by dkeg
Ha, well, your cover is blown! Pretty nice set up.
I left you a comment on u-porn too.

Re: bspwm

Posted: Sun Mar 01, 2015 3:25 pm
by Eren
I thought it was already blown. Thanks mate.

Re: bspwm

Posted: Sun Mar 01, 2015 3:35 pm
by ivanovnegro
Welcome back Eren!

Re: bspwm

Posted: Sun Mar 01, 2015 4:10 pm
by Eren
Yo bro, I never left. :P Thanks!

Re: bspwm

Posted: Sun Mar 01, 2015 11:07 pm
by rhowaldt
looks good Eren :)

Re: bspwm

Posted: Mon Mar 02, 2015 1:42 am
by Dr_Chroot
Very nice, Eren!

Re: bspwm

Posted: Sat Mar 14, 2015 8:30 pm
by Eren
With small improvements

Image
Image

Re: bspwm

Posted: Sat Mar 14, 2015 9:00 pm
by stark
Awesome setup and that wall is just spectacular !

Re: bspwm

Posted: Sat Mar 14, 2015 9:46 pm
by ivanovnegro
Yeah, just awesome Eren.

Re: bspwm

Posted: Sat Mar 14, 2015 10:05 pm
by Eren
@Stark and @ivan

Thanks!