diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-03 20:00:39 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-03 20:00:39 +0900 |
| commit | 864db872db441333bee3f98d7bb3db99baf25d0f (patch) | |
| tree | 5f5d951706f6b80e3a7847e089091016af24a3d5 /copy.sh | |
| parent | 6344db6cc19571df4d356784a05a4f2dea55c5e7 (diff) | |
of course.. idiot
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
