Project 'ximper/ximper-unified-theme-switcher' was moved to 'ximperlinux/ximper-unified-theme-switcher'. Please update any links and bookmarks that may still have the old path.
Commit ed25b01b authored by Roman Alifanov's avatar Roman Alifanov

small fixes

parent 6cd38343
...@@ -11,7 +11,7 @@ HOME_CONFIG_FILE="$HOME_CONFIG_DIR/themes" ...@@ -11,7 +11,7 @@ HOME_CONFIG_FILE="$HOME_CONFIG_DIR/themes"
create_home_config() { create_home_config() {
mkdir -p "$HOME_CONFIG_DIR" mkdir -p "$HOME_CONFIG_DIR"
touch "$HOME_CONFIG_FILE" touch "$HOME_CONFIG_FILE"
echo "Config file created in $HOME_CONFIG_FILE" echo "$HOME_CONFIG_FILE"
} }
cfg_check() { cfg_check() {
...@@ -79,8 +79,8 @@ check_and_update_themes() { ...@@ -79,8 +79,8 @@ check_and_update_themes() {
# Initial check and update # Initial check and update
check_and_update_themes check_and_update_themes
COUNT=0
main() { main() {
local COUNT=0
dbus-monitor "interface='org.freedesktop.portal.Settings',member=SettingChanged" | \ dbus-monitor "interface='org.freedesktop.portal.Settings',member=SettingChanged" | \
while IFS= read -r LINE; do while IFS= read -r LINE; do
local THEME local THEME
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment