guest@dotshare [~/groups/panels/lxpanel] $ ls Gnome-3/ | cat

Gnome 3

rickee Feb 29, 2016 (panels/lxpanel)

panel(raw, dl)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Global {
    edge=top
    allign=center
    margin=0
    widthtype=percent
    width=100
    height=23
    transparent=1
    tintcolor=#2d2d2d
    alpha=180
    autohide=0
    heightwhenhidden=2
    setdocktype=1
    setpartialstrut=1
    usefontcolor=0
    fontsize=10
    fontcolor=#080808
    usefontsize=1
    background=0
    backgroundfile=/home/kadcom/.config/openbox/panel-background.png
    iconsize=23
    loglevel=2
}

Plugin {
    type = menu
    Config {
        image=/home/kadcom/.config/openbox/mint-logo.svg
        system {
        }
        separator {
        }
        item {
            command=run
        }
        separator {
        }
        item {
            image=gnome-logout
            command=logout
        }
    }
}

Plugin {
    type = space
    expand=1
    Config {
        Size=2
    }
}

Plugin {
    type = dclock
    Config {
        ClockFmt=%H:%M - %A %d %B %Y
        BoldFont=1
        IconOnly=0
        CenterText=0
    }
}

Plugin {
    type = space
    expand=1
    Config {
        Size=2
    }
}

Plugin {
    type = volumealsa
}

Plugin {
    type = tray
}

Plugin {
    type = kbled
    Config {
        ShowCapsLock=0
        ShowNumLock=1
        ShowScrollLock=0
    }
}

CLICK TO VIEW

x

bottom(raw, dl)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# lxpanel <profile> config file. Manually editing is not recommended.
# Use preference dialog in lxpanel to adjust config when you can.

Global {
    edge=left
    allign=center
    margin=0
    widthtype=percent
    width=60
    height=50
    transparent=1
    tintcolor=#3b3b3b
    alpha=200
    autohide=1
    heightwhenhidden=2
    setdocktype=0
    setpartialstrut=0
    usefontcolor=0
    fontsize=10
    fontcolor=#000000
    usefontsize=0
    background=0
    iconsize=41
    loglevel=2
}

Plugin {
    type = taskbar
    expand=1
    Config {
        tooltips=1
        IconsOnly=1
        ShowAllDesks=0
        UseMouseWheel=1
        UseUrgencyHint=1
        FlatButton=0
        MaxTaskWidth=200
        spacing=1
        GroupedTasks=0
    }
}
 

x