You are not logged in.

#151 2013-02-22 17:15:40

Squarius
Member
From: Germany
Registered: 2012-04-11
Posts: 7

Re: February 2013 Screenshots

i_love_penguins wrote:
Squarius wrote:

I finally stop lurking here and post my  Desktop:

Clean:
http://ompldr.org/taGp4Mw


Fake Busy:
http://ompldr.org/taGp4NA


Nice background - willing to share?
And which side panel are you using?


Wallpaper: http://mustberesult.deviantart.com/art/Zara-304667728
GTK & Xfwm: Adwaita-X light (https://aur.archlinux.org/packages/adwa … ght-theme/

Side panel: Its the xfce4-panel. Surprise wink I did this:

xfce4-panel -q
killall -KILL xfconfd
killall -KILL xfsettingsd
cd ~/.config/xfce4/xfconf/xfce-perchannel-xml
mv xfce4-panel.xml xfce4-panel.xml.bak

now create a new xfce4-panel.xml:

<?xml version="1.0" encoding="UTF-8"?>

<channel name="xfce4-panel" version="1.0">
  <property name="panels" type="uint" value="2">
    <property name="panel-0" type="empty">
      <property name="position" type="string" value="p=6;x=0;y=0"/>
      <property name="length" type="uint" value="100"/>
      <property name="position-locked" type="bool" value="true"/>
      <property name="plugin-ids" type="array">
        <value type="int" value="1"/>
        <value type="int" value="12"/>
        <value type="int" value="3"/>
        <value type="int" value="4"/>
        <value type="int" value="5"/>
        <value type="int" value="6"/>
        <value type="int" value="7"/>
        <value type="int" value="8"/>
        <value type="int" value="26"/>
        <value type="int" value="27"/>
        <value type="int" value="9"/>
      </property>
      <property name="background-style" type="uint" value="0"/>
      <property name="horizontal" type="bool" value="true"/>
      <property name="background-alpha" type="uint" value="100"/>
      <property name="size" type="uint" value="24"/>
      <property name="autohide" type="bool" value="false"/>
      <property name="length-adjust" type="bool" value="true"/>
      <property name="span-monitors" type="bool" value="false"/>
      <property name="enter-opacity" type="uint" value="100"/>
      <property name="leave-opacity" type="uint" value="100"/>
    </property>
    <property name="panel-1" type="empty">
      <property name="position" type="string" value="p=8;x=960;y=1176"/>
      <property name="size" type="uint" value="46"/>
      <property name="position-locked" type="bool" value="true"/>
      <property name="plugin-ids" type="array">
        <value type="int" value="28"/>
        <value type="int" value="31"/>
        <value type="int" value="30"/>
      </property>
      <property name="autohide" type="bool" value="true"/>
      <property name="length" type="uint" value="98"/>
      <property name="length-adjust" type="bool" value="true"/>
      <property name="leave-opacity" type="uint" value="100"/>
      <property name="background-alpha" type="uint" value="15"/>
      <property name="enter-opacity" type="uint" value="100"/>
      <property name="horizontal" type="bool" value="false"/>
    </property>
  </property>
  <property name="plugins" type="empty">
    <property name="plugin-1" type="string" value="applicationsmenu">
      <property name="show-tooltips" type="bool" value="true"/>
      <property name="button-icon" type="string" value="xubuntu-logo-menu"/>
      <property name="show-button-title" type="bool" value="false"/>
    </property>
    <property name="plugin-3" type="string" value="separator">
      <property name="style" type="uint" value="0"/>
      <property name="expand" type="bool" value="true"/>
    </property>
    <property name="plugin-4" type="string" value="systray">
      <property name="show-frame" type="bool" value="false"/>
      <property name="size-max" type="uint" value="22"/>
      <property name="names-visible" type="array">
        <value type="string" value="docky"/>
        <value type="string" value="networkmanager applet"/>
        <value type="string" value="nm-applet"/>
        <value type="string" value="dropbox"/>
      </property>
    </property>
    <property name="plugin-5" type="string" value="indicator"/>
    <property name="plugin-6" type="string" value="separator">
      <property name="style" type="uint" value="0"/>
    </property>
    <property name="plugin-7" type="string" value="clock">
      <property name="digital-format" type="string" value="%a, %d %b  %H:%M"/>
      <property name="tooltip-format" type="string" value="%A %d %B %Y/%V"/>
      <property name="command" type="string" value="orage"/>
    </property>
    <property name="plugin-8" type="string" value="separator">
      <property name="style" type="uint" value="0"/>
    </property>
    <property name="plugin-26" type="string" value="pager">
      <property name="rows" type="uint" value="1"/>
      <property name="show-names" type="bool" value="false"/>
      <property name="workspace-scrolling" type="bool" value="false"/>
      <property name="miniature-view" type="bool" value="true"/>
    </property>
    <property name="plugin-27" type="string" value="separator">
      <property name="style" type="uint" value="0"/>
    </property>
    <property name="plugin-9" type="string" value="xfsm-logout-plugin"/>
    <property name="plugin-28" type="string" value="tasklist">
      <property name="show-only-minimized" type="bool" value="false"/>
      <property name="grouping" type="uint" value="1"/>
      <property name="sort-order" type="uint" value="4"/>
      <property name="rotate-vertically" type="bool" value="true"/>
      <property name="show-handle" type="bool" value="false"/>
      <property name="show-labels" type="bool" value="false"/>
      <property name="flat-buttons" type="bool" value="true"/>
      <property name="switch-workspace-on-unminimize" type="bool" value="false"/>
      <property name="show-wireframes" type="bool" value="false"/>
      <property name="include-all-workspaces" type="bool" value="true"/>
    </property>
    <property name="plugin-30" type="string" value="thunar-tpa"/>
    <property name="plugin-31" type="string" value="showdesktop"/>
  </property>
</channel>

Log out and log back in:

killall -KILL xfce4-session

and install xfce4-taskbar-plugin (https://aur.archlinux.org/packages/xfce … ar-plugin/ and replace it with the xfce4-taskmanager on the side panel.

Last edited by Squarius (2013-02-22 17:21:18)

Offline

#152 2013-02-22 17:47:48

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

Re: February 2013 Screenshots

XMonad, Circle layout, using earsplits vol and music scripts smile.

taGswaA.jpg

Cheers
Paul-S

Last edited by Paul-S (2013-02-22 18:19:52)

Offline

#153 2013-02-22 18:07:57

PhilipWitte
Member
Registered: 2012-02-03
Posts: 45

Re: February 2013 Screenshots

Squarius wrote:

I finally stop lurking here and post my  Desktop:

Clean:
http://ompldr.org/taGp4Mw


Fake Busy:
http://ompldr.org/taGp4NA

That looks great, but what's the side-panel/Xfce-applet?

Offline

#154 2013-02-22 18:22:53

Squarius
Member
From: Germany
Registered: 2012-04-11
Posts: 7

Re: February 2013 Screenshots

PhilipWitte wrote:
Squarius wrote:

I finally stop lurking here and post my  Desktop:

Clean:
http://ompldr.org/taGp4Mw


Fake Busy:
http://ompldr.org/taGp4NA

That looks great, but what's the side-panel/Xfce-applet?


Look at Post #151

Offline

#155 2013-02-22 18:50:04

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

Re: February 2013 Screenshots

Multimoon wrote:
silentmike wrote:

http://i.imgur.com/FH8HQ43.png

Pantheon with "Orion" gtk theme. Elementary icons + window deco.
"Raavi" font, with "Consolas" for fixed width.
Wallpaper Gotas by kiko11 on DeviantArt
Term colours @ http://dotshare.it/dots/514/
.screenrc @ http://dotshare.it/dots/515/

How in the world did you manage to get that to compile? Ive tried Pantheon several times to no avail.

What´s your problem?

Offline

#156 2013-02-22 19:35:30

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

Re: February 2013 Screenshots

Pantheon Shell, small changes since the last time.
Clean
RKSCyzus.jpg

kinda dirty
7ifbpHls.jpg

Offline

#157 2013-02-22 20:07:55

toringe
Member
Registered: 2011-09-05
Posts: 49

Re: February 2013 Screenshots

Ditching awesome for i3. Seems really nice. Might try out xmonad later.
Clean:
taGsxYw
Obligatory fake busy:
taGsxZA

Offline

#158 2013-02-22 21:41:01

Multimoon
Member
From: /usr/share/zoneinfo/US/Eastern
Registered: 2012-09-30
Posts: 170

Re: February 2013 Screenshots

kaptenen wrote:
Multimoon wrote:
silentmike wrote:

http://i.imgur.com/FH8HQ43.png

Pantheon with "Orion" gtk theme. Elementary icons + window deco.
"Raavi" font, with "Consolas" for fixed width.
Wallpaper Gotas by kiko11 on DeviantArt
Term colours @ http://dotshare.it/dots/514/
.screenrc @ http://dotshare.it/dots/515/

How in the world did you manage to get that to compile? Ive tried Pantheon several times to no avail.

What´s your problem?

It installs after a bit of work, but a good 90% of it's functionality is broken, and I have no system indicators such as the systray, shutdown/reboot/etc. Wingpanel is for the most part empty.


It always makes me laugh when people complain and rage over any distro's management ideal, when this is a linux community, and you could always make your own distro and experience the pains yourself.

Offline

#159 2013-02-23 08:34:29

rvc
Member
From: India
Registered: 2012-09-09
Posts: 42
Website

Re: February 2013 Screenshots

My Current KDE 4.10 Desktop showing the appmenu
Click on the Image for a Larger Preview
7l1zYpzDbNfUsdGk2BgHSr
SCREENSHOT DETAILS :
The Wallpaper used and similar styles can be found HERE
Dock Icons : Icon Rings
Conky : Conky Colors (from the repo)
Presets used : Bespin
Plasma theme : E-Plasma with Elementary Style Window Decors
Icon Theme : kAwOken

Thanks for preview

Last edited by rvc (2013-02-23 08:35:36)


Associated with
VEDGOO.COM
For Wallpapers, Articles, Blogs, Media and much more...
To Browse Arch Specific Wallpapers, feel free to follow this LINK

Offline

#160 2013-02-24 04:09:26

kennae
Member
Registered: 2008-03-12
Posts: 17

Re: February 2013 Screenshots

Got fed up with Gnome since all I need is shortcuts to maybe five desktops so I needed a tiling wm. Listening to people made me decide to try i3 and it really is great with it's clean config but really ugly default color scheme. smile

No panels since nobody really stares at them anyway and this is a laptop with limited screen space.

Busy: http://ompldr.org/vaGtobQ/screenFetch-2 … -58-28.png

Clean: http://i.imgur.com/7doC5nj.jpg


Now I just need a ncmpc theme to go with the rest and maybe some muscle memory for i3. smile

Offline

#161 2013-02-24 04:33:36

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: February 2013 Screenshots

kennae wrote:

Got fed up with Gnome since all I need is shortcuts to maybe five desktops so I needed a tiling wm. Listening to people made me decide to try i3 and it really is great with it's clean config but really ugly default color scheme. smile

What colour scheme are you talking about? i3bar?

Offline

#162 2013-02-24 10:26:28

grobar87
Member
From: Македонија
Registered: 2010-08-25
Posts: 172

Re: February 2013 Screenshots

taGtrMA   taGtrMQ


And... here... we... go!

Offline

#163 2013-02-24 11:13:47

elkoraco
Member
Registered: 2013-02-18
Posts: 140

Re: February 2013 Screenshots

Switched to the Ubuntu fonts after a very long time with Nimbus Sans for everything. Wallpaper from simpledesktops.

taGtrcw

Offline

#164 2013-02-24 12:12:42

kennae
Member
Registered: 2008-03-12
Posts: 17

Re: February 2013 Screenshots

x33a wrote:
kennae wrote:

Got fed up with Gnome since all I need is shortcuts to maybe five desktops so I needed a tiling wm. Listening to people made me decide to try i3 and it really is great with it's clean config but really ugly default color scheme. smile

What colour scheme are you talking about? i3bar?

Yes, the bar and window decorations but thats just my inner graphics designer talking.

Offline

#165 2013-02-24 13:18:15

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: February 2013 Screenshots

Nice, I like it smile


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#166 2013-02-24 15:30:14

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,595
Website

Re: February 2013 Screenshots

02242013.jpg


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#167 2013-02-24 15:49:48

OK100
Member
From: [U==]
Registered: 2010-04-26
Posts: 455

Re: February 2013 Screenshots

toringe wrote:

Ditching awesome for i3. Seems really nice. Might try out xmonad later.
Clean:
http://ompldr.org/taGsxYw
Obligatory fake busy:
http://ompldr.org/taGsxZA

What font is in speed dial? Looks nice smile

Offline

#168 2013-02-24 16:17:28

anabolikas
Member
Registered: 2010-05-05
Posts: 45

Re: February 2013 Screenshots

It is "Fixed" I think smile

Last edited by anabolikas (2013-02-24 16:36:13)

Offline

#169 2013-02-24 17:47:54

grobar87
Member
From: Македонија
Registered: 2010-08-25
Posts: 172

Re: February 2013 Screenshots

Unia wrote:

Nice, I like it smile

Thanks.


And... here... we... go!

Offline

#170 2013-02-24 18:15:03

bluebyt
Member
Registered: 2012-11-10
Posts: 11

Re: February 2013 Screenshots

Offline

#171 2013-02-24 18:44:58

ibrunton
Member
From: Canada
Registered: 2011-05-05
Posts: 270

Re: February 2013 Screenshots

201302241442-thumb.png

Herbstluftwm, urxvt, conky (showing MPD).

Offline

#172 2013-02-24 20:34:19

Cavedude
Member
Registered: 2011-12-21
Posts: 45

Re: February 2013 Screenshots

Added a wallpaper and transparency in Lxterminals:

Clean:
taGtzbQ

Durrty:
taGtzag

Really luvin the spectrwm experience!

Last edited by Cavedude (2013-02-24 20:35:07)

Offline

#173 2013-02-24 20:38:56

Meyithi
Member
From: Wirral, UK
Registered: 2009-06-21
Posts: 550
Website

Re: February 2013 Screenshots

Celebrating Steam on Linux - and showing how much improvement there is with how it behaves on tilers since the beta.

dwmt.png
dwmsteamt.png

Configs and stuff can be found in the dwm link of my sig.


The mind roams more freely in empty rooms.
dwm - colours - ncmpcpp - system
irc://irc.freenode.net:meyithi

Offline

#174 2013-02-24 21:03:13

Cavedude
Member
Registered: 2011-12-21
Posts: 45

Re: February 2013 Screenshots

Meyithi wrote:

Celebrating Steam on Linux - and showing how much improvement there is with how it behaves on tilers since the beta.

http://www.meyithi.com/graphics/dwmt.png
http://www.meyithi.com/graphics/dwmsteamt.png

Configs and stuff can be found in the dwm link of my sig.

Awesome. What game is that? Looks neat.

I've installed steam successfully on my netbook but it is very underpowered as you would expect. Any cheap linux games available on steam that a netbook could run? I want to support Valve's decision to port steam to linux even though I don't have much moneys.

Offline

#175 2013-02-24 21:34:47

gjm
Member
From: Warsaw
Registered: 2012-02-14
Posts: 40

Re: February 2013 Screenshots

Openbox:

thumb.png

Offline

Board footer

Powered by FluxBB