From c27677752a8af5dc3ead0d137639bd4bfd45ef57 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Mon, 27 May 2024 19:14:14 -0400 Subject: [PATCH] Fix tangle path for control-center script --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 6f77e37..cf79920 100644 --- a/README.org +++ b/README.org @@ -9474,7 +9474,7 @@ main $@ ** Control Center -#+BEGIN_SRC shell :shebang #!/usr/bin/env bash :tangle .scripts/control-center.sh +#+BEGIN_SRC shell :shebang #!/usr/bin/env bash :tangle dwm/.scripts/control-center.sh help_menu() { echo "Main script to launch sub-menu scripts. Use only one argument at a time." # echo " - Play / Pause: playerctl.sh --play-pause"