From 4d55e7e1559a92eb35f0f00c304f8c9ecc6e8773 Mon Sep 17 00:00:00 2001 From: Julien Lavergne Date: Wed, 31 Jan 2018 18:52:50 +0100 Subject: [PATCH] Add lxqt-panel default config --- src/etc/xdg/xdg-Lubuntu/lxqt/panel.conf | 43 +++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 src/etc/xdg/xdg-Lubuntu/lxqt/panel.conf diff --git a/src/etc/xdg/xdg-Lubuntu/lxqt/panel.conf b/src/etc/xdg/xdg-Lubuntu/lxqt/panel.conf new file mode 100644 index 0000000..201b2a0 --- /dev/null +++ b/src/etc/xdg/xdg-Lubuntu/lxqt/panel.conf @@ -0,0 +1,43 @@ +panels=panel1 + +[panel1] +plugins=mainmenu, desktopswitch, quicklaunch, showdesktop, taskbar, mount, volume, tray, statusnotifier, worldclock +position=Bottom +desktop=0 + +[mainmenu] +type=mainmenu + +[desktopswitch] +type=desktopswitch + +[quicklaunch] +type=quicklaunch +apps\1\desktop=/usr/share/applications/pcmanfm-qt.desktop +apps\2\desktop=/usr/share/applications/org.qupzilla.QupZilla.desktop +apps\size=2 +alignment=Left + +[taskbar] +type=taskbar + +[tray] +type=tray + +[mount] +type=mount + +[worldclock] +type=worldclock + +[volume] +device=0 +type=volume + +[showdesktop] +alignment=Right +type=showdesktop + +[statusnotifier] +alignment=Right +type=statusnotifier