You are not logged in.

#276 2009-06-08 15:22:44

Mountainjew
Member
From: Ireland
Registered: 2008-08-24
Posts: 405

Re: June 2009 Screenshots

Totally revamped and loving the change.

th_snapshot30.jpg

Offline

#277 2009-06-08 16:59:01

sirmacik
Member
From: Poland/Warsaw
Registered: 2008-06-17
Posts: 65
Website

Re: June 2009 Screenshots

Finally updated awesome:
tMXN1MA

Last edited by sirmacik (2009-06-08 16:59:14)

Offline

#278 2009-06-08 17:45:03

Ghost1227
Forum Fellow
From: Omaha, NE, USA
Registered: 2008-04-21
Posts: 1,422
Website

Re: June 2009 Screenshots

Still on openbox, changed it a bit though...

Clean:
tMXN1aw

Dirty:
tMXN1bA

Very much a work in progress... i'm never satisfied.


.:[My Blog] || [My GitHub]:.

Offline

#279 2009-06-08 18:18:42

dereine
Member
Registered: 2007-12-31
Posts: 5

Re: June 2009 Screenshots

Mountainjew wrote:

Totally revamped and loving the change.

http://i118.photobucket.com/albums/o95/ … shot30.jpg

How do you do this mac-style bar on your left screen?

Offline

#280 2009-06-08 19:09:20

kYd
Member
Registered: 2009-01-20
Posts: 78

Re: June 2009 Screenshots

I love things nice and simple smile

screen.th.jpg

Offline

#281 2009-06-08 19:12:54

Mountainjew
Member
From: Ireland
Registered: 2008-08-24
Posts: 405

Re: June 2009 Screenshots

dereine wrote:
Mountainjew wrote:

Totally revamped and loving the change.

http://i118.photobucket.com/albums/o95/ … shot30.jpg

How do you do this mac-style bar on your left screen?

That's just a plain KDE panel, set to auto-hide.

Offline

#282 2009-06-08 22:23:37

distortion
Member
Registered: 2007-11-08
Posts: 45

Re: June 2009 Screenshots

dwindle wrote:

Well I got bored of my black.ice stuff (I'd had it for a while now, like 3 months), so I decided to retheme.
Here's my new Skaab stuff that I put together:
https://dl.getdropbox.com/u/470820/Skaab.png
It's essentially recolored Candido-DarkRed and arch.blue. The icons are ALLBLACK, of course.
openbox, dzen2, dmenu, stalonetray, xfce4-terminal, and thunar

Actually pretty sweet theme, mind sharing? smile

Offline

#283 2009-06-08 22:28:14

MreDD
Member
From: Orange County, USA
Registered: 2007-08-26
Posts: 175
Website

Re: June 2009 Screenshots

i made sloppy changes to his script for myself.

#gets battery's current charging status
chrgn=$(acpi | grep -E -o "Discharging|Charging|Full|Unknown")
#battery charge level in percentage
rembat=$(acpi | grep -o "[0-9]*%" | sed s/%//)
#status
status=$(acpi -a | grep -E -o "on-line")
if [ "$status" == "on-line" ]; then echo "A/C On
$chrgn:$rembat%"
elif [ "$rembat" -le "7" ];then echo "Plug Me In!
$chrgn:$rembat%"
else
expr substr "$chrgn:$rembat% " 1 200
fi

Jaejae wrote:
Alex6969 wrote:
Jaejae wrote:

It's a shell script, albeit a badly written one.

#!/bin/sh

rembat=$(acpi | grep -o "[0-9]*%" | sed 's/%//')
bars=$(expr $rembat / 10)
case $bars in
        1)
                bar='[|---------]'
                ;;
        2)
                bar='[||--------]'
                ;;
        3)
                bar='[|||-------]'
                ;;
        4)
                bar='[||||------]'
                ;;
        5)
                bar='[|||||-----]'
                ;;
        6)
                bar='[||||||----]'
                ;;
        7)
                bar='[|||||||---]'
                ;;
        8)
                bar='[||||||||--]'
                ;;
        9)
                bar='[|||||||||-]'
                ;;
        10)
                bar='[||||||||||]'
                ;;
        *)
                bar='[You got a magic battery boy?]'
esac

I have, IMO, improved your script. For some reason your sed syntax didn't work on my machine so I've edited it, as well as adding some more functionality to it. Basically (very) my script, replaces Conky's built in "battery" script.

#!/bin/sh

