You are not logged in.
*snip
Use another image host mate. Omploader, postimage, zimagez etc., are better hosts. Imagebam links adult ads randomly.
Last edited by Daisuke_Aramaki (2012-02-27 17:01:49)
"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
I was used to ompldr.org, didn't now they "moved" to their old domain - thanks for the hint.
Offline
dot|not wrote:*snip
Use another image host mate. Omploader, postimage, zimagez etc., are better hosts. Imagebam links adult ads randomly.
Don't they just feature adult ad's, when there are porn domains in your browser history? :-p
Offline
If the only tool you have is a hammer, you tend to see every problem as a nail
Offline
xmonad + xmobar
clean:
http://img7.imagebanana.com/img/r02gswvr/thumb/screenFetch20120227_213127.pngdirty:
http://img7.imagebanana.com/img/70tq6yfv/thumb/screenFetch20120227_213111.pngThe wallpaper is presented by wallpaper.fm
I'm more interested in your conkyrc please (especially your battery(?) script)
Offline
The battery "widget" is a little script run by xmobar, no conky involved:
xmobarrc
Config { font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*"
, bgColor = "black"
, fgColor = "white"
, position = Top
, lowerOnStart = True
, commands = [ Run Date "%a %b %_d, %H:%M" "date" 10
, Run Com "sh" ["/home/michi/bin/battery.sh"] "battery" 50
, Run Com "sh" ["/home/michi/bin/wireless.sh"] "wifi" 50
, Run Com "sh" ["/home/michi/bin/mpd.sh"] "mpd" 20
, Run StdinReader
]
, sepChar = "%"
, alignSep = "}{"
, template = "%StdinReader% }{ <fc=#FFD308>::</fc> %mpd% <fc=#FFD308>::</fc> %wifi% <fc=#FFD308>::</fc> %battery% <fc=#FFD308>::</fc> %date%"
}
battery.sh
#!/bin/bash
remain=`acpi | awk -F ' ' '{print $5}' | cut -d ':' -f 1-2`
perc=`acpi | awk -F ' ' '{print $4}' | cut -d '%' -f 1`
acpi | grep -q Discharging, && sign='<fc=#ff0000>-</fc>'
acpi | grep -q Charging, && sign='<fc=#00ff00>+</fc>'
bars=`expr $perc / 20`
case $bars in
0) bar='<fc=#ff0000>['$sign$sign$sign$sign$sign']</fc>' ;;
1) bar='<fc=#ff0000>[/'$sign$sign$sign$sign']</fc>' ;;
2) bar='<fc=#ff8000>[//'$sign$sign$sign']</fc>' ;;
3) bar='<fc=#ff8000>[///'$sign$sign']</fc>' ;;
4) bar='<fc=#00ff00>[////'$sign']</fc>' ;;
5) bar='<fc=#00ff00>[/////]</fc>' ;;
*) bar='<fc=#888888>N/A</fc>' ;;
esac
echo $remain $bar
wireless.sh
#!/bin/sh
ifconfig eth0 2>&1 | grep -q RUNNING && {
echo '<fc=#00ff00>wired</fc>'
exit 0
}
essid=`iwconfig wlan0 | awk -F '"' '/ESSID/ {print $2}'`
stngth=`iwconfig wlan0 | awk -F '=' '/Quality/ {print $2}' | cut -d '/' -f 1`
bars=`expr $stngth / 10`
case $bars in
0) bar='<fc=#ff8000>[----------]</fc>' ;;
1) bar='<fc=#ff8000>[/---------]</fc>' ;;
2) bar='<fc=#ff8000>[//--------]</fc>' ;;
3) bar='<fc=#ff8000>[///-------]</fc>' ;;
4) bar='<fc=#ff8000>[////------]</fc>' ;;
5) bar='<fc=#ff8000>[/////-----]</fc>' ;;
6) bar='<fc=#00ff00>[//////----]</fc>' ;;
7) bar='<fc=#00ff00>[///////---]</fc>' ;;
8) bar='<fc=#00ff00>[////////--]</fc>' ;;
9) bar='<fc=#00ff00>[/////////-]</fc>' ;;
10) bar='<fc=#00ff00>[//////////]</fc>' ;;
*) bar='<fc=#ff0000>[----!!----]</fc>' ;;
esac
echo $essid $bar
exit 0
there you go
Last edited by Deckard (2012-02-27 21:26:41)
If the only tool you have is a hammer, you tend to see every problem as a nail
Offline
Don't they just feature adult ad's, when there are porn domains in your browser history? :-p
No. There are no porn domains in my browser history. If I had, I wouldn't have said that earlier.
"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
cirnOS wrote:Would you be willing to share your config.h, .conkyrc, and whatever config you use for dzen2?
Sure!
If you want the icons, tell me and I'll package them for upload
Thank you. I have the icons so I'm good.
Last edited by cirnOS (2012-02-28 00:18:58)
Offline
Only thing new is the machine it is running on...
http://farm8.staticflickr.com/7070/6883381639_4d18a2ba30_t.jpg http://farm8.staticflickr.com/7040/6883381905_78e9b413b1_t.jpg
I'm sorry I have to quote this old post... what irssi theme are you using?
Offline
jasonwryan wrote:Only thing new is the machine it is running on...
http://farm8.staticflickr.com/7070/6883381639_4d18a2ba30_t.jpg http://farm8.staticflickr.com/7040/6883381905_78e9b413b1_t.jpg
I'm sorry I have to quote this old post... what irssi theme are you using?
miromiro: http://beta.intuxication.org/jasonwryan … miro.theme
Offline
Offline
Offline
Thumbs?
Please read the guidleines at the start of this thread, stickied in this forum and helpfully included in the Forum Etiquette...
Offline
finwin wrote:jasonwryan wrote:Only thing new is the machine it is running on...
http://farm8.staticflickr.com/7070/6883381639_4d18a2ba30_t.jpg http://farm8.staticflickr.com/7040/6883381905_78e9b413b1_t.jpg
I'm sorry I have to quote this old post... what irssi theme are you using?
miromiro: http://beta.intuxication.org/jasonwryan … miro.theme
Segmentation Fault in miromiro.theme?
||github||
Offline
jasonwryan wrote:finwin wrote:I'm sorry I have to quote this old post... what irssi theme are you using?
miromiro: http://beta.intuxication.org/jasonwryan … miro.theme
Segmentation Fault in miromiro.theme?
Works fine here
Offline
DWM with uselessgaps, bstack, and pango patches.
http://ompldr.org/tY2t0ZQNotify-OSD works awesomely with DWM.
http://ompldr.org/tY2t0agmoetunes wrote:Something different for the start of this month
That's cool. What patches do you have there? Specifically, how did you get the greyed out windows?
Is that your own hack? Wait, Is that even DWM?
I dont know if this is how it is done in his sshot, but urxvt has some fading options;
*fading:
*fadeColor:
Offline