You are not logged in.

#76 2012-03-04 17:34:19

desm0tes
Member
From: 127.0.0.1
Registered: 2012-02-04
Posts: 233
Website

Re: March 2012 Screenshots

ivantomica wrote:

So this is my screenshoot, currently using Cinnamon , switched from KDE recently.

http://ompldr.org/vY3hqbg

Plz resize img according to Posting Guidelines

Offline

#77 2012-03-04 17:49:29

fb0x
Member
From: Serbia
Registered: 2011-09-27
Posts: 73

Re: March 2012 Screenshots

ivantomica wrote:

So this is my screenshoot, currently using Cinnamon , switched from KDE recently.

http://ompldr.org/vY3hqbg

Read screenshot posting rules!

Offline

#78 2012-03-04 19:31:16

kittykatt
Member
From: Missouri, USA
Registered: 2009-11-04
Posts: 260
Website

Re: March 2012 Screenshots

desm0tes wrote:

I'm working on my Desktop, but no matter what I do, somehow it ain't getting better atm, especially with wallpaper I got a major problem.^^
So far, I replaced the razor-panel by bmpanel2 and created an oldschool kind of App-Menu with a simple launcher and compiz-boxmenu and edited conky. Windows ain't too spectacular, emerald is just a small black frame without any buttons...might even stick with that...
http://fc09.deviantart.net/fs70/f/2012/064/d/9/bildschirmfoto1_by_desm0tes-d4rstcs.png
Razor-QT with Compiz again.


Was wondering if you could share that wallpaper. smile


- [ My Blog ] | [ AUR Packages ] | [ My deviantART ] | [ screenFetch ] | [ SilverIRC ] -

Offline

#79 2012-03-04 20:04:14

asdf-chan
Member
Registered: 2011-10-23
Posts: 31

Re: March 2012 Screenshots

desm0tes wrote:

I'm working on my Desktop, but no matter what I do, somehow it ain't getting better atm, especially with wallpaper I got a major problem.^^
So far, I replaced the razor-panel by bmpanel2 and created an oldschool kind of App-Menu with a simple launcher and compiz-boxmenu and edited conky. Windows ain't too spectacular, emerald is just a small black frame without any buttons...might even stick with that...
http://fc09.deviantart.net/fs70/f/2012/064/d/9/bildschirmfoto1_by_desm0tes-d4rstcs.png
Razor-QT with Compiz again.

Nice wallpaper <3, could you share it?

edit: ohshi- I just read someone else asked for it already, haha~

Last edited by asdf-chan (2012-03-04 20:04:52)

Offline

#80 2012-03-04 20:58:54

desm0tes
Member
From: 127.0.0.1
Registered: 2012-02-04
Posts: 233
Website

Re: March 2012 Screenshots

kittykatt & asdf-chan wrote:

Nice wallpaper <3, could you share it?

It's a slightly modded version of this one: Asuka!

Offline

#81 2012-03-05 03:08:36

n1x4
Member
From: Chernobyl
Registered: 2012-02-17
Posts: 149
Website

Re: March 2012 Screenshots

DWM (main desktop)
-pertag
-push
-single-window-no-border
-float-border-color

In my conky_stat I have used a little script to retrive my external IP through lynx. Is there another, more efficient way?

Clean Desktop
thumb-desktopC.png

Dirty Desktop
thumb-desktopD.png

Configs:
conkyrc_stat

own_window yes
own_window_type override
own_window_colour 000000
own_window_transparent yes
own_window_hints undecorated below sticky skip_taskbar skip_pager
double_buffer yes
cpu_avg_samples 1
net_avg_samples 1
use_xft no
xftfont Terminus:size=1
update_interval 1
minimum_size 1280 10
maximum_width 540
border_margin 6
border_width 1
draw_outline no
default_color white
alignment bottom_left
use_spacer right
no_buffers yes
uppercase no
gap_x 0
gap_y -695