#battery charge level in percentage
rembat=$(acpi | grep -o "[0-9]*%" | sed s/%//)

#battery percentage divided by 10, used for bars
bars=$(expr $rembat / 10)

#gets battery's current charging status
chrg=$(acpi | grep -E -o "Discharging|Charging")

case $bars in
        1)
                bar='[/---------]~'
                ;;
        2)
                bar='[//--------]~'
                ;;
        3)
                bar='[///-------]~'
                ;;
        4)
                bar='[////------]~'
                ;;
        5)
                bar='[/////-----]~'
                ;;
        6)
                bar='[//////----]~'
                ;;
        7)
                bar='[///////---]~'
                ;;
        8)
                bar='[////////--]~'
                ;;
        9)
                bar='[/////////-]~'
                ;;
        10)
                bar='[//////////]~'
                ;;
        *)
                bar='[∞∞∞∞∞∞∞∞∞∞]~'
esac
#what gets printed in conky. You can edit this to whatever format you wish. Variables are: $chrg, $rembat, and $bar
echo $rembat% $bar

http://i229.photobucket.com/albums/ee69 … _scrot.png

If I'm reading your code right, you haven't taken the "Full" battery status into account, nor the "Unknown" status.

This is my script to set the dwm status bar, my battery meter script makes more sense when its with this neutral

#!/bin/sh
while true
do
    date=$(date +"%d %a %H:%M")
    source /home/jack/bin/bm
    bstat=$(acpi | awk '{print $3}' | sed 's/,//')
    batt="$bstat $rembat% $bar"
    stat="| $batt | $date |"
    xsetroot -name "$stat"
    sleep 1
done

...MikereDD
:Go Away & Give My Pillow Back!!:
aur pkgbuilds - mostly fortune-mod's & fonts

Offline

#284 2009-06-09 00:54:17

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

Re: June 2009 Screenshots

Lunar Linux+Fluxbox

vMXN3cQ


"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

#285 2009-06-09 03:48:10

Jaejae
Member
Registered: 2008-05-17
Posts: 80

Re: June 2009 Screenshots

na12 wrote:
rakka wrote:

very nice pekwm.  mind sharing your 'menu' and your panel info (what's the panel and what's the theme) thanks! smile

Didn't you saw,it is openbox,panel is pypanel without theme,just .pypanelrc,and pipe menus are here

http://bbs.archlinux.org/viewtopic.php? … 43#p555343


Jaejae wrote:

Profont is the best (fuck opinions) and it's in the AUR.

Yes,it is,I put it in term.

http://g.imagehost.org/t/0561/2009-06-0 … _scrot.jpg

Looks kinda funny to me, what font settings are you using in your .Xdefaults?

Here is the relevant section from mine.

Xft:Profont:            pixelsize=11
URxvt*font:            xft:profont:pixelsize=11
URxvt*boldFont:        xft:profont:pixelsize=11

Offline

#286 2009-06-09 06:17:50

kolbycrouch
Member
Registered: 2008-07-18
Posts: 218

Re: June 2009 Screenshots

@daisuke, mind sharing that bebop pic, and your xdefaults colors?

Offline

#287 2009-06-09 07:40:44

phisphere
Member
From: Tallinn, Estonia
Registered: 2007-03-05
Posts: 136
Website

Re: June 2009 Screenshots

@ work.

9ebf3792994cb2bcaa4c0be2d5d3ef85.png

Offline

#288 2009-06-09 09:14:47

na12
Member
From: /home/serbia
Registered: 2008-12-23
Posts: 752

Re: June 2009 Screenshots

Jaejae wrote:

Looks kinda funny to me, what font settings are you using in your .Xdefaults?

Here is the relevant section from mine.

Xft:Profont:            pixelsize=11
URxvt*font:            xft:profont:pixelsize=11
URxvt*boldFont:        xft:profont:pixelsize=11

Here is mine

URxvt*font:  xft:ProFont:pixelsize=14
URxvt*boldFont:  xft:ProFont:pixelsize=14
Daisuke_Aramaki wrote:

Lunar Linux+Fluxbox

http://omploader.org/vMXN3cQ

Ha ha,nice icon theme,mind sharing it.

Offline

#289 2009-06-09 10:13:10

drot
Member
Registered: 2009-05-07
Posts: 51

Re: June 2009 Screenshots

tMXN5cA

Offline

#290 2009-06-09 10:16:57

Wra!th
Member
Registered: 2009-03-31
Posts: 342

Re: June 2009 Screenshots

