aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lumina-config/mainUI.ui24
-rw-r--r--port-files/pkg-plist6
2 files changed, 20 insertions, 10 deletions
diff --git a/lumina-config/mainUI.ui b/lumina-config/mainUI.ui
index 9489523a..5f8e3510 100644
--- a/lumina-config/mainUI.ui
+++ b/lumina-config/mainUI.ui
@@ -27,6 +27,12 @@
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
+ <property name="spacing">
+ <number>0</number>
+ </property>
+ <property name="topMargin">
+ <number>0</number>
+ </property>
<item>
<widget class="QGroupBox" name="group_screen">
<property name="title">
@@ -370,7 +376,7 @@
<x>0</x>
<y>0</y>
<width>265</width>
- <height>168</height>
+ <height>193</height>
</rect>
</property>
<attribute name="label">
@@ -458,8 +464,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>191</width>
- <height>107</height>
+ <width>177</width>
+ <height>106</height>
</rect>
</property>
<attribute name="label">
@@ -597,7 +603,7 @@
<x>0</x>
<y>0</y>
<width>266</width>
- <height>168</height>
+ <height>193</height>
</rect>
</property>
<attribute name="label">
@@ -685,8 +691,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>191</width>
- <height>107</height>
+ <width>177</width>
+ <height>106</height>
</rect>
</property>
<attribute name="label">
@@ -1405,8 +1411,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>129</width>
- <height>16</height>
+ <width>118</width>
+ <height>26</height>
</rect>
</property>
<property name="sizePolicy">
@@ -1513,7 +1519,7 @@
<x>0</x>
<y>0</y>
<width>579</width>
- <height>21</height>
+ <height>20</height>
</rect>
</property>
</widget>
diff --git a/port-files/pkg-plist b/port-files/pkg-plist
index 29f092d8..b07c02aa 100644
--- a/port-files/pkg-plist
+++ b/port-files/pkg-plist
@@ -26,7 +26,11 @@ share/Lumina-DE/fluxbox-init-rc
share/Lumina-DE/fluxbox-keys
share/Lumina-DE/Login.ogg
share/Lumina-DE/Logout.ogg
-share/Lumina-DE/colors/SampleColors.qss.colors
+share/Lumina-DE/colors/Lumina-Red.qss.colors
+share/Lumina-DE/colors/Lumina-Green.qss.colors
+share/Lumina-DE/colors/Lumina-Purple.qss.colors
+share/Lumina-DE/colors/Lumina-Gold.qss.colors
+share/Lumina-DE/colors/Lumina-Glass.qss.colors
share/Lumina-DE/themes/Lumina-default.qss.template
share/Lumina-DE/themes/None.qss.template
share/wallpapers/Lumina-DE/Lumina_Wispy_gold_1920x1080.jpg
bgstack15