From 1682d556fd864921e8ce08e4fd4a1eb0b63a2bb2 Mon Sep 17 00:00:00 2001
From: tobiglaser <76131623+tobiglaser@users.noreply.github.com>
Date: Wed, 17 Aug 2022 22:14:31 +0200
Subject: [PATCH] minor adjustments

---
 config/libfm/libfm.conf          | 8 ++++++++
 config/lxpanel/LXDE/panels/panel | 6 +++++-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/config/libfm/libfm.conf b/config/libfm/libfm.conf
index ab47806..7ea0b2d 100644
--- a/config/libfm/libfm.conf
+++ b/config/libfm/libfm.conf
@@ -30,6 +30,14 @@ cutdown_menus=1
 cutdown_places=1
 real_expanders=1
 
+[ui]
+big_icon_size=48
+small_icon_size=24
+pane_icon_size=24
+thumbnail_size=80
+show_thumbnail=1
+shadow_hidden=0
+
 [places]
 places_home=1
 places_desktop=1
diff --git a/config/lxpanel/LXDE/panels/panel b/config/lxpanel/LXDE/panels/panel
index f77b5cd..8f9bf70 100644
--- a/config/lxpanel/LXDE/panels/panel
+++ b/config/lxpanel/LXDE/panels/panel
@@ -7,7 +7,7 @@ Global {
   margin=0
   widthtype=percent
   width=100
-  height=26
+  height=27
   transparent=0
   tintcolor=#000000
   alpha=0
@@ -19,6 +19,7 @@ Global {
   fontcolor=#ffffff
   background=1
   backgroundfile=/usr/share/lxpanel/images/background.png
+  iconsize=27
 }
 Plugin {
   type=menu
@@ -56,6 +57,7 @@ Plugin {
   Config {
     Size=10
   }
+  expand=0
 }
 Plugin {
   type=taskbar
@@ -72,6 +74,8 @@ Plugin {
     FlatButton=0
     MaxTaskWidth=150
     spacing=1
+    GroupedTasks=0
+    DisableUpscale=0
   }
 }
 Plugin {
-- 
GitLab