diff --git a/theme-switcher.sh b/theme-switcher.sh index 8d0bf59..1af0e16 100644 --- a/theme-switcher.sh +++ b/theme-switcher.sh @@ -16,7 +16,9 @@ end_command1=$((6 * 60 + 30)) # 06:30 in minutes if (( current_time >= start_command1 || current_time < end_command1 )); then # Execute command1 if the time is between 21:30 and 06:30 plasma-apply-colorscheme BreezeDark + lookandfeeltool -a org.kde.breezedark.desktop else # Execute command2 if the time is between 06:30 and 21:30 plasma-apply-colorscheme BreezeLight + lookandfeeltool -a org.kde.breeze.desktop fi \ No newline at end of file