From 864db872db441333bee3f98d7bb3db99baf25d0f Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 3 Feb 2025 20:00:39 +0900 Subject: of course.. idiot --- copy.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/copy.sh b/copy.sh index 540f3425..c33ee7a6 100755 --- a/copy.sh +++ b/copy.sh @@ -327,7 +327,7 @@ while true; do echo "${OK} 12H format set on waybar clocks succesfully." 2>&1 | tee -a "$LOG" - # Function to apply 12H format to SDDM themes + # Function to apply 12H format to SDDM themes apply_sddm_12h_format() { local sddm_directory=$1 @@ -337,8 +337,6 @@ while true; do sudo sed -i 's|^## HourFormat="hh:mm AP"|HourFormat="hh:mm AP"|' "$sddm_directory/theme.conf" 2>&1 | tee -a "$LOG" || true sudo sed -i 's|^HourFormat="HH:mm"|## HourFormat="HH:mm"|' "$sddm_directory/theme.conf" 2>&1 | tee -a "$LOG" || true - else - echo "${ERROR} Directory $sddm_directory does not exist. Skipping..." 2>&1 | tee -a "$LOG" fi } @@ -361,6 +359,8 @@ while true; do echo "${OK} 12H format set to SDDM successfully." 2>&1 | tee -a "$LOG" fi + done + printf "\n" # Check if the user wants to disable Rainbow borders -- cgit v1.2.3