We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cebf4bd commit a78b93eCopy full SHA for a78b93e
bin/v-refresh-sys-theme
@@ -0,0 +1,21 @@
1
+#!/bin/bash
2
+# The function for changing the currently active system theme.
3
+
4
+#----------------------------------------------------------#
5
+# Variable&Function #
6
7
8
+# Includes
9
+source $HESTIA/func/main.sh
10
+source $HESTIA/conf/hestia.conf
11
12
13
+# Action #
14
15
16
+# Store current theme name
17
+CURRENT_THEME=$THEME
18
19
+# Cycle theme to regenerate (helps if cache is stuck)
20
+$BIN/v-change-sys-theme default
21
+$BIN/v-change-sys-theme $CURRENT_THEME
0 commit comments