From 4cd33a03503496a6cb276ef600e3a2f2abfe13fd Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sun, 9 Feb 2025 11:14:54 +0900 Subject: modified bin/extractkeys, modified statusbar/sb-music --- ar/.local/bin/extractkeys | 6 +++--- ar/.local/bin/statusbar/sb-music | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'ar') diff --git a/ar/.local/bin/extractkeys b/ar/.local/bin/extractkeys index 4a8d82d..60c4748 100755 --- a/ar/.local/bin/extractkeys +++ b/ar/.local/bin/extractkeys @@ -6,7 +6,7 @@ readme_file="${XDG_DATA_HOME:-${HOME}/.local/share}/thesiah/thesiah.mom" output_file="$path.mom" temp_file_before="$path.tmp.before" temp_file_after="$path.tmp.after" -start_phrase="When config.h in DWM and ST is saved, key bindings will be extracted and updated below." +start_phrase="When config.def.h in DWM and ST is saved, key bindings will be extracted and updated below." end_phrase=".HEADING 2 \"Other buttons\"" [ -f "$path.mom" ] && source_file="$path.mom" || source_file="$path-default.mom" @@ -28,8 +28,8 @@ echo "$start_phrase" >>"$temp_file_before" # Define your configuration files mapfile -t config_files <