diff --git a/src/usr/share/themes/Lubuntu-dark-panel/gtk-2.0/apps/thunar.rc b/src/usr/share/themes/Lubuntu-dark-panel/gtk-2.0/apps/thunar.rc index 6e8d1c1..d809d62 100644 --- a/src/usr/share/themes/Lubuntu-dark-panel/gtk-2.0/apps/thunar.rc +++ b/src/usr/share/themes/Lubuntu-dark-panel/gtk-2.0/apps/thunar.rc @@ -37,6 +37,21 @@ style "thunar-handle" { } } +style "thunar-statusbar" { + bg[NORMAL] = @base_color + + engine "pixmap" { + image { + function = RESIZE_GRIP + recolorable = FALSE + detail = "statusbar" + overlay_file = "/images/null.png" + overlay_border = {0,0,0,0 } + overlay_stretch = FALSE + } + } +} + style "thunar-location" { ThunarLocationButtons::spacing = 0 } @@ -46,7 +61,7 @@ style "thunar-frame" { ythickness = 0 } -widget_class "*ThunarLocationEntry*" style "entry" +widget_class "*ThunarLocationEntry*" style "entry" widget_class "*ThunarWindow*." style "thunar-frame" widget_class "*ThunarLocationButtons*" style "thunar-location" widget_class "*ThunarShortcutsView*" style "thunar-sidepane" diff --git a/src/usr/share/themes/Lubuntu-dark-panel/gtk-2.0/images/null.png b/src/usr/share/themes/Lubuntu-dark-panel/gtk-2.0/images/null.png new file mode 100644 index 0000000..a762744 Binary files /dev/null and b/src/usr/share/themes/Lubuntu-dark-panel/gtk-2.0/images/null.png differ diff --git a/src/usr/share/themes/Lubuntu-default/gtk-2.0/apps/thunar.rc b/src/usr/share/themes/Lubuntu-default/gtk-2.0/apps/thunar.rc index 6e8d1c1..d809d62 100644 --- a/src/usr/share/themes/Lubuntu-default/gtk-2.0/apps/thunar.rc +++ b/src/usr/share/themes/Lubuntu-default/gtk-2.0/apps/thunar.rc @@ -37,6 +37,21 @@ style "thunar-handle" { } } +style "thunar-statusbar" { + bg[NORMAL] = @base_color + + engine "pixmap" { + image { + function = RESIZE_GRIP + recolorable = FALSE + detail = "statusbar" + overlay_file = "/images/null.png" + overlay_border = {0,0,0,0 } + overlay_stretch = FALSE + } + } +} + style "thunar-location" { ThunarLocationButtons::spacing = 0 } @@ -46,7 +61,7 @@ style "thunar-frame" { ythickness = 0 } -widget_class "*ThunarLocationEntry*" style "entry" +widget_class "*ThunarLocationEntry*" style "entry" widget_class "*ThunarWindow*." style "thunar-frame" widget_class "*ThunarLocationButtons*" style "thunar-location" widget_class "*ThunarShortcutsView*" style "thunar-sidepane" diff --git a/src/usr/share/themes/Lubuntu-default/gtk-2.0/images/null.png b/src/usr/share/themes/Lubuntu-default/gtk-2.0/images/null.png new file mode 100644 index 0000000..a762744 Binary files /dev/null and b/src/usr/share/themes/Lubuntu-default/gtk-2.0/images/null.png differ