summaryrefslogtreecommitdiffstats
path: root/abs/core/linhes-theme/status-ui.xml.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-01-12 17:48:59 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-01-12 17:48:59 (GMT)
commit265672fadca4ee74ce4b74f872822ee974e1c88f (patch)
tree9f4ae15545826f2792677584b50b49d680450bde /abs/core/linhes-theme/status-ui.xml.patch
parent330a8a91acad42b4c046796f1da47ab92ce5826f (diff)
downloadlinhes_pkgbuild-265672fadca4ee74ce4b74f872822ee974e1c88f.zip
linhes_pkgbuild-265672fadca4ee74ce4b74f872822ee974e1c88f.tar.gz
linhes_pkgbuild-265672fadca4ee74ce4b74f872822ee974e1c88f.tar.bz2
linhes-theme: consistance updates
make scroll arrows at lower right of popups. expand MythPopup to have 8 buttons and less title space adjust selectedactives to have blue outline and yellow text
Diffstat (limited to 'abs/core/linhes-theme/status-ui.xml.patch')
-rw-r--r--abs/core/linhes-theme/status-ui.xml.patch53
1 files changed, 53 insertions, 0 deletions
diff --git a/abs/core/linhes-theme/status-ui.xml.patch b/abs/core/linhes-theme/status-ui.xml.patch
new file mode 100644
index 0000000..9c26d77
--- /dev/null
+++ b/abs/core/linhes-theme/status-ui.xml.patch
@@ -0,0 +1,53 @@
+--- status-ui.xml.orig 2017-01-12 02:25:29.328323754 +0000
++++ status-ui.xml 2017-01-12 02:19:35.527174739 +0000
+@@ -212,9 +212,9 @@
+
+ <textarea name="title">
+ <area>4,4,552,64</area>
+- <font>basemedium</font>
++ <font>basemediumyellow</font>
+ <align>allcenter</align>
+- <value>MythTV is in standby mode!</value>
++ <value>MythTV is in Standby Mode</value>
+ </textarea>
+
+ <statetype name="backendstatus">
+@@ -230,7 +230,7 @@
+ <textarea name="status">
+ <area>4,248,552,64</area>
+ <font>basemediumgreen</font>
+- <value>Backend is idle!</value>
++ <value>Backend is Idle</value>
+ <align>allcenter</align>
+ <multiline>true</multiline>
+ </textarea>
+@@ -241,16 +241,16 @@
+ </shape>
+ <textarea name="status">
+ <font>basemediumred</font>
+- <value>Backend is recording!</value>
++ <value>Backend is Recording</value>
+ </textarea>
+ </state>
+ <state name="shuttingdown" from="idle">
+ <shape name="icon">
+- <fill color="#d9d900" />
++ <fill color="#d97616" />
+ </shape>
+ <textarea name="status">
+- <font>basemediumyellow</font>
+- <value>Shutting Down!</value>
++ <font>basemediumorange</font>
++ <value>MythTV is Shutting Down</value>
+ </textarea>
+ </state>
+ <state name="offline" from="idle">
+@@ -259,7 +259,7 @@
+ </shape>
+ <textarea name="status">
+ <font>basemediumred</font>
+- <value>Backend is offline!</value>
++ <value>Backend is Offline</value>
+ </textarea>
+ </state>
+ </statetype>