Daisuke_Aramaki wrote:

Lunar Linux+Fluxbox

http://omploader.org/vMXN3cQ

Oh mind sharing your color setup? As I know you, you probably used Xdefaults to set it all up, so share that (your dotfiles page seems to be down...)
Those colors would go well with my Ubuntu setup

edit: gtk theme too smile

edit2: share everything...:P

Last edited by Wra!th (2009-06-09 10:26:48)


MacGregor DESPITE THEM!
7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00

Offline

#291 2009-06-09 10:54:12

Jaejae
Member
Registered: 2008-05-17
Posts: 80

Re: June 2009 Screenshots

na12 wrote:
Jaejae wrote:

Looks kinda funny to me, what font settings are you using in your .Xdefaults?

Here is the relevant section from mine.

Xft:Profont:            pixelsize=11
URxvt*font:            xft:profont:pixelsize=11
URxvt*boldFont:        xft:profont:pixelsize=11

Here is mine

URxvt*font:  xft:ProFont:pixelsize=14
URxvt*boldFont:  xft:ProFont:pixelsize=14
Daisuke_Aramaki wrote:

Lunar Linux+Fluxbox

http://omploader.org/vMXN3cQ

Ha ha,nice icon theme,mind sharing it.

Try changing the font size to 11, then it won't look stretched and weird neutral

I downloaded that Purgatory theme some guy posted, and rethemed everything to match.

I don't usually use software themed desktop backgrounds, but I tweaked the colours a little on this one and it came out awwright.

vMXN5dQ

Offline

#292 2009-06-09 15:29:29

Paul-S
Member
From: Wales
Registered: 2008-02-04
Posts: 353

Re: June 2009 Screenshots

Really slick desktop Jaejae cool

Offline

#293 2009-06-09 19:06:03

milomouse
Member
Registered: 2009-03-24
Posts: 940
Website

Re: June 2009 Screenshots

th_ratpoison-err-i-mean----mousezen.png

good ole ratpoison. my creative side since i've been offline for so long..

Offline

#294 2009-06-09 23:19:22

Gen2ly
Member
From: Sevierville, TN
Registered: 2009-03-06
Posts: 1,529
Website

Re: June 2009 Screenshots

JaeJae thought for a second i was in a THX movie big_smile

tMXQycQ


Setting Up a Scripting Environment | Proud donor to wikipedia - link

Offline

#295 2009-06-10 01:27:24

anubis2591
Member
Registered: 2008-07-06
Posts: 52
Website

Re: June 2009 Screenshots

irS.png
foc.png

Messing around with dwm a little. Colours, wallpapers, and everything else are the same as my Openbox screenshot. I like it much better than any other tiling window manager. Still won't shake me from Openbox but I'll probably be using it pretty often.

Offline

#296 2009-06-10 10:20:42

jwcxz
Member
Registered: 2008-09-23
Posts: 239
Website

Re: June 2009 Screenshots

Wait, it's June already?

09-06-10.screen_t.png

Differences: new conky config, new wallpaper.

Last edited by jwcxz (2009-06-10 10:22:29)


-- jwc
http://jwcxz.com/ | blog
dotman - manage your dotfiles across multiple environments
icsy - an alarm for powernappers

Offline

#297 2009-06-10 10:23:43

Dfizzle
Member
From: Finland
Registered: 2008-07-29
Posts: 29

Re: June 2009 Screenshots

clean
tMXQ2aw
dirty
tMXQ2bA
basic openbox setup


Thinkpad L450 | Thinkpad L440 | mITX for life

Offline

#298 2009-06-10 13:15:22

na12
Member
From: /home/serbia
Registered: 2008-12-23
Posts: 752

Re: June 2009 Screenshots

2009-06-10-150855_1280x800_scrot.jpg

little changed

Offline

#299 2009-06-10 16:30:22

joqueza
Member
Registered: 2008-08-16
Posts: 58

Re: June 2009 Screenshots

anubis2591 wrote:

http://wimg.co.uk/irS.png
http://wimg.co.uk/foc.png

Messing around with dwm a little. Colours, wallpapers, and everything else are the same as my Openbox screenshot. I like it much better than any other tiling window manager. Still won't shake me from Openbox but I'll probably be using it pretty often.

what font is this?

Offline

#300 2009-06-10 17:07:00

prol
Member
Registered: 2008-03-27
Posts: 75

Re: June 2009 Screenshots

My Openbox Setup

tMXQ4cQ

Offline

Board footer

Powered by FluxBB