diff --git a/debian/changelog b/debian/changelog index f620d4c..62c25eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ lubuntu-default-settings (0.43) UNRELEASED; urgency=medium - Create /etc/lightdm if not exist. * src/etc/xdg/lubuntu/menus/ & src/etc/xdg/lxsession/QLubuntu/desktop.conf - Add a specific layout for qlubuntu session. + * src/etc/xdg/lxqt/panel.conf + - Add specific configuration for the panel of the qlubuntu session. -- Julien Lavergne Sun, 17 May 2015 15:07:48 +0200 diff --git a/src/etc/xdg/lxqt/panel.conf b/src/etc/xdg/lxqt/panel.conf new file mode 100644 index 0000000..e7920c4 --- /dev/null +++ b/src/etc/xdg/lxqt/panel.conf @@ -0,0 +1,44 @@ +panels=panel1 + +[panel1] +plugins=mainmenu,quicklaunch,showdesktop,desktopswitch,taskbar,volume,tray,statusnotifier,clock,quicklaunch2 +position=Bottom +desktop=0 + +[mainmenu] +type=mainmenu + +[quicklaunch] +type=quicklaunch +apps/size=2 +apps/1/desktop=pcmanfm-qt.desktop +apps/2/desktop=lxde-x-www-browser.desktop + +[showdesktop] +alignment=Right +type=showdesktop + +[desktopswitch] +type=desktopswitch + +[taskbar] +type=taskbar + +[volume] +device=0 +type=volume + +[tray] +type=tray + +[statusnotifier] +alignment=Right +type=statusnotifier + +[clock] +type=clock + +[quicklaunch2] +type=quicklaunch +apps/size=1 +apps/1/desktop=/usr/share/applications/lubuntu-logout.desktop