You are not logged in.
I spy a Fate Zero soundtrack. Yes. Also, I love your conky. I am pretty good with conky, but I cannot do anything with lua. I have been wanting to learn, but I cannot find the time.
Offline
Yes. Also, I love your conky. I am pretty good with conky, but I cannot do anything with lua. I have been wanting to learn, but I cannot find the time.
I'm pretty terrible with conky myself. I found these conky+lua config online, just changed some colors and added little things
+ Fate Zero rocks
Last edited by hibajugala (2013-11-28 23:31:52)
Offline
agahnim wrote:snip.
I'm pretty terrible with conky myself. I found these conky+lua config online, just changed some colors and added little things
+ Fate Zero rocks
Indeed
Offline
Quick question for those using dzen2 for the panel: how do you guys deal with the systray? I'm using stalonetray with a slight workaround so it *looks like* it's part of the panel.
Offline
Offline
^ Terminus + jwr colorcheme? Nice.
Offline
http://t.imgbox.com/abyI1R2H.jpg
Here we go. The only thing left to configure are mutt, ranger and vim. Besides that, I'm done.
Could you please share your configs?
i'm trying to migrate from awesome to bspwm for some time, never have enough time
How hard is it to setup things on dual monitors?
Offline
mf wrote:http://t.imgbox.com/abyI1R2H.jpg
Here we go. The only thing left to configure are mutt, ranger and vim. Besides that, I'm done.
Could you please share your configs?
i'm trying to migrate from awesome to bspwm for some time, never have enough time
How hard is it to setup things on dual monitors?
Very simple. This is a hacky example. It could be made easier with numeric names, and the desktops could be renamed by the panel
i=1
for monitor in $(bspc query -M); do
bspc monitor $monitor \
-n "$i" \
-d $i/{i,ii,iii,iv,v,vi,vii,viii,ix,x}
let i++
done
NMON=$i
unset i
There is also a way to implement XMonad-like window swapping where each monitor shares from the same pool of desktops.
Last edited by earsplit (2014-01-24 06:08:30)
Offline
mf wrote:http://t.imgbox.com/abyI1R2H.jpg
Here we go. The only thing left to configure are mutt, ranger and vim. Besides that, I'm done.
Could you please share your configs?
i'm trying to migrate from awesome to bspwm for some time, never have enough time
How hard is it to setup things on dual monitors?
Ofc, I updated my signature with the link
Offline
http://t.imgbox.com/abb2IMcP.jpg
bspwm + bar + trayer
Wow, like your config!
Mind sharing the files ?
Offline
Stebalien wrote:http://t.imgbox.com/abb2IMcP.jpg
bspwm + bar + trayerCan you please share your bar config?
Thanks.
Sorry for taking so long (final projects week). My status bar config is a little overkill... https://stebalien.com/posts/2013/11/overkill/
Offline
Pretty basic desktop from a linux newbie.
From all the WMs I tested, BSPWM is my favourite. Love the manual mode for spliting windows (Ctrl + Modkey + h,j,k,l in my default config)
My next struggle will be to install a status bar. First I will need to lear how it works, what is dzen2, how to use conky etc etc
Offline
My next struggle will be to install a status bar. First I will need to lear how it works, what is dzen2, how to use conky etc etc
Looks great alexx.
Regarding the bar, if you haven't already seen it, check out the bspwm for dummies section on panels by windelicato. Note that dzen2 is only one option, I'd suggest starting with a basic panel, using LemonBoy's bar. I can highly recommend it.
Offline
Thanks you robstwd,
I finally have the bar working here.
Actualy, this post http://4x.reddit.com/r/linux4noobs/comm … tallation/ was very helpful also. LemonBoy's bar aparently could not find terminus font, so I had to change my fonts path in ~/.xinitrc
Next thing I'll to try to cutomize the bar thanks!,
Offline
See the screenshots thread for posting guidelines.
Looks like there's a growing number of bspwm users here. Curious to see everyones setup.
Share some info about bars/panels, terminals, color schemes and other things that you find interesting and relevant. I'm sure this will beneficial to those interested in this new window manager.
Here's mine (cross-post from this months screenshots thread) -- Just starting out and loving it so far:
could you post your Firefox theme?
Offline
could you post your Firefox theme?
Here you go. Warning, it's pretty messy userChrome.css
Offline
Thank you !
Offline
Desktop screenshots :: Origami :: github
Offline
Offline
Clean:
http://imageshack.us/a/img585/3307/pcpp.pngDirty:
http://imageshack.us/a/img9/9863/3h3q.png- compset
- urxvt
- bar-aint-recursive- color theme: Base16 Monokai
- wallpaper: Essence by ~stelsar
- font: terminus
Can someone tell me what font this is? That definitely is NOT terminus.
Last edited by tylerpnn (2014-04-17 20:24:44)
Offline
^^ Looks like Tamsyn. Probably 7x13 size
"First learn computer science and all the theory. Next develop a programming style. Then forget all that and just hack." ~ George Carrette
Offline
Finally have things set up (mostly) how I want them.
Offline