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"
create_home_config() {
mkdir -p "$HOME_CONFIG_DIR"
touch "$HOME_CONFIG_FILE"
echo "Config file created in $HOME_CONFIG_FILE"
echo "$HOME_CONFIG_FILE"
}
cfg_check() {
......@@ -79,8 +79,8 @@ check_and_update_themes() {
# Initial check and update
check_and_update_themes
COUNT=0
main() {
local COUNT=0
dbus-monitor "interface='org.freedesktop.portal.Settings',member=SettingChanged" | \
while IFS= read -r LINE; do
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