You are not logged in.

#26 2010-09-03 18:39:31

crimsonlizard
Member
Registered: 2010-08-30
Posts: 11

Re: bmpanel2 thread

Hello, is there still demand for the Arch Theme? I installed bmpanel2 from AUR (bmpanel2-2.1pre1) and simply adjusted the theme file of the old Arch-theme to work with bmpanel2.
Well, I don't know how good it works in comparsion to the one in bmpanel - e.g. I don't know whether or not the desktop switching works (i don't use mutiple desktops).
Anyways here is a screenshot of my desktop: Click .
Let me know if there's interest...

Greetings

Offline

#27 2010-09-04 04:07:32

mcordv
Member
Registered: 2010-08-03
Posts: 23

Re: bmpanel2 thread

Here you've a tutorial: howto create a menu for bmpanel2 (in spanish, but easy to understand...)

Regards

Last edited by mcordv (2010-09-04 23:03:00)

Offline

#28 2010-09-04 13:08:07

na12
Member
From: /home/serbia
Registered: 2008-12-23
Posts: 752

Re: bmpanel2 thread

width parameter don't work,I always get 100% panel width,and is it possible with xywh option to stretch(not tile) panel background image?

Offline

#29 2010-09-04 18:22:36

crimsonlizard
Member
Registered: 2010-08-30
Posts: 11

Re: bmpanel2 thread

na12 wrote:

width parameter don't work,I always get 100% panel width,and is it possible with xywh option to stretch(not tile) panel background image?

The width parameter works fine for me (Click for Screenshot). Make sure it's set in the panel section of the theme file; like this:

panel
        position bottom
        #separator separator.png
        background tile.png
        transparent true
        align center
        width 70%

In my understanding xywh is only to 'cut' the selected image. I found this explanation in bmpanel2 source directory:

xywh::
    Defines the rectangle. Origin (X, Y) and width, height
    respectively.

I hope this could help!

Greetings

Offline

#30 2010-09-05 09:52:13

na12
Member
From: /home/serbia
Registered: 2008-12-23
Posts: 752

Re: bmpanel2 thread

crimsonlizard wrote:
na12 wrote:

width parameter don't work,I always get 100% panel width,and is it possible with xywh option to stretch(not tile) panel background image?

The width parameter works fine for me (Click for Screenshot). Make sure it's set in the panel section of the theme file; like this:

panel
        position bottom
        #separator separator.png
        background tile.png
        transparent true
        align center
        width 70%

Not work for me.I always get 100% panel width.

Offline

#31 2010-09-05 15:14:56

crimsonlizard
Member
Registered: 2010-08-30
Posts: 11

Re: bmpanel2 thread

na12 wrote:

Not work for me.I always get 100% panel width.

Hm. Can you post your theme file? The only thing I can think of at the moment is, that you have accidently set the width parameter a second time (maybe later in the file).

Offline

#32 2010-09-05 15:33:44

na12
Member
From: /home/serbia
Registered: 2008-12-23
Posts: 752

Re: bmpanel2 thread

crimsonlizard wrote:
na12 wrote:

Not work for me.I always get 100% panel width.

Hm. Can you post your theme file? The only thing I can think of at the moment is, that you have accidently set the width parameter a second time (maybe later in the file).

here it is

theme
    name test
    author na12

panel
    position bottom
    background tile.png
    transparent true
        align centre
        width 70%
empty 3

desktop_switcher
    idle
        left_corner empty.png
        left empty.png
        center empty.png
        right empty.png
        right_corner empty.png
        font DejaVu Sans condensed bold 9
            color 150 150 150
            offset 0 0
            align center
        
    pressed
        left_corner empty.png
        left empty.png
        center empty.png
        right empty.png
        right_corner empty.png
        font DejaVu Sans condensed bold 9
            color 247 247 247
            offset 0 0
            shadow_offset 1 1
            shadow_color 0 0 0
            align center

pager
    idle
        border 0 0 0
        fill 55 55 55
        inactive_window_border 89 89 89
        inactive_window_fill 18 18 18
        active_window_border 89 89 89
        active_window_fill 18 18 18
        font DejaVu Sans 8
            color 247 247 247
            offset -2 3
            align right
            shadow_offset 1 1
            shadow_color 0 0 0

    pressed
        border 15 15 15
        fill 66 83 34
        inactive_window_border 160 160 160
        inactive_window_fill 43 43 43
        active_window_border 204 235 143
        active_window_fill 130 160 74

    height 18
    desktop_spacing 3

launchbar
    icon_size 16 16
    
empty 5

taskbar  
    idle
        left tb-lr-idle.png
        center empty.png
        right tb-lr-idle.png
        font DejaVu Sans condensed 8
            color 247 247 247
            offset 5 1
            shadow_offset 1 1
            shadow_color 0 0 0
        icon_offset 0 0

    idle_highlight
        left tb-left-hover.png
        center tb-tile-hover.png
        right tb-right-hover.png
        font DejaVu Sans condensed 8
            color 255 255 255
            offset 5 1
            shadow_offset 1 1
            shadow_color 0 0 0
        icon_offset 0 0
    
    pressed
        left tb-left-active.png
        center tb-tile-active.png
        right tb-right-active.png
        font DejaVu Sans condensed 8
            color 247 247 247
            offset 5 1
            shadow_offset 1 1
            shadow_color 0 0 0
        icon_offset 1 0
        
    pressed_highlight
        left tb-left-active-hover.png
        center tb-tile-active-hover.png
        right tb-right-active-hover.png
        font DejaVu Sans condensed 8
            color 247 247 247
            offset 5 1
            shadow_offset 1 1
            shadow_color 0 0 0
        icon_offset 0 0

    task_max_width 200
    default_icon default_icon.png

empty 7

systray
    icon_size 20 20
    icon_spacing 2

empty 3

clock    
    font DejaVu Sans condensed bold 9
        color 247 247 247
        offset 0 0
        shadow_offset 1 1
        shadow_color 0 0 0
        align center

    time_format %H:%M

empty 3

Last edited by na12 (2010-09-05 15:34:15)

Offline

#33 2010-09-11 13:16:27

Berseker
Member
From: Near Lecco, Italy
Registered: 2008-04-24
Posts: 258

Re: bmpanel2 thread

Hi all

Does bmpanel2 has some kind of auto hide feature? I can't find some infos anywhere about this

Offline

#34 2011-08-21 18:13:33

defcon
Member
From: Germany, Bruchsal
Registered: 2006-08-16
Posts: 177

Re: bmpanel2 thread

How can i change the names from the desktop switcher?


Registed Linux User 608596

Offline

#35 2011-08-22 13:42:56

na12
Member
From: /home/serbia
Registered: 2008-12-23
Posts: 752

Re: bmpanel2 thread

defcon wrote:

How can i change the names from the desktop switcher?

Use obconf.

Offline

#36 2011-08-22 14:08:59

defcon
Member
From: Germany, Bruchsal
Registered: 2006-08-16
Posts: 177

Re: bmpanel2 thread

Thanks.


Registed Linux User 608596

Offline

Board footer

Powered by FluxBB