You are not logged in.

#576 2008-10-29 23:48:59

heleos
Member
From: Maine, USA
Registered: 2007-04-24
Posts: 678

Re: October 2008 Screenshots

That looks awesome! stand-alone compiz?

edit: or... is skippy a wm? D:

Last edited by heleos (2008-10-29 23:50:06)

Offline

#577 2008-10-30 00:02:11

leo2501
Member
From: Buenos Aires, Argentina
Registered: 2007-07-07
Posts: 658

Re: October 2008 Screenshots

thewayofzen wrote:

http://img367.imageshack.us/img367/6836 … tu9.th.pnghttp://img367.imageshack.us/images/thpix.gif
I imagine this will be my last shot for october.
openbox
pypanel
conky
thunar
sonata.


icons are quickening found at gnome-look.org
openbox and gtk are unreleased created by me.

i really like your gtk, when we can expect it?


Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
-- Antoine de Saint-Exupery

Offline

#578 2008-10-30 00:03:36

Square
Member
Registered: 2008-06-11
Posts: 435

Re: October 2008 Screenshots

heleos wrote:

That looks awesome! stand-alone compiz?

edit: or... is skippy a wm? D:

http://aur.archlinux.org/packages.php?O … _Search=Go


 

Offline

#579 2008-10-30 02:16:41

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: October 2008 Screenshots

openbox20081030cleania6.th.pngthpix.gif

Openbox, tint, several conky instances. Weather stuff is based on froli's conky setup - thanks again for that froli smile.

And one showing the Openbox theme:

openbox20081030menuor4.th.pngthpix.gif

Configs and fonts can be found here.

Last edited by B (2008-10-30 15:16:51)


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#580 2008-10-30 03:43:51

thewayofzen
Member
Registered: 2007-06-10
Posts: 79

Re: October 2008 Screenshots

if you wish to try it you can have the gtkrc its not finished though like i said.

requires mist and xfce gtk engines

special thanks to lyrae.. i used one of her gtk themes as a starting point.


# Requires the gtk-xfce-engine.

gtk-icon-sizes = "panel-menu=16,16:panel=16,16:gtk-button=16,16:gtk-large-toolbar=16,16"
gtk-button-images = 0
gtk-menu-images = 0

style "default"
{
    GtkButton::default_border            = {0, 0, 0, 0}
    GtkButton::default_outside_border        = {0, 0, 0, 0}
    GtkButton::child_displacement_x            = 0
    GtkButton::child_displacement_y            = 1
    GtkButton::default_spacing            = 2
    GtkButton::focus-padding            = 0

    GtkCheckButton::indicator_size            = 8

    GtkMenuBar::internal-padding            = 1
    GtkMenuBar::shadow_type                = none

    GtkHandleBox::shadow_type            = none

    GtkMenuItem::selected_shadow_type        = none

    GtkPaned::handle_full_size            = 1
    GtkPaned::handle_size                = 2

    GtkRadioButton::indicator_size            = 10

    GtkRange::slider_width                = 10
    GtkRange::stepper_size                = 10
    GtkRange::stepper_spacing            = 0
    GtkRange::trough_border                = 0

    GtkScrollbar::has_forward_stepper        = 0
    GtkScrollbar::has_backward_stepper        = 0
    GtkScrollbar::has_secondary_backward_stepper    = 0
    GtkScrollbar::min_slider_length            = 10

    GtkToolbar::shadow_type                = none

    GtkWidget::focus-line-width            = 1
    GtkWidget::focus_padding            = 1 
    GtkWidget::interior_focus            = 1 
    GtkWidget::internal_padding            = 1 

    GtkEntry::cursor_aspect_ratio            = 0.1
    GtkEntry::cursor_color                = "#BCB5A6"
    GtkEntry::secondary_cursor_color        = "#BCB5A6"

    GtkTextView::cursor_color            = "#BCB5A6"
    GtkTextView::secondary_cursor_color        = "#BCB5A6"

    xthickness                    = 1
    ythickness                    = 1

    base[NORMAL]                    = "#363a3b" # Background, most
    base[PRELIGHT]                    = "#404445" # Mouseover menu
    base[ACTIVE]                    = "#232728" # Menu active item in inactive window
    base[SELECTED]                    = "#232728" # Menu active item in active window
    base[INSENSITIVE]                = "#404446" # Background, insensitive

    text[NORMAL]                    = "#BCB5A6" # Text in window
    text[PRELIGHT]                    = "#BCB5A6" # Text on Mouseover
    text[ACTIVE]                    = "#D1C8BA" # Active text in inactive window
    text[SELECTED]                    = "#D1C8BA" # Active text in active window
    text[INSENSITIVE]                = "#BCB5A6" # Unknown

    bg[NORMAL]                    = "#363a3b" # Normal Background, inactive Metacity bar, buttons
    bg[PRELIGHT]                    = "#404445" # Mouseover buttons
    bg[ACTIVE]                    = "#232728" # Mouseclicking, Tabs, active window list
    bg[SELECTED]                    = "#272B2E" # Metacity Bar
    bg[INSENSITIVE]                    = "#404445" # Insensitive buttons

    fg[ACTIVE]                    = "#BCB5A6"
    fg[INSENSITIVE]                    = "#797977"
    fg[NORMAL]                    = "#BCB5A6"
    fg[PRELIGHT]                    = "#D1C8BA"
    fg[SELECTED]                    = "#BCB5A6"

    engine "xfce"
    {
        smooth_edge = true

        boxfill
        {
            fill_style = plain
        }
    }
}

