Initial
This commit is contained in:
30
bin/v-refresh-sys-theme
Executable file
30
bin/v-refresh-sys-theme
Executable file
@@ -0,0 +1,30 @@
|
||||
#!/bin/bash
|
||||
# info: change active system theme
|
||||
# options: NONE
|
||||
#
|
||||
# example: v-refresh-sys-theme
|
||||
#
|
||||
# This function for changing the currently active system theme.
|
||||
|
||||
#----------------------------------------------------------#
|
||||
# Variables & Functions #
|
||||
#----------------------------------------------------------#
|
||||
|
||||
# Includes
|
||||
# shellcheck source=/etc/hestiacp/hestia.conf
|
||||
source /etc/hestiacp/hestia.conf
|
||||
# shellcheck source=/usr/local/hestia/func/main.sh
|
||||
source $HESTIA/func/main.sh
|
||||
# load config file
|
||||
source_conf "$HESTIA/conf/hestia.conf"
|
||||
|
||||
#----------------------------------------------------------#
|
||||
# Action #
|
||||
#----------------------------------------------------------#
|
||||
|
||||
# Store current theme name
|
||||
CURRENT_THEME=$THEME
|
||||
|
||||
# Cycle theme to regenerate (helps if cache is stuck)
|
||||
$BIN/v-change-sys-theme "default"
|
||||
$BIN/v-change-sys-theme "$CURRENT_THEME"
|
||||
Reference in New Issue
Block a user