You are not logged in.
Openbox
Last edited by onnadisto (2012-08-16 10:22:46)
Offline
Awesome WM and Conky:
Very Nice, I really like it!
Offline
Openbox [gsimplecal,tint2]
Could you share tin2rc and gtk theme?
Offline
abiotic wrote:Awesome WM and Conky:
Very Nice, I really like it!
Thanks xD
Offline
onnadisto wrote:Openbox [gsimplecal,tint2]
Could you share tin2rc and gtk theme?
Crunchbang
Last edited by onnadisto (2012-08-16 10:23:07)
Offline
Offline
@Simon
Awesome!!
Can share the statusbar script and .Xdefaults?
thanks ! yes here you go,
http://paste.xinu.at/NcT/
http://paste.xinu.at/R6I/
http://paste.xinu.at/zEJ/
http://paste.xinu.at/nOf/
thats everything you need
Offline
http://ompldr.org/tZjB2Yw
A little different setup for snapwm. Simple status script and window titles enabled.
@nice simon
yes thanks for the icons!
Offline
Hi folks,
Here is my new xmonad setup. I have stolen the idea from And1's screenshot on xmonad config archive site so credits goes to him. I don't know what packages he uses however I was able to do it only with dzen bash scripts and some haskell code in xmonad config file. If anyone is interested, I will post all configs on my signature when they are done (tonight I think).
Offline
Offline
@ nnoell, what is the calendar? And does it drop down from a tray?
Offline
Awesome WM and Conky:
Can you post your configs? both
Offline
@ nnoell, what is the calendar? And does it drop down from a tray?
It is a dzen bash script. It doesn't drop from a tray, it is launched when you click on the date area in the top-panel via ^ca(). Right click closes it.
Here is the script:
#!/bin/bash
FONT="-*-montecarlo-medium-r-normal-*-11-*-*-*-*-*-*-*"
CRIT="#99cc66"
TODAY=$(expr `date +'%d'` + 0)
MONTH=$(date +'%m')
YEAR=$(date +'%Y')
(
echo '^bg(#020202)^fg(#111111)'
echo ' ^fg(#444444)CALENDAR'
# current month, highlight header and today
cal -m | sed -r -e "1,2 s/.*/^fg(#3955c4)&^fg()/" -e "s/(^| )($TODAY)($| )/\1^bg()^fg($CRIT)\2^fg()^bg()\3/" -e "s/^/ /"
# next month, hilight header
[ $MONTH -eq 12 ] && YEAR=`expr $YEAR + 1`
cal -m `expr \( $MONTH + 1 \) % 12` $YEAR | sed -e "1,2 s/.*/^fg(#3955c4)&^fg()/" -e "s/^/ /"
) \
| dzen2 -p 60 -fn $FONT -x 1195 -y 17 -w 170 -l 18 -sa l -e 'onstart=uncollapse;button3=exit'
Enjoy!
Edit: Typo.
Last edited by nnoell (2012-08-08 15:30:54)
Offline
@nnoell: This is really slick. I like your setup.
Could you tell me how you get tags and all options in sort of tabs?
Thank you. As said above, I'm in the lab now, I'll will update all the configs when I get home tonight. Sorry for the delay.
Offline
abiotic wrote:Awesome WM and Conky:
Can you post your configs? both
Let me know if you require any other configs.
Offline
still simple herbstluftwm;
http://s17.postimage.org/48cdtjxwb/2012_08_08_000625_1920x1080_scrot.jpg
nice wallpap, share link ?
Last edited by lelas (2012-08-08 18:54:18)
Offline
@Ypnose: configs uploaded! There is also my old xmonad config, see my signature
Offline
I found your panel font to be quite suitable for it, which one is that?
Offline
Ledti wrote:I found your panel font to be quite suitable for it, which one is that?
That's:
font xft: Crushed Bold 11
Which you can find in the ttf-google-webfonts package.
Offline