widget_class "*" style "default"

style "menustyle" = "default"
{
    xthickness = 2
    ythickness = 0

        engine "xfce"
    {
        smooth_edge = true
        grip_style = none

        boxfill
        {
            fill_style = gradient
            orientation = vertical
            shade_start = 1.02
            shade_end = 1.00
        }
    }
}

widget_class "*BonoboDockItem"    style "menustyle"
class "*BonoboDockItem"        style "menustyle"
widget_class "*ToolBar"        style "menustyle"
class "*ToolBar"        style "menustyle"
widget_class "*MenuBar"        style "menustyle"
class "*MenuBar"        style "menustyle"

class "GtkWidget"          style "default"

style "inactivetext"
{

engine "mist"
     {
    }
}

widget_class "*.<GtkLabel>" style "inactivetext"
widget_class "*.<GtkCellLayout>" style "inactivetext"
#widget_class "*.<Combo>" style "inactivetext"

style "inactivetext2"
{


  fg[PRELIGHT]         = "#B3B600"
  text[PRELIGHT]     = "#B3B600"

engine "mist"
     {
    }
}

widget_class "*.<GtkMenuItem>.*" style "inactivetext2"



style "button" = "default"
{
    xthickness = 2
    ythickness = 2

    engine "xfce"
    {
        smooth_edge = true
        grip_style = none

        boxfill
        {
            fill_style = gradient
            orientation = vertical
            shade_start = 1.05
            shade_end = 1.00
        }
    }
}

widget_class "*Button*"        style "button"
class "*Button*"        style "button"
widget_class "*button*"        style "button"
class "*button*"        style "button"
widget_class "*OptionMenu*"    style "button"
class "*OptionMenu*"        style "button"

style "sbstyle" = "default"
{
    fg[PRELIGHT] = "#D1C8BA"
    bg[NORMAL] = "#363a3b"
    bg[PRELIGHT] = "#2B2F31"
    xthickness = 4
    ythickness = 4

    engine "xfce"
    {
        smooth_edge = true
        grip_style = none
        boxfill
        {
            fill_style = gradient
            orientation = automatic
            shade_start = 1.0
            shade_end = 1.0
        }
    }
}



widget_class "*Scrollbar*"    style "sbstyle"
class "*Scrollbar*"        style "sbstyle"
widget_class "*GtkScale*"    style "sbstyle"
class "*GtkScale*"        style "sbstyle"
widget_class "*GtkProgress*"    style "sbstyle"
class "*GtkProgress*"        style "sbstyle"

style "fsstyle"
{
#    fg[NORMAL] = "#CABDA9"
    fg[ACTIVE] = "#D1C8BA"
    fg[SELECTED] = "#D1C8BA" 
}

widget_class "*List"        style "fsstyle"
class "*List"            style "fsstyle"
widget_class "*Button"        style "fsstyle"
class "*Button"            style "fsstyle"
widget_class "*Tree"        style "fsstyle"
class "*Tree"            style "fsstyle"

style "ledstyle"
{
    text[NORMAL] = "#CABDA9"
}

