lxqt-common: modify default settings a bit - have more oxygen

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-07-25 23:45:00 +02:00
parent 3097255d5b
commit 591650ae81
2 changed files with 38 additions and 1 deletions

View File

@@ -0,0 +1,32 @@
From 12976fcbcc5b68e7e9e7c6deba3983a7355f8f2f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
Date: Sat, 25 Jul 2015 22:29:29 +0200
Subject: [PATCH] slightly change theme defaults
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Upstream-Status: Inappropriate [configuration]
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
config/lxqt.conf | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/config/lxqt.conf b/config/lxqt.conf
index 1d48e56..5018618 100644
--- a/config/lxqt.conf
+++ b/config/lxqt.conf
@@ -7,5 +7,8 @@ tool_button_style=ToolButtonTextBesideIcon
[Qt]
font="Sans,11,-1,5,50,0,0,0,0,0"
doubleClickInterval=400
-style=Fusion
+style=Oxygen
wheelScrollLines=3
+
+[Mouse]
+cursor_theme=Oxygen_Zion
--
1.9.3

View File

@@ -6,10 +6,15 @@ inherit lxqt gtk-icon-cache
DEPENDS += "liblxqt"
SRC_URI += "file://0001-startlxqt-enable-starting-from-console.patch"
SRC_URI += " \
file://0001-startlxqt-enable-starting-from-console.patch \
file://0002-slightly-change-theme-defaults.patch \
"
SRCREV = "da721845de52526d71cc8457d6c1beb45a9278aa"
PV = "0.9.1+git${SRCPV}"
FILES_${PN} += " \
${datadir} \
"
RRECOMMENDS_${PN} += "oxygen"