summarylogtreecommitdiffstats
path: root/rofication.patch
diff options
context:
space:
mode:
authorgardotd4262021-11-15 14:28:07 -0500
committergardotd4262021-11-15 14:28:07 -0500
commitcd3b862aab0ae8c6f756c3c408dc60be5b32eb10 (patch)
treede1cd88f6bf1562b56829f0059904b4d7bf3b578 /rofication.patch
parent39c1f142f70090843cd3bb3439fbff76d88b3bc6 (diff)
downloadaur-cd3b862aab0ae8c6f756c3c408dc60be5b32eb10.tar.gz
upgpkg: regolith-de 1.6-8
Fix rofication.patch, again
Diffstat (limited to 'rofication.patch')
-rw-r--r--rofication.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/rofication.patch b/rofication.patch
index d9b8268b5d41..3672e4fb40ad 100644
--- a/rofication.patch
+++ b/rofication.patch
@@ -13,6 +13,7 @@
ROFICATION_VERSION = '1.2.2'
+ROFICATION_THEME = user_config_dir(appname)
\ No newline at end of file
+
--- a/rofication/_gui.py 2021-11-04 06:37:39.743263711 -0400
+++ b/rofication/_gui.py 2021-11-04 06:35:12.916912359 -0400
@@ -2,6 +2,8 @@
@@ -24,7 +25,6 @@
from datetime import datetime
from gi.repository import GLib
-
@@ -10,8 +12,10 @@
HTML_TAGS_PATTERN = re.compile(r'<[^>]*?>')