widget_class "*Clock*"        style "ledstyle"
class "*Clock*"            style "ledstyle"

style "menuitem" = "default"
{
    xthickness = 1
    ythickness = 2
}

widget_class "*MenuItem*"    style "menuitem"
class "*MenuItem*"        style "menuitem"

style "flat" = "default"
{
    xthickness = 2
    ythickness = 2

    engine "xfce" 
    {
        smooth_edge = true
        grip_style = none
        
        boxfill
        {
            fill_style = gradient
            orientation = vertical
            shade_start = 1.00
            shade_end = 1.00
        }
    }
}

widget_class "*HandleBox*"    style "flat"

style "titlebar"
{
    bg[SELECTED]    = "#363a3b"
            
    fg[SELECTED]    = "#D1C8BA"
    fg[INSENSITIVE]    = "#BCB5A6"
}

widget "xfwm"            style "titlebar"
widget_class "MetaFrames"    style "titlebar"
class "MetaFrames"        style "titlebar"

Offline

#581 2008-10-30 09:39:10

cinan
Member
From: Slovakia
Registered: 2008-07-04
Posts: 251
Website

Re: October 2008 Screenshots

openBrandon wrote:

@ cinan

wallpaper plz.?

5704988-007.jpg

Offline

#582 2008-10-30 13:05:23

Bonzodog
Member
From: Leicester, UK
Registered: 2008-02-14
Posts: 106

Re: October 2008 Screenshots

Openbox, with Conky.
openarch6801.png.xs.jpg

Offline

#583 2008-10-30 14:11:29

methuselah
Member
Registered: 2007-10-02
Posts: 570

Re: October 2008 Screenshots

This is one my first attempts at using GIMP brushes:

Screenshot-19-3.png

Large View: http://i480.photobucket.com/albums/rr16 … t-19-2.jpg


Screenshot-20-3.png

Large View: http://i480.photobucket.com/albums/rr16 … t-20-2.png

Offline

#584 2008-10-30 14:29:05

filou.linux
Member
From: Zurich
Registered: 2008-04-17
Posts: 87

Re: October 2008 Screenshots

Ankka wrote:

Wow Ankka, where did you get that wallpaper from???? roll

Offline

#585 2008-10-31 01:14:09

smakked
Member
From: Gold Coast , Australia
Registered: 2008-08-14
Posts: 420

Re: October 2008 Screenshots

methuselah wrote:

This is one my first attempts at using GIMP brushes:


Large View: http://i480.photobucket.com/albums/rr16 … t-19-2.jpg




Large View: http://i480.photobucket.com/albums/rr16 … t-20-2.png

Another great effort methuselah, got a link for th wallpaper?


Certified Android Junkie
Arch 64

Offline

#586 2008-10-31 03:32:59

methuselah
Member
Registered: 2007-10-02
Posts: 570

Re: October 2008 Screenshots

smakked wrote:
methuselah wrote:

This is one my first attempts at using GIMP brushes:


Large View: http://i480.photobucket.com/albums/rr16 … t-19-2.jpg




Large View: http://i480.photobucket.com/albums/rr16 … t-20-2.png

Another great effort methuselah, got a link for th wallpaper?

I just made the wallpaper with GIMP and some brushes I found on deviantART.... I didn't think it was good enough to upload for other people. I know my taste in styles is very different from most people, so I like it..... but I thought that I would make a few more practice wallpapers before I ever submit one.


I just made this one:

Screenshot-22.png

Large View: http://i480.photobucket.com/albums/rr16 … t-22-1.jpg

Offline

#587 2008-10-31 05:06:07

wickedlester
Member
From: Texas, USA
Registered: 2004-07-22
Posts: 144

Re: October 2008 Screenshots

hello. It's been a long time since I posted a screenshot.

10302008_th.png

Offline

#588 2008-10-31 06:12:16

nexus7
Member
From: brain dump
Registered: 2006-12-06
Posts: 285

Re: October 2008 Screenshots

B wrote:

http://img341.imageshack.us/img341/6268 … ia6.th.pnghttp://img341.imageshack.us/images/thpix.gif

Openbox, tint, several conky instances. Weather stuff is based on froli's conky setup - thanks again for that froli smile.

And one showing the Openbox theme:

