You are not logged in.

#76 2012-08-24 12:37:01

null
Member
Registered: 2009-05-06
Posts: 398

Re: Share your monsterwm desktop!

For now, I guess that will change if I get the money for a second screen and need xinerama support  smile

Offline

#77 2012-09-19 11:14:51

gholen
Member
From: Göteborg
Registered: 2011-07-26
Posts: 73
Website

Re: Share your monsterwm desktop!

Crosspost from screenshot thread.
o6Zubs.png
Monsterwm & Lemonbar.

Offline

#78 2012-09-22 15:12:07

Shinryuu
Member
From: /dev/urandom
Registered: 2010-02-27
Posts: 339

Re: Share your monsterwm desktop!

Guess I'll share my latest setup here.
tZmxldg

mwm_run.sh

#!/usr/bin/env bash

wm=monsterwm
ff="/tmp/$RANDOM.monsterwm.fifo"

tags=('\ue010 null' '\ue011 web' '\ue012 foo' '\ue062')
layouts=('\ue002' '\ue001' '\ue003' '\ue005' '\ue006') 

[[ -p $ff ]] || mkfifo -m 600 "$ff"

function statusbar {
    # Date
    date=$(date +"%H:%M")
    # Memory usage
    mem=$(free -m | awk '/buffers\/cache/ {print $3 MB}')
    # Volume
    vol=$(amixer get Master | egrep -o '[0-9]{1,3}%' | sed -e 's/%//')
    # Music status
    music="$(mpc current -f "%artist% - %title%")"
    if [ -z "$music" ]; then music="stopped" mstat="\ue0ae"
    else
    mstat="$(mpc | sed -rn '2s/\[([[:alpha:]]+)].*/\1/p')"
    [ "$mstat" == "paused" ] && mstat="\ue059" || mstat="\ue0aa"
    fi
    # HDD
    root=$(df -h|awk '/root/ {print $5}')
    home=$(df -h|awk '/home/ {print $5}')

    echo "\r \f4$mstat\fr $music \f4\\ue09f\fr $root \f4\\ue0b2\fr $home \f4\ue020\fr $mem \f4\\ue05d\fr $vol \f4\ue015\fr $date "
}

while read -t 1 -r wmout || true; do
    if [[ $wmout =~ ^(([[:digit:]]+:)+[[:digit:]]+ ?)+$ ]]; then
        read -ra desktops <<< "$wmout"

        tmp=
        for desktop in "${desktops[@]}"; do
            IFS=':' read -r d w m c u <<< "$desktop"
            # Tags labels
            label=${tags[$d]}
            # Current desktop color and enclosing char (yes/no)
            ((c)) && fg="9" bg="2" lc="\u4 " rc=" \ur" && layout=${layouts[$m]} || fg="1" bg="0" lc=" " rc=" "
            # Has windows ?
            ((w)) && ((! c)) && fg="1" lc="\u6 " rc=" \ur"
            # Urgent windows ?
            ((u)) && fg="1" bg="3" lc="\u4 " rc=" \ur"

            tmp+="\f$fg\b$bg$lc$label$rc\fr\br"
        done
        # Merge the clients indications and the tile mode
        tmp+=" $layout"
    fi
    echo "$tmp $(statusbar)"
done < "$ff" | bar &

#while :; do "$wm" || break; done | tee -a "$ff"
$wm > "$ff"

rm $ff

Last edited by Shinryuu (2012-09-22 15:12:29)

Offline

#79 2012-09-26 22:23:50

maevius
Member
From: Greece
Registered: 2009-09-10
Posts: 135
Website

Re: Share your monsterwm desktop!

Shinryuu, where can I see the code for each icon? I guess it's ohsnap or stlarch_font that you are using?

Edit: I just read the README in ohsnap, hadn't noticed it...

Last edited by maevius (2012-09-26 22:27:22)

Offline

#80 2012-10-01 13:16:26

FirePhoenix
Member
From: /dev/null
Registered: 2011-04-04
Posts: 20
Website

Re: Share your monsterwm desktop!

@Shinryuu nice setup as always smile.

Offline

#81 2012-10-07 12:47:46

kalle97
Member
Registered: 2012-07-18
Posts: 80

Re: Share your monsterwm desktop!

My new setup:

screenie_dosmini.png

screeniemini.png

Using cookies color scheme: https://github.com/klrr/cookies

Last edited by kalle97 (2012-10-07 12:48:09)

Offline

#82 2012-10-13 17:29:57

Schoewilliam
Member
From: Réunion Island, France.
Registered: 2011-12-28
Posts: 26
Website

Re: Share your monsterwm desktop!

