You are not logged in.

#251 2008-02-13 19:42:53

cawill
Member
From: United Kingdom
Registered: 2007-12-12
Posts: 63

Re: February 2008 Screenshots

My Current Desktop:
200802131902561680x1050zn6.th.png

Offline

#252 2008-02-13 19:48:50

zodmaner
Member
Registered: 2007-07-11
Posts: 653

Re: February 2008 Screenshots

bionnaki wrote:
Edd wrote:
bionnaki wrote:

is that pypanel?

Yes, it is modified pypanel.

how did you do that?

+1

Nice! What theme are you using? (I also love the way you use desktop effect to make your window looks 'glows', how do you do it?

Last edited by zodmaner (2008-02-13 19:49:41)

Offline

#253 2008-02-13 19:55:03

cawill
Member
From: United Kingdom
Registered: 2007-12-12
Posts: 63

Re: February 2008 Screenshots

zodmaner wrote:

Nice! What theme are you using? (I also love the way you use desktop effect to make your window looks 'glows', how do you do it?

Thanks,
GTK Theme & Emerald Theme:
http://www.gnome-look.org/content/show. … tent=74553


I think its the Emerald Theme that makes the windows 'glow' but I could be wrong.

Offline

#254 2008-02-13 20:41:02

Mikko777
Member
From: Suomi, Finland
Registered: 2006-10-30
Posts: 837

Re: February 2008 Screenshots

gejr wrote:

Finally got comfortable with a tiling wm.. Awesome! smile

http://www.geirola.net/screenshots/awes … .02.08.png

Share info/config, ie. is that dzen on top or does awesome have infopanels too now?

Offline

#255 2008-02-13 21:02:09

3ner
Member
Registered: 2007-12-29
Posts: 12

Re: February 2008 Screenshots

If that browser is Firefox2 with standard Skin, how do you get the native (gtk) tabbar?

Offline

#256 2008-02-13 21:06:54

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

Re: February 2008 Screenshots

f09a26204bc4a543325f313c9e02bt.jpg

Offline

#257 2008-02-13 21:16:43

Gigamo
Member
Registered: 2008-01-19
Posts: 394

Re: February 2008 Screenshots

Mikko777 wrote:
gejr wrote:

Finally got comfortable with a tiling wm.. Awesome! smile

http://www.geirola.net/screenshots/awes … .02.08.png

Share info/config, ie. is that dzen on top or does awesome have infopanels too now?

It is the awesome statusbar which has been greatly improved in version 2.1.

Offline

#258 2008-02-13 21:22:41

Edd
Member
From: Lithuania
Registered: 2008-01-22
Posts: 6

Re: February 2008 Screenshots

bionnaki wrote:

how did you do that?

My .pypanelrc:

#------------------------------------------------------------------------------
#
#                         PyPanel v2.4 Configuration
#
# This configuration file is a Python script that will be executed when
# PyPanel is started.  In order for PyPanel to start properly, make sure that
# this file contains proper Python formatting and no syntax errors.
#------------------------------------------------------------------------------
VERSION         = 2.4           # Config file version

#------------------------------------------------------------------------------
# Colors: Format is hex triplet - 0xrrggbb
#------------------------------------------------------------------------------
BG_COLOR        = "0x040608"    # Panel background and tinting color
TASK_COLOR      = "0x5f5f5f"    # Normal task name color 
FOCUSED_COLOR   = "0x628cb2"    # Focused task name color
SHADED_COLOR    = "0x808080"    # Shaded task name color 
MINIMIZED_COLOR = "0x3f3f3f"    # Minimized task name color 
DESKTOP_COLOR   = "0xffffff"    # Desktop name color
CLOCK_COLOR     = "0xffffff"    # Clock text color
LINE_COLOR      = "0x606060"    # Vertical line color

# Text Shadow Colors
TASK_SHADOW_COLOR      = "0xffffff"
FOCUSED_SHADOW_COLOR   = "0xffffff"
SHADED_SHADOW_COLOR    = "0xffffff"
MINIMIZED_SHADOW_COLOR = "0xffffff" 
DESKTOP_SHADOW_COLOR   = "0xffffff"
CLOCK_SHADOW_COLOR     = "0xffffff"

#------------------------------------------------------------------------------
# Panel Spacing and Location Options: Measured in pixels
#------------------------------------------------------------------------------
P_LOCATION      = 1             # Panel placement: 0 = top, 1 = bottom
P_WIDTH         = 1673        # Panel width: 0 = Use full screen width
P_START         = 5             # Starting X coordinate of the panel
P_SPACER        = 5         # Spacing between panel objects
P_HEIGHT        = 20            # Panel height
P_L_BUFF    = 0
P_R_BUFF    = 0
P_T_BUFF    = 5
P_B_BUFF    = 5

#------------------------------------------------------------------------------
# Icon Size Options: Measured in pixels
#------------------------------------------------------------------------------
I_HEIGHT        = 16            # Panel application icon height
I_WIDTH         = 16            # Panel application icon Width 
APPL_I_HEIGHT   = 16            # Application launcher icon height
APPL_I_WIDTH    = 16            # Application launcher icon width
TRAY_I_HEIGHT   = 16            # System tray icon height (usually 16 or 24)
TRAY_I_WIDTH    = 16            # System tray icon width  (usually 16 or 24)
                                # If TRAY_I_WIDTH is set to 0, then the
                                # width specified by the tray app will be used
                                
#------------------------------------------------------------------------------
# Panel Clock Format: 'man strftime' for detailed formatting options and help
#------------------------------------------------------------------------------
CLOCK_FORMAT    = "%Y-%m-%d | %H:%M"    # Ex: 2004-09-25 17:45 

#------------------------------------------------------------------------------
# Clock Delay: Seconds between each clock update during periods of inactivity
#------------------------------------------------------------------------------
CLOCK_DELAY     = 20

#------------------------------------------------------------------------------
# Hidden Application List: Apps listed here will not be display on the panel
# The application name is its WM_CLASS name, use 'xprop' to find WM_CLASS
# Ex: ["xmms", "xine", "gDesklets"]
#------------------------------------------------------------------------------
HIDE_LIST       = []            
                   
#------------------------------------------------------------------------------
# Hidden Panel Size: Size of the panel when it's hidden/minimized
#------------------------------------------------------------------------------
HIDDEN_SIZE     = 2

#------------------------------------------------------------------------------
# Panel Text Font: This option takes either a traditional or Xft font string 
# Ex: "-schumacher-clean-medium-r-normal-*-12-*-*-*-*-*-*-*"
#     "aquafont-8" 
#------------------------------------------------------------------------------
FONT            = "monospace-7"

#------------------------------------------------------------------------------
# Show All Applications: Show apps from all desktops or just the current
# 0: Disabled - Only applications on the current desktop will be displayed
# 1: Enabled  - Selected apps are moved to the current desktop
# 2: Enabled  - Current desktop is changed to the selected apps desktop
#------------------------------------------------------------------------------
SHOWALL         = 0             # 0, 1 or 2 - see descriptions above

#------------------------------------------------------------------------------
# Show Minimized/Iconified Applications: Show only minimized apps or all apps
# 0: Disabled - Show all applications on the panel
# 1: Enabled  - Show only minimized apps on the panel
#------------------------------------------------------------------------------
SHOWMINIMIZED   = 0

#------------------------------------------------------------------------------
# Application Icon List: List of custom icons for specific applications
# The application name is its WM_CLASS name, use 'xprop' to find WM_CLASS
#
# The "default" entry is used for applications with no icon.  If left "",
# PyPanel will use the default icon distributed with the source.
#
# Add entries using the following format -
#     "<application name>" : "<full path to icon>",
#------------------------------------------------------------------------------
ICON_LIST       = {
                   "default" : "",
                   "example" : "/usr/share/imlib2/data/images/audio.png",
                  }
                  
#------------------------------------------------------------------------------
# Application Launch List: Ordered list of icons and applications for the
#                          application launcher.
# 
# Add entries using the following format -
#     ("<executable>", "<full path to icon>")
#------------------------------------------------------------------------------
LAUNCH_LIST     = [
                   ("gimp-2.2", "/usr/share/imlib2/data/images/paper.png"), 
                  ]

#..............................................................................
# Start up delay. 
#..............................................................................
STARTUP_DELAY    = 30

#------------------------------------------------------------------------------
# Background Alpha/Shade Level: 0 (Fully Translucent) -> 255 (Fully Opaque)
# BG_COLOR is used for tinting
#------------------------------------------------------------------------------
SHADE           = 255

#------------------------------------------------------------------------------
# Misc. Options: 1 = Enabled/Yes, 0 = Disabled/No
#------------------------------------------------------------------------------
ABOVE           = 1             # Panel is always above other apps
APPICONS        = 0             # Show application icons
AUTOHIDE        = 0             # Autohide uses the CLOCK_DELAY timer above
SHADOWS         = 0             # Show text shadows
SHOWLINES       = 0             # Show object seperation lines
SHOWBORDER      = 0             # Show a border around the panel

#------------------------------------------------------------------------------
# Desktop Names: Configure the names of your desktops
# If the option is [], PyPanel will attempt to use the desktop name specified
# by the XServer, if that fails it will use the desktop number as its name
# Ex. ["One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight"]
#------------------------------------------------------------------------------

DESKTOP_NAMES   = ["One", "Two", "Three", "Four"]

#------------------------------------------------------------------------------
# Panel Layout:       -----------------------------------
#                     [  1  ][  2  ][  3  ][  4  ][  5  ]
#                     -----------------------------------
#
# The panel layout is split into 5 sections numbered 1, 2, 3, 4 or 5 as shown
# in the diagram above.  Each of the following objects can be enabled by
# assigning it a section number or disabled by assigning it 0:
#------------------------------------------------------------------------------
DESKTOP         = 1             # Desktop name section
TASKS           = 2             # Task names section 
TRAY            = 3             # System tray section
CLOCK           = 4             # Clock section
LAUNCHER        = 0             # Application launcher section

#------------------------------------------------------------------------------
#                       Button Event Function Definitions
#------------------------------------------------------------------------------
# Left click   - button 1 
# Middle click - button 2
# Right click  - button 3
# Wheel up     - button 4
# Wheel down   - button 5 
#
# changeDesktop(x)
# - Change Desktop: Increase or decrease the current desktop by 'x' amount
# 
# toggleShade(task)
# - Shade or Unshade an application
#
# toggleHidden()
# - Minimize the panel to the top or bottom depending on its start location
#
# toggleMinimize(task, traise=1)
# - Minimize or Unminimize an application and optionally raise it
#
# taskRaise(task, focus=1)
# - Raise an application to the top of the window list and optionally focus it 
#
# taskLower(task, focus=0)
# - Lower an app to the bottom of the window list and optionally focus it
#
# taskFocus(task)
# - Give focus to the selected application, if it has focus then minimize it
#
# showDesktop()
# - Toggle between hiding and unhiding ALL applications
#------------------------------------------------------------------------------

#----------------------------------
def desktopButtonEvent(pp, button):
#----------------------------------
    """ Button event handler for the panel's desktop object """
        
    if button == 1:
        pp.changeDesktop(-1)
    elif button == 2:
        pp.changeDesktop(2)
    elif button == 3:
        pp.changeDesktop(1)
    elif button == 4:
        pp.changeDesktop(1)
    elif button == 5:
        pp.changeDesktop(-1)
        
#--------------------------------
def clockButtonEvent(pp, button):
#--------------------------------
    """ Button event handler for the panel's clock object """
    
    if button == 1:
        os.system("xclock &")
    elif button == 2:
        pass
    elif button == 3:
        pp.toggleHidden()  
    elif button == 4:
        pp.showDesktop()
    elif button == 5:
        pp.showDesktop()
        
#--------------------------------
def panelButtonEvent(pp, button):
#--------------------------------
    """ Button event handler for the panel with no active tasks """
    
    if button == 1:
        pass
    elif button == 2:
        pass
    elif button == 3:
        pass
    elif button == 4:
        pass
    elif button == 5:
        pass
        
#-------------------------------------
def taskButtonEvent(pp, button, task):
#-------------------------------------
    """ Button event handler for the panel's tasks """
    
    if button == 1:
    for i in range(2):
        pp.taskFocus(task)
    elif button == 2:
        # Destroy the application
        task.obj.destroy()
    elif button == 3:
        # Ex. - XMMS doesn't shade, so we want to minimize it instead and
        #       still use button 3 to shade other applications
        #       task.tclass is the tasks class name (WM_CLASS)
        if "xmms" in task.tclass:
            pp.toggleMinimize(task)
        else:
            pp.toggleShade(task)
    elif button == 4:
        pp.taskRaise(task, focus=1)
    elif button == 5:
        pp.taskLower(task, focus=0)

About pypanel modification. The path described by this link did not work for me automatically, so I done it manually.

Offline

#259 2008-02-13 21:26:32

cawill
Member
From: United Kingdom
Registered: 2007-12-12
Posts: 63

Re: February 2008 Screenshots

3ner wrote:

If that browser is Firefox2 with standard Skin, how do you get the native (gtk) tabbar?

It's Firefox 3 Beta 4 pre (from the nightly trunk) so it has my native gtk theme.

Offline

#260 2008-02-13 23:16:22

Breakage
Member
From: London
Registered: 2008-02-12
Posts: 198
Website

Re: February 2008 Screenshots

Hey, just installed arch last night so havn't completely finished fixing up the desktop yet and installing stuff like mpd/ncmpc but thought i'd post a screenie, my normal everyday DE/WM is Openbox though. Ultra nice distro btw! smile

brea776.png.xs.jpg

Offline

#261 2008-02-14 03:40:49

Roberth
Member
From: The Pale Blue Dot
Registered: 2007-01-12
Posts: 894

Re: February 2008 Screenshots

Well I couldn't stand the black themes and background so I rethemed my "desktop" if you will call it that while I was bored.

2008-02-14-042617_1680x1050_scrot277.png.xs.jpg

Some info...

Openbox theme: Breathe, a little bit modified.
Gtk theme: same name
Wallpaper: selfmade


Use the Source, Luke!

Offline

#262 2008-02-14 08:53:22

gejr
Member
Registered: 2007-05-23
Posts: 92

Re: February 2008 Screenshots

venox wrote:
gejr wrote:

Finally got comfortable with a tiling wm.. Awesome! smile

http://www.geirola.net/screenshots/awes … .02.08.png

awesome movie, one of my favorites wink

Yea, me too. Lost in translation is awesome;)

Gigamo wrote:
gejr wrote:

Finally got comfortable with a tiling wm.. Awesome! smile

http://www.geirola.net/screenshots/awes … .02.08.png

Looks great. What are the tabs at the bottom of the screen?

It's the awesome tasklist widget.


Gigamo wrote:
Mikko777 wrote:
gejr wrote:

Finally got comfortable with a tiling wm.. Awesome! smile

http://www.geirola.net/screenshots/awes … .02.08.png

Share info/config, ie. is that dzen on top or does awesome have infopanels too now?

It is the awesome statusbar which has been greatly improved in version 2.1.

Right. It's all awesome. I've put some configs up at http://www.geirola.net/configs/
Should also mention that I've borrowed a lot from Husio in these forums, in case he decides to pull up his copyright hammer ;-)

Last edited by gejr (2008-02-14 08:53:38)

Offline

#263 2008-02-14 08:59:04

Sushisource
Member
Registered: 2008-02-14
Posts: 8

Re: February 2008 Screenshots

jordanmthomas wrote:

Just got rid of a big problem I was having, so I've been using compiz just because I can.
Nothing too special here, but I am bored.
http://img183.imageshack.us/img183/4564 … xw7.th.png

Explain to me what it going on here. Are you using emerald? If so, what theme? I need details good sir.

Offline

#264 2008-02-14 12:15:37

gejr
Member
Registered: 2007-05-23
Posts: 92

Re: February 2008 Screenshots

Roberth wrote:

Well I couldn't stand the black themes and background so I rethemed my "desktop" if you will call it that while I was bored.

http://xs224.xs.to/xs224/08074/2008-02- … png.xs.jpg

Some info...

Openbox theme: Breathe, a little bit modified.
Gtk theme: same name
Wallpaper: selfmade

I love your style, but can't say I care too much for that wallpaper big_smile

Offline

#265 2008-02-14 12:15:50

nsf
Member
From: Yekaterinburg, Russia
Registered: 2007-09-15
Posts: 160
Website

Re: February 2008 Screenshots

ssarchag8.th.png
Here my screenie smile
The key feature of this image is a little panel at bottom of the screen. It is called - bmpanel. I wrote it by myself (theme is my work too) and you can find it in AUR.
BMPanel is some kind of themeable reincarnation of fspanel. It is lightweight, simple, sweet and nice. Perfect panel for openbox3 smile

Last edited by nsf (2008-02-14 12:17:45)


Bmpanel2 and obkey developer.

Offline

#266 2008-02-14 17:03:12

jase
Member
From: Finland
Registered: 2008-01-20
Posts: 25

Re: February 2008 Screenshots

69b73b07c6a21afa495683ab7c9778e8.jpg

My basic desktop: Gnome, Emerald, AWN, Conky. It looks like I'm installing gentoo on my PS3 ;)

Last edited by jase (2008-02-14 17:03:40)

Offline

#267 2008-02-14 17:20:25

zodmaner
Member
Registered: 2007-07-11
Posts: 653

Re: February 2008 Screenshots

Breakage wrote:

Hey, just installed arch last night so havn't completely finished fixing up the desktop yet and installing stuff like mpd/ncmpc but thought i'd post a screenie, my normal everyday DE/WM is Openbox though. Ultra nice distro btw! smile

http://xs224.xs.to/xs224/08073/brea776.png.xs.jpg

Holy smoke! Could you share that XMMS theme please?

Offline

#268 2008-02-14 18:31:24

stavrosg
Member
From: Rhodes, Greece
Registered: 2005-05-01
Posts: 330
Website

Re: February 2008 Screenshots

A more or less standard kde here
th_2009-02-14.jpg
(wallpaper photo by me)

Offline

#269 2008-02-14 19:27:08

arialis111
Member
Registered: 2006-12-12
Posts: 63

Re: February 2008 Screenshots

2008-02-14-202102_1152x864_scrot646.png.xs.jpg

Xfce 4.4

Offline

#270 2008-02-14 20:36:49

colbert
Member
Registered: 2007-12-16
Posts: 809

Re: February 2008 Screenshots

A lil' Valentine Day's theme wink

desktop021408_thumb.jpg

desktop021408busy_thumb.jpg

Offline

#271 2008-02-14 21:06:12

Breakage
Member
From: London
Registered: 2008-02-12
Posts: 198
Website

Re: February 2008 Screenshots

zodmaner wrote:
Breakage wrote:

Hey, just installed arch last night so havn't completely finished fixing up the desktop yet and installing stuff like mpd/ncmpc but thought i'd post a screenie, my normal everyday DE/WM is Openbox though. Ultra nice distro btw! smile

http://xs224.xs.to/xs224/08073/brea776.png.xs.jpg

Holy smoke! Could you share that XMMS theme please?

Sure it's here: http://bunji.deviantart.com/art/2smpl-37816465 teh olive one.

Offline

#272 2008-02-14 21:23:12

Reasons
Member
From: Washington
Registered: 2007-11-04
Posts: 572

Re: February 2008 Screenshots

New laptop, new desktop.

02_14_2008_by_PurposeOfReason.png

Offline

#273 2008-02-14 22:21:37

dyscoria
Member
Registered: 2008-01-10
Posts: 1,007

Re: February 2008 Screenshots

Reasons wrote:

A quick search for 'terminal matrix' hasn't come up with much. Where'd you get that script?

Nice desktop btw.

Last edited by dyscoria (2008-02-14 22:21:54)


flack 2.0.6: menu-driven BASH script to easily tag FLAC files (AUR)
knock-once 1.2: BASH script to easily create/send one-time sequences for knockd (forum/AUR)

Offline

#274 2008-02-14 22:25:52

varl
Member
Registered: 2007-06-07
Posts: 51

Re: February 2008 Screenshots

dyscoria wrote:
Reasons wrote:

A quick search for 'terminal matrix' hasn't come up with much. Where'd you get that script?

Nice desktop btw.

[veronika varl]# pacman -Ss matrix
extra/cmatrix 1.2a-2
    Let you see the matrix code in your console

Offline

#275 2008-02-14 22:27:29

dyscoria
Member
Registered: 2008-01-10
Posts: 1,007

Re: February 2008 Screenshots

Ah thanks...didn't think to search for it in pacman!
It seems that Pacman > Google big_smile


flack 2.0.6: menu-driven BASH script to easily tag FLAC files (AUR)
knock-once 1.2: BASH script to easily create/send one-time sequences for knockd (forum/AUR)

Offline

Board footer

Powered by FluxBB