diff options
author | bionel <ionel.busuioc@gmil.com> | 2016-08-07 12:28:46 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmil.com> | 2016-08-07 12:28:46 +0300 |
commit | aa24320f073fa45c59e0937fd67777f94128c096 (patch) | |
tree | 3216dc4b924c741f98c86d39d6818940cdf41ee3 /skel/.config/lxqt/panel.conf | |
parent | 16fc16a2afbc1a1d0536c24adca8aad22fca94b5 (diff) |
fix lxqt branding
Diffstat (limited to 'skel/.config/lxqt/panel.conf')
-rw-r--r-- | skel/.config/lxqt/panel.conf | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/skel/.config/lxqt/panel.conf b/skel/.config/lxqt/panel.conf new file mode 100644 index 0000000..4a73bfd --- /dev/null +++ b/skel/.config/lxqt/panel.conf @@ -0,0 +1,66 @@ +[General] +__userfile__=true + +[clock] +alignment=Right +type=clock + +[desktopswitch] +alignment=Left +type=desktopswitch + +[mainmenu] +alignment=Left +type=mainmenu + +[mount] +alignment=Right +type=mount + +[panel1] +alignment=-1 +background-color=@Variant(\0\0\0\x43\0\xff\xff\0\0\0\0\0\0\0\0) +background-image= +desktop=0 +font-color=@Variant(\0\0\0\x43\0\xff\xff\0\0\0\0\0\0\0\0) +hidable=false +iconSize=22 +lineCount=1 +opacity=100 +panelSize=32 +plugins=mainmenu, quicklaunch, taskbar, tray, statusnotifier, mount, volume, clock, desktopswitch, showdesktop +position=Bottom +width=100 +width-percent=true + +[quicklaunch] +alignment=Left +type=quicklaunch + +[showdesktop] +alignment=Left +type=showdesktop + +[taskbar] +alignment=Left +autoRotate=true +buttonHeight=100 +buttonStyle=IconText +buttonWidth=200 +closeOnMiddleClick=true +groupingEnabled=true +raiseOnCurrentDesktop=false +showDesktopNum=0 +showGroupOnHover=true +showOnlyCurrentScreenTasks=false +showOnlyMinimizedTasks=false +showOnlyOneDesktopTasks=false +type=taskbar + +[tray] +alignment=Right +type=tray + +[volume] +alignment=Right +type=volume |