From d3cf595986ce0cee9e6f12282d6b7289a2ce7181 Mon Sep 17 00:00:00 2001 From: William Daniau Date: Mon, 14 Oct 2019 11:19:42 +0200 Subject: [PATCH] Change wize.rb to apply config on install --- wize.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wize.rb b/wize.rb index 038d058..1a4b8b9 100755 --- a/wize.rb +++ b/wize.rb @@ -148,6 +148,9 @@ def installWize Dir.chdir($zimConfigDir) system("rm -f style.conf") system("ln -s #{$zimShareDir}/style.conf style.conf") + + # Now apply wize theme + applyConfig("wize") end # Create style-name.conf according to common-name/zim-variables.css -- 2.16.4