Finally big_smile
(x-post from October 2012 Screenshots https://bbs.archlinux.org/viewtopic.php … #p1175074)

octobre2012mini.png?raw=true


blog (in french) · configs

Offline

#83 2012-10-13 19:34:40

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

Re: Share your monsterwm desktop!

tZnZieg.jpg

Finally happy with the lemonbar.
Thanks for the files gholen big_smile

Cheers
Paul-S

Offline

#84 2012-10-14 00:57:41

gholen
Member
From: Göteborg
Registered: 2011-07-26
Posts: 73
Website

Re: Share your monsterwm desktop!

Paul-S ; you are more then welcome. Shinryuu (credits where credits due) is the author for the bar, I just modified it for my needs. smile
Also; GOOD LOOK ON YER DESK!

Offline

#85 2012-10-15 13:35:21

gholen
Member
From: Göteborg
Registered: 2011-07-26
Posts: 73
Website

Re: Share your monsterwm desktop!

ETiNzs.jpg
Monsterwm (ofc), bar and urxvt.

Offline

#86 2012-10-15 15:59:20

kemmotar
Member
From: Ukraine
Registered: 2012-01-08
Posts: 43
Website

Re: Share your monsterwm desktop!

@gholen very nice setup! Can you share your configs?

Offline

#87 2012-10-15 16:34:07

gholen
Member
From: Göteborg
Registered: 2011-07-26
Posts: 73
Website

Re: Share your monsterwm desktop!

kemmotar wrote:

@gholen very nice setup! Can you share your configs?

They'll be coming as soon as I find my charger for the laptop smile

Any specific?

Offline

#88 2012-10-15 22:14:49

kemmotar
Member
From: Ukraine
Registered: 2012-01-08
Posts: 43
Website

Re: Share your monsterwm desktop!

I'm intereted at bar config and monsterwm starup script

Offline

#89 2012-10-15 23:15:22

gholen
Member
From: Göteborg
Registered: 2011-07-26
Posts: 73
Website

Re: Share your monsterwm desktop!

kemmotar wrote:

I'm intereted at bar config and monsterwm starup script

Here you are smile

https://bbs.archlinux.org/viewtopic.php … 9#p1174029 <--- Startupscript and bar.

Batteryscript has been changes to feature a battery-"icon" from stlarch-fonts. But thats pretty mutch all smile

EDIT:
Added another link.

https://bbs.archlinux.org/viewtopic.php … 0#p1174140 <-- Batterystatus

Last edited by gholen (2012-10-15 23:16:38)

Offline

#90 2012-10-20 20:45:58

nperry
Member
Registered: 2010-05-16
Posts: 86

Re: Share your monsterwm desktop!

Offline

#91 2012-10-20 22:25:18

mjheagle8
Member
From: /home/mjheagle8
Registered: 2009-07-12
Posts: 186

Re: Share your monsterwm desktop!

nperry wrote:

can you post your statusbar script plz?

edit: nvm, found it in your dotfiles

Last edited by mjheagle8 (2012-10-20 22:26:55)


Desktop/Laptop - DWM :: VM - screen
Registered Linux User Number 483137 :: Victory! :: GitHub

Offline

#92 2012-10-21 09:19:40

nperry
Member
Registered: 2010-05-16
Posts: 86

Re: Share your monsterwm desktop!

mjheagle8 wrote:
nperry wrote:

can you post your statusbar script plz?

edit: nvm, found it in your dotfiles

Hope you found the script useful, be sure to post the results.

Offline

#93 2012-10-21 09:51:56

c00kiemon5ter
Member
From: Greece
Registered: 2010-06-01
Posts: 562
Website

Re: Share your monsterwm desktop!

heh, great wallpaper nperry big_smile


.:[ git me! ] :.

Offline

#94 2012-10-21 09:56:11

nperry
Member
Registered: 2010-05-16
Posts: 86

Re: Share your monsterwm desktop!

c00kiemon5ter wrote:

heh, great wallpaper nperry big_smile

Thanks, for anyone who wants the link. Click Here

Offline

#95 2012-10-21 17:54:52

iRmonkD
Member
From: 206, WA
Registered: 2010-11-02
Posts: 31

Re: Share your monsterwm desktop!

Shinryuu wrote:

Guess I'll share my latest setup here.
http://ompldr.org/tZmxldg

Awesome ncmpcpp setup. Mind sharing? I might have to get into monsterwm these all look great.

Offline

#96 2012-10-23 22:18:18

Shinryuu
Member
From: /dev/urandom
Registered: 2010-02-27
Posts: 339

Re: Share your monsterwm desktop!

iRmonkD wrote:
Shinryuu wrote:

Guess I'll share my latest setup here.
http://ompldr.org/tZmxldg

Awesome ncmpcpp setup. Mind sharing? I might have to get into monsterwm these all look great.

Sure! You can grab it from here

Offline

#97 2012-10-31 21:21:32

c00kiemon5ter
Member
From: Greece
Registered: 2010-06-01
Posts: 562
Website

Re: Share your monsterwm desktop!

my current setup

tZzNqYQ

tZzNqYw


.:[ git me! ] :.

Offline

#98 2012-10-31 22:42:43

Shinryuu
Member
From: /dev/urandom
Registered: 2010-02-27
Posts: 339

Re: Share your monsterwm desktop!

Something I came up with not too long time ago cool
term_t-0.png

Offline

#99 2012-11-07 19:17:00

Vixus
Member
Registered: 2012-11-02
Posts: 60

Re: Share your monsterwm desktop!

Shinryuu wrote:

Something I came up with not too long time ago cool
http://ompldr.org/vZzNraQ/term_t-0.png

Did you have to customise the monsterwm code to get the borders to overlap? yikes

Offline

#100 2012-11-07 20:37:05

c00kiemon5ter
Member
From: Greece
Registered: 2010-06-01
Posts: 562
Website

Re: Share your monsterwm desktop!

nope, that's part of monsterwm smile


.:[ git me! ] :.

Offline

Board footer

Powered by FluxBB