~lubuntu-dev/lubuntu-default-settings/trunk

« back to all changes in this revision

Viewing changes to usr/share/lxpanel/profile/Lubuntu/panels/panel

  • Committer: Julien Lavergne
  • Date: 2009-09-05 20:04:28 UTC
  • Revision ID: julien.lavergne@gmail.com-20090905200428-76zc3v1x66vx58x1
Initial commit

------------- This line and the following will be ignored --------------

added:
  COPYING
  Makefile
  debian/
  debian/changelog
  debian/compat
  debian/control
  debian/copyright
  debian/rules
  etc/
  etc/xdg/
  etc/xdg/lxsession/
  etc/xdg/lxsession/Lubuntu/
  etc/xdg/lxsession/Lubuntu/autostart
  etc/xdg/lxsession/Lubuntu/config
  usr/
  usr/bin/
  usr/bin/lubuntu-logout
  usr/bin/openbox-lubuntu
  usr/bin/startlubuntu
  usr/share/
  usr/share/applications/
  usr/share/applications/lubuntu-logout.desktop
  usr/share/applications/lubuntu-screenlock.desktop
  usr/share/lubuntu/
  usr/share/lubuntu/images/
  usr/share/lubuntu/images/logout-banner.png
  usr/share/lubuntu/images/lubuntu-logo.png
  usr/share/lubuntu/openbox/
  usr/share/lubuntu/openbox/menu.xml
  usr/share/lubuntu/openbox/rc.xml
  usr/share/lubuntu/pcmanfm/
  usr/share/lubuntu/pcmanfm/main.lubuntu
  usr/share/lubuntu/wallpapers/
  usr/share/lubuntu/wallpapers/lubuntu-bird-2-1024x768.jpg
  usr/share/lubuntu/wallpapers/lubuntu-bird-2-1280x1024.jpg
  usr/share/lubuntu/wallpapers/lubuntu-bird-2-1280x800.jpg
  usr/share/lxpanel/
  usr/share/lxpanel/profile/
  usr/share/lxpanel/profile/Lubuntu/
  usr/share/lxpanel/profile/Lubuntu/config
  usr/share/lxpanel/profile/Lubuntu/panels/
  usr/share/lxpanel/profile/Lubuntu/panels/panel
  usr/share/xsessions/
  usr/share/xsessions/Lubuntu.desktop

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# lxpanel <profile> config file. Manually editing is not recommended.
 
2
# Use preference dialog in lxpanel to adjust config when you can.
 
3
 
 
4
Global {
 
5
    edge=bottom
 
6
    allign=left
 
7
    margin=0
 
8
    widthtype=percent
 
9
    width=100
 
10
    height=26
 
11
    transparent=0
 
12
    tintcolor=#000000
 
13
    alpha=0
 
14
    setdocktype=1
 
15
    setpartialstrut=1
 
16
    usefontcolor=1
 
17
    fontcolor=#ffffff
 
18
    background=1
 
19
    backgroundfile=/usr/share/lxpanel/images/background.png
 
20
}
 
21
 
 
22
Plugin {
 
23
    type = space
 
24
    Config {
 
25
        Size=2
 
26
    }
 
27
}
 
28
 
 
29
Plugin {
 
30
    type = menu
 
31
    Config {
 
32
        image=/usr/share/lubuntu/images/lubuntu-logo.png
 
33
        system {
 
34
        }
 
35
        separator {
 
36
        }
 
37
        item {
 
38
            command=run
 
39
        }
 
40
        separator {
 
41
        }
 
42
        item {
 
43
            image=gnome-logout
 
44
            command=logout
 
45
        }
 
46
    }
 
47
}
 
48
 
 
49
Plugin {
 
50
    type = launchbar
 
51
    Config {
 
52
        Button {
 
53
            id=pcmanfm.desktop
 
54
        }
 
55
        Button {
 
56
            id=firefox.desktop
 
57
        }
 
58
    }
 
59
}
 
60
 
 
61
Plugin {
 
62
    type = space
 
63
    Config {
 
64
        Size=4
 
65
    }
 
66
}
 
67
 
 
68
Plugin {
 
69
    type = wincmd
 
70
    Config {
 
71
        Button1=iconify
 
72
        Button2=shade
 
73
    }
 
74
}
 
75
 
 
76
Plugin {
 
77
    type = space
 
78
    Config {
 
79
        Size=4
 
80
    }
 
81
}
 
82
 
 
83
Plugin {
 
84
    type = pager
 
85
}
 
86
 
 
87
Plugin {
 
88
    type = space
 
89
    Config {
 
90
        Size=4
 
91
    }
 
92
}
 
93
 
 
94
Plugin {
 
95
    type = taskbar
 
96
    expand=1
 
97
    Config {
 
98
        tooltips=1
 
99
        IconsOnly=0
 
100
        AcceptSkipPager=1
 
101
        ShowIconified=1
 
102
        ShowMapped=1
 
103
        ShowAllDesks=0
 
104
        UseMouseWheel=1
 
105
        UseUrgencyHint=1
 
106
        FlatButton=0
 
107
        MaxTaskWidth=150
 
108
        spacing=1
 
109
    }
 
110
}
 
111
 
 
112
Plugin {
 
113
    type = netstat
 
114
}
 
115
 
 
116
Plugin {
 
117
    type = cpu
 
118
}
 
119
 
 
120
Plugin {
 
121
    type = tray
 
122
}
 
123
 
 
124
Plugin {
 
125
    type = dclock
 
126
    Config {
 
127
        ClockFmt=%R
 
128
        TooltipFmt=%A %x
 
129
        BoldFont=0
 
130
    }
 
131
}
 
132
 
 
133
Plugin {
 
134
    type = launchbar
 
135
    Config {
 
136
        Button {
 
137
            id=lubuntu-logout.desktop
 
138
        }
 
139
    }
 
140
}
 
141