TEXT
${color #00770f}Kernel: ${color white}$kernel			${color #00770f}Updates: ${color white}${texeci 10800 /etc/cron.hourly/update.sh}
${color #00770f}${hr 2}
${color #00770f}Network:${color white} ${wireless_essid wlan0}
${color #00770f}LAN: ${color white}${addr wlan0}			${color #00770f}/root: ${color lightgrey}${fs_used /}${color #00770f} / ${color white}${fs_size /}			 ${color #00770f}CPU: ${color white}${cpu}% ${color #00770f}of ${color white}${freq}Mhz${color #00770f}
${color #00770f}X_IP: ${color white}${texeci 10800 ~/conky/get_ip}			${color #00770f}/home: ${color lightgrey}${fs_used /home}${color #00770f} / ${color white}${fs_size /home}			${color #00770f}RAM: ${color white}$mem${color #00770f}/${color white}${memmax}

conkyrc_stat's get_ip script.

lynx -dump -hiddenlinks=ignore -nolist http://checkip.dyndns.org:8245/ | awk '{ print $4 }' | sed '/^$/d; s/^[ ]*//g; s/[ ]*$//g'

conkyrc (for status bar pipe)

out_to_console
out_to_x no
background no
update_interval 1
total_run_times 0
use_spacer none

TEXT
${cpu} ${mem} ${memperc}

dwm starter script

#!/bin/bash

feh --bg-scale /home/n1x4/images/Linux_Hi_Tec.jpg &

conky -c /home/n1x4/.conkyrc_stat -x 0 -y 0 -d &

conky -d | while read -r
do
    C0=($REPLY)
    C1="${C0[0]}"
    C2="${C0[1]}"
    C3="${C0[2]}"
    C4=`date +"%a %b %d - %r"`

xsetroot -name ":: [ CPU: ${C1} % ] :: [ RAM: ${C3} % ] :: $C4 ::"
sleep 1s
done &

xset +fp /usr/share/fonts/local
xset fp rehash
xbindkeys &
wmname LG3D

exec dwm

DWM (laptop)
-push
-pertag
-urgentcolor
-swapfocus
-single-window-no-border
-gaplessgrid

Clean(ish) laptop
thumb-final.png

Dirty laptop (pretty much the same as desktop, I use them the same anyways)
thumb-laptopD.png

All configs are about the same just moved some code around a bit..

Anybody have oter any ideas on what to do to either of them? Aside from change the wallpapers..lol


||github||

Offline

#82 2012-03-05 03:13:56

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: March 2012 Screenshots

n1x4 wrote:

In my conky_stat I have used a little script to retrive my external IP through lynx. Is there another, more efficient way?

$(curl -s  http://whatismyip.org/)

Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#83 2012-03-05 03:23:03

n1x4
Member
From: Chernobyl
Registered: 2012-02-17
Posts: 149
Website

Re: March 2012 Screenshots

jasonwryan wrote:
n1x4 wrote:

In my conky_stat I have used a little script to retrive my external IP through lynx. Is there another, more efficient way?

$(curl -s  http://whatismyip.org/)

Thanks a bunch man!! That is better.. Sadly it gives me the readout "Too frequent!" after a couple seconds. Conky updates every second (kind of need it to).. Any thoughts other than raising the interval?


||github||

Offline

#84 2012-03-05 03:26:59

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: March 2012 Screenshots

You could put it in an external script and have it run once every ~10 minutes (your IP address is not going to change that much is it?) with a sleep call. Conky can then ping the script every second, but you only bother whatismyip.org when you need to...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#85 2012-03-05 03:31:25

n1x4
Member
From: Chernobyl
Registered: 2012-02-17
Posts: 149
Website

Re: March 2012 Screenshots

Got it... Will do man, thanks for the input..


||github||

Offline

#86 2012-03-05 05:33:01

fb0x
Member
From: Serbia
Registered: 2011-09-27
Posts: 73

Re: March 2012 Screenshots

I use this script

#!/bin/sh
wget -q -O - checkip.dyndns.org|sed -e 's/.*Current IP Address: //' -e 's/<.*$//'

Offline

#87 2012-03-05 09:13:48

ivoarch
Member
Registered: 2011-03-31
Posts: 436

Re: March 2012 Screenshots

@n1x4 

simple 

$ curl ifconfig.me

 
http://ifconfig.me/

Can share float-border-color patch?


I love GnuEmacs, GnuScreen, ratpoison, and conkeror.
Github )||( Weblog

Offline

#88 2012-03-05 13:09:28

kaptenen
Member
Registered: 2009-12-06
Posts: 287
Website

Re: March 2012 Screenshots

ivoarch wrote:

@n1x4 

Can share float-border-color patch?

http://dwm.suckless.org/patches/float_border_color I guess.


Šaran wrote:

Could you post your .Xresourcess, please?

It´s the colors you want, right?

URxvt.foreground: #EFEFEF
URxvt.background: #1A1A1A
URxvt.borderColor: #1A1A1A
URxvt.colorBD: #FFFFFF
URxvt.colorIT: #FFFFFF
URxvt.colorRV: #333333
URxvt.colorUL: #FF8F00
URxvt.cursorColor2: #636363
URxvt.cursorColor: #A6E22E
URxvt.pointerColor2: #444444
URxvt.pointerColor: #252525
URxvt.underlineColor: #151515

URxvt.color0: #494747
URxvt.color1: #D6156C
URxvt.color2: #CCF390
URxvt.color3: #FE8E00
URxvt.color4: #24C0EB
URxvt.color5: #f73574
URxvt.color6: #FF5825
URxvt.color7: #666666
URxvt.color8: #4E4E4E
URxvt.color9: #ff6767
URxvt.color10: #FF00EC

URxvt.color11: #FEB345
URxvt.color12: #5CCEEE
URxvt.color13: #b50077
URxvt.color14: #AED600
URxvt.color15: #dedede 

Last edited by kaptenen (2012-03-05 13:16:47)

Offline

#89 2012-03-05 13:23:27

ivoarch
Member
Registered: 2011-03-31
Posts: 436

Re: March 2012 Screenshots

ok thanks : )


I love GnuEmacs, GnuScreen, ratpoison, and conkeror.
Github )||( Weblog

Offline

#90 2012-03-05 16:17:09

n1x4
Member
From: Chernobyl
Registered: 2012-02-17
Posts: 149
Website

Re: March 2012 Screenshots

@ivoarch Thanks for the ifconfig.me tip man.. and the link kaptenen gave you is the one I used.


||github||

Offline

#91 2012-03-05 17:02:46

2ManyDogs
Forum Moderator
Registered: 2012-01-15
Posts: 4,645

Re: March 2012 Screenshots

snapwm (aka nextwm)

2012_03_05_091228_1280x1024_scrot.jpg

might be my new favorite tiler...

Last edited by 2ManyDogs (2012-03-05 17:14:26)


How to post. A sincere effort to use modest and proper language and grammar is a sign of respect toward the community.

Offline

#92 2012-03-05 19:18:14

Šaran
Member
From: Bosnia
Registered: 2011-09-03
Posts: 407

Re: March 2012 Screenshots

kaptenen wrote:

It´s the colors you want, right?

URxvt.foreground: #EFEFEF
URxvt.background: #1A1A1A
URxvt.borderColor: #1A1A1A
URxvt.colorBD: #FFFFFF
URxvt.colorIT: #FFFFFF
URxvt.colorRV: #333333
URxvt.colorUL: #FF8F00
URxvt.cursorColor2: #636363
URxvt.cursorColor: #A6E22E
URxvt.pointerColor2: #444444
URxvt.pointerColor: #252525
URxvt.underlineColor: #151515

URxvt.color0: #494747
URxvt.color1: #D6156C
URxvt.color2: #CCF390
URxvt.color3: #FE8E00
URxvt.color4: #24C0EB
URxvt.color5: #f73574
URxvt.color6: #FF5825
URxvt.color7: #666666
URxvt.color8: #4E4E4E
URxvt.color9: #ff6767
URxvt.color10: #FF00EC

URxvt.color11: #FEB345
URxvt.color12: #5CCEEE
URxvt.color13: #b50077
URxvt.color14: #AED600
URxvt.color15: #dedede 

Yes, thank you!

Offline

#93 2012-03-05 19:20:05

Tzbob
Member
From: Belgium
Registered: 2011-04-12
Posts: 61

Re: March 2012 Screenshots

Offline

#94 2012-03-05 21:31:55

b9anders
Member
Registered: 2007-11-07
Posts: 691

Re: March 2012 Screenshots

Clean
tY3kyeg

Busy
tY3kxdg

Not a good day for screenfetch. Bizarrely wanted root privileges and got both the icon and gtk themes wrong as well as the font. GTK is "A New Hope" and the icon theme is Clarity. The font is HandelGotDlig.

Last edited by b9anders (2012-03-05 22:37:23)

Offline

#95 2012-03-05 22:15:10

Dustbin
Member
From: The Netherlands
Registered: 2011-12-07
Posts: 124

Re: March 2012 Screenshots

Still Openbox, tint2, conky (and a very old (modded) Ubuntu wallpaper... wink)

Clean:
11rwrqc.png

Dirty:
2wqdgr4.png


If the Matrix was real, it would run on Arch...

Offline

#96 2012-03-05 22:19:54

ellak
Member
Registered: 2011-10-03
Posts: 7

Re: March 2012 Screenshots

Xmonad
Clean
tY3kyNw
Busy
tY3kyNA

Been lurking this forum for quite a while but i've been happy windows user until a few week back when i got my second monitor, unhappy with windows way of handeling multiple monitors,  i switched to debian with awesome (that i've seen in screenshots at this forum) but was not at all happy with the way awesome managed the multiple screens either and debian just pulled so much crap behind my back that i felt it archived complexity thru simplicety. So i decided to try out arch+xmonad and from what iv'e read on archwiki and from that and what i previusly have read on this forum, i managed to set my system up exactly as i wanted it to be and it was fun and easy unlike thos other distros i tried in between.  Also thansk to the ppl at this forum for posting confs and stuff that i've burroved stuff from, mostly anrxc for his awesome theme.

Offline

#97 2012-03-06 02:40:34

cirnOS
Member
Registered: 2010-03-01
Posts: 107

Re: March 2012 Screenshots

Switched back ot DWM. Practically vanilla with just bottomstack: http://ompldr.org/vY3k0ag/desktop.png

Offline

#98 2012-03-06 11:48:19

kittykatt
Member
From: Missouri, USA
Registered: 2009-11-04
Posts: 260
Website

Re: March 2012 Screenshots

b9anders wrote:

Clean
http://ompldr.org/tY3kyeg

Busy
http://ompldr.org/tY3kxdg

Not a good day for screenfetch. Bizarrely wanted root privileges and got both the icon and gtk themes wrong as well as the font. GTK is "A New Hope" and the icon theme is Clarity. The font is HandelGotDlig.

Woah, really? That's...odd. Huh. I'll look into it.


- [ My Blog ] | [ AUR Packages ] | [ My deviantART ] | [ screenFetch ] | [ SilverIRC ] -

Offline

#99 2012-03-06 12:52:24

dmz
Member
From: Sweden
Registered: 2008-08-27
Posts: 881
Website

Re: March 2012 Screenshots

Nokia n900
debian-t.png

screenshot_1331028066-t.png screenshot_1331028248-t.png screenshot_1331036489-t.png screenshot_1331036532-t.png screenshot_1331036558-t.png screenshot_1331036578-t.png screenshot_1331036652-t.png screenshot_1331036688-t.png screenshot_1331036787-t.png screenshot_1331036818-t.png screenshot_1331037386-t.png screenshot_1331037433-t.png screenshot_1331037551-t.png

Applications used here, and configs, and stuff:
n900 utilities
autocam
configs

Offline

#100 2012-03-06 15:06:06

veroke12
Member
Registered: 2011-07-22
Posts: 98

Re: March 2012 Screenshots

ellak wrote:

Xmonad
Clean
http://ompldr.org/tY3kyNw
Busy
http://ompldr.org/tY3kyNA

Been lurking this forum for quite a while but i've been happy windows user until a few week back when i got my second monitor, unhappy with windows way of handeling multiple monitors,  i switched to debian with awesome (that i've seen in screenshots at this forum) but was not at all happy with the way awesome managed the multiple screens either and debian just pulled so much crap behind my back that i felt it archived complexity thru simplicety. So i decided to try out arch+xmonad and from what iv'e read on archwiki and from that and what i previusly have read on this forum, i managed to set my system up exactly as i wanted it to be and it was fun and easy unlike thos other distros i tried in between.  Also thansk to the ppl at this forum for posting confs and stuff that i've burroved stuff from, mostly anrxc for his awesome theme.

nice, mind share config ???

Offline

Board footer

Powered by FluxBB