wok rev 17244

lxqt-themes: add patch
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Oct 18 21:57:38 2014 +0200 (2014-10-18)
parents 842ddd0c4fc5
children a4377148d6dc
files lxqt-themes/stuff/taskbar.patch
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lxqt-themes/stuff/taskbar.patch	Sat Oct 18 21:57:38 2014 +0200
     1.3 @@ -0,0 +1,93 @@
     1.4 +From 595455061248a4bfe054abd6754f35f60949a030 Mon Sep 17 00:00:00 2001
     1.5 +From: Paulo Lieuthier <paulolieuthier@gmail.com>
     1.6 +Date: Fri, 17 Oct 2014 21:24:27 -0300
     1.7 +Subject: [PATCH] Remove plugins' margins from themes files
     1.8 +
     1.9 +So the user can use que panel edges to activate plugins.
    1.10 +---
    1.11 + themes/a-mego/lxqt-panel.qss            | 2 +-
    1.12 + themes/ambiance/lxqt-panel.qss          | 2 +-
    1.13 + themes/flat-dark-alpha/lxqt-panel.qss   | 2 +-
    1.14 + themes/green/lxqt-panel.qss             | 2 +-
    1.15 + themes/light/lxqt-panel.qss             | 2 +-
    1.16 + themes/plasma-next-alpha/lxqt-panel.qss | 2 +-
    1.17 + 6 files changed, 6 insertions(+), 6 deletions(-)
    1.18 +
    1.19 +diff --git a/themes/a-mego/lxqt-panel.qss b/themes/a-mego/lxqt-panel.qss
    1.20 +index 9c62ecf..c027f1f 100644
    1.21 +--- a/themes/a-mego/lxqt-panel.qss
    1.22 ++++ b/themes/a-mego/lxqt-panel.qss
    1.23 +@@ -20,7 +20,7 @@ LxQtPanel[position="Top"] #BackgroundWidget {
    1.24 +  * General plugins settings
    1.25 +  */
    1.26 + Plugin {
    1.27 +-    margin: 3px 0 3px 0;
    1.28 ++    margin: 0;
    1.29 +     padding: 0;
    1.30 +     spacing: 20px;
    1.31 + }
    1.32 +diff --git a/themes/ambiance/lxqt-panel.qss b/themes/ambiance/lxqt-panel.qss
    1.33 +index d102754..8877ec8 100644
    1.34 +--- a/themes/ambiance/lxqt-panel.qss
    1.35 ++++ b/themes/ambiance/lxqt-panel.qss
    1.36 +@@ -22,7 +22,7 @@ LxQtPanel[position="Top"] #BackgroundWidget {
    1.37 +  */
    1.38 + Plugin, 
    1.39 + LxQtPanelPlugin {
    1.40 +-    margin: 2px 0 2px 0;
    1.41 ++    margin: 0;
    1.42 +     padding: 0;
    1.43 +     spacing: 20px;
    1.44 +     qproperty-moveMarkerColor: #C94C21;
    1.45 +diff --git a/themes/flat-dark-alpha/lxqt-panel.qss b/themes/flat-dark-alpha/lxqt-panel.qss
    1.46 +index 2fb4cfc..6452e24 100644
    1.47 +--- a/themes/flat-dark-alpha/lxqt-panel.qss
    1.48 ++++ b/themes/flat-dark-alpha/lxqt-panel.qss
    1.49 +@@ -78,7 +78,7 @@ VolumePopup  > QSlider::sub-page:vertical {
    1.50 + 
    1.51 + Plugin,
    1.52 + LxQtPanelPlugin {
    1.53 +-    margin: 2px 0 2px 0;
    1.54 ++    margin: 0;
    1.55 +     padding: 0;
    1.56 +     spacing: 20px;
    1.57 +     qproperty-moveMarkerColor: #C94C21;
    1.58 +diff --git a/themes/green/lxqt-panel.qss b/themes/green/lxqt-panel.qss
    1.59 +index 51dacf0..553d007 100644
    1.60 +--- a/themes/green/lxqt-panel.qss
    1.61 ++++ b/themes/green/lxqt-panel.qss
    1.62 +@@ -29,7 +29,7 @@ LxQtPanel[position="Right"] #BackgroundWidget {
    1.63 +  * General plugins settings
    1.64 +  */
    1.65 + Plugin {
    1.66 +-    padding: 0 2px 0 2px;
    1.67 ++    padding: 0;
    1.68 +     spacing: 20px;
    1.69 + }
    1.70 + 
    1.71 +diff --git a/themes/light/lxqt-panel.qss b/themes/light/lxqt-panel.qss
    1.72 +index 73c3b63..5462680 100644
    1.73 +--- a/themes/light/lxqt-panel.qss
    1.74 ++++ b/themes/light/lxqt-panel.qss
    1.75 +@@ -29,7 +29,7 @@ LxQtPanel[position="Right"] #BackgroundWidget {
    1.76 +  * General plugins settings
    1.77 +  */
    1.78 + Plugin {
    1.79 +-    padding: 0 2px 0 2px;
    1.80 ++    padding: 0;
    1.81 +     spacing: 20px;
    1.82 + }
    1.83 + 
    1.84 +diff --git a/themes/plasma-next-alpha/lxqt-panel.qss b/themes/plasma-next-alpha/lxqt-panel.qss
    1.85 +index 8415022..f039b22 100644
    1.86 +--- a/themes/plasma-next-alpha/lxqt-panel.qss
    1.87 ++++ b/themes/plasma-next-alpha/lxqt-panel.qss
    1.88 +@@ -75,7 +75,7 @@ VolumePopup  > QSlider::sub-page:vertical {
    1.89 + 
    1.90 + Plugin,
    1.91 + LxQtPanelPlugin {
    1.92 +-    margin: 2px 0 2px 0;
    1.93 ++    margin: 0;
    1.94 +     padding: 0;
    1.95 +     spacing: 20px;
    1.96 +     qproperty-moveMarkerColor: #C94C21;