http://img171.imageshack.us/img171/7213 … or4.th.pnghttp://img171.imageshack.us/images/thpix.gif

Configs and fonts can be found here.

Very nice screenies and configs!
...and plz share your wallpapper smile


we are Arch.
you will be assimilated!
resistance is futile!

Offline

#589 2008-10-31 13:18:31

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: October 2008 Screenshots

nexus7 wrote:
B wrote:

http://img341.imageshack.us/img341/6268 … ia6.th.pnghttp://img341.imageshack.us/images/thpix.gif

Openbox, tint, several conky instances. Weather stuff is based on froli's conky setup - thanks again for that froli smile.

And one showing the Openbox theme:

http://img171.imageshack.us/img171/7213 … or4.th.pnghttp://img171.imageshack.us/images/thpix.gif

Configs and fonts can be found here.

Very nice screenies and configs!
...and plz share your wallpapper smile

Thank you smile.

Wallpaper is from Mandolux.

In the meantime I got the python feeder script going and I love to show that off big_smile.

openbox20081030rssru2.th.pngthpix.gif


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#590 2008-10-31 15:21:21

rson451
Member
From: Annapolis, MD USA
Registered: 2007-04-15
Posts: 1,233
Website

Re: October 2008 Screenshots

wickedlester wrote:

hello. It's been a long time since I posted a screenshot.

what gtk theme is that?


archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson

Offline

#591 2008-10-31 15:26:37

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

Re: October 2008 Screenshots

outubrolx1.th.pngthpix.gif

nothing too fancy...

Offline

#592 2008-10-31 15:32:31

indie
Member
Registered: 2005-12-03
Posts: 3

Re: October 2008 Screenshots

I like your terminal colors. Could you please post config?

Offline

#593 2008-10-31 15:38:58

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

Re: October 2008 Screenshots

Im running screen and VIM in a 256 color term

the colorscheme is this one:

http://zork.net/pub/textmate.vim

Offline

#594 2008-10-31 16:00:33

Baha
Member
Registered: 2008-09-07
Posts: 52

Re: October 2008 Screenshots

I'm already preparing the desktop for november..;)

Offline

#595 2008-10-31 17:08:43

fflarex
Member
Registered: 2007-09-15
Posts: 466

Re: October 2008 Screenshots

Just switched to dwm yesterday and couldn't be happier with it. Way easier to configure than I ever imagined it could be through editing the source. I don't know a lick of C and found it easier to get a setup I like than any other wm I've tried. Oh, and check out the funky artwork in the background and my custom mplayer icons.

200810311142231280x800szj2.th.png

Last edited by fflarex (2008-10-31 17:09:31)

Offline

#596 2008-10-31 17:30:02

Ankka
Member
From: Finland
Registered: 2007-04-08
Posts: 98

Re: October 2008 Screenshots

haxit wrote:
Ankka wrote:

That is amazing. Can I please see your .screenrc?

http://bbs.archlinux.org/viewtopic.php?id=55618 post #14. I don't know how to link to the actual post.

Offline

#597 2008-10-31 17:34:31

wickedlester
Member
From: Texas, USA
Registered: 2004-07-22
Posts: 144

Re: October 2008 Screenshots

@ rson451 That is Murrine Brave Dark

Offline

#598 2008-10-31 17:34:47

rson451
Member
From: Annapolis, MD USA
Registered: 2007-04-15
Posts: 1,233
Website

Re: October 2008 Screenshots

Ankka wrote:

I don't know how to link to the actual post.

That would be the date link on the left in the same bar as the post number.

EDIT: Thanks wicked.

Last edited by rson451 (2008-10-31 17:35:12)


archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson

Offline

#599 2008-10-31 20:06:02

indie
Member
Registered: 2005-12-03
Posts: 3

Re: October 2008 Screenshots

joqueza wrote:

Im running screen and VIM in a 256 color term

the colorscheme is this one:

http://zork.net/pub/textmate.vim

thanks a lot!

Offline

#600 2008-10-31 20:34:54

Sjoden
Member
From: WA
Registered: 2007-08-16
Posts: 380
Website

Re: October 2008 Screenshots

http://ognop.net/images/screenshots/200 … _scrot.png

Last edited by Sjoden (2008-10-31 20:35:42)

Offline

Board footer

Powered by FluxBB