diff options
| author | stkhan <personal@slickd.xyz> | 2025-07-27 17:45:34 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2025-07-27 17:45:34 -0500 |
| commit | 86bb1b0a149ae69db09d784e184298a7e4eda7a9 (patch) | |
| tree | 5e8d67c57272bf86c436cfa3fc0bac8fb2cdec85 /scripts/cp.sh | |
| parent | b8cbac03eafabd57c6be2a8b73117b1e26c112e9 (diff) | |
update script
Diffstat (limited to 'scripts/cp.sh')
| -rwxr-xr-x | scripts/cp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cp.sh b/scripts/cp.sh index 7fb531c..8fe3ebd 100755 --- a/scripts/cp.sh +++ b/scripts/cp.sh @@ -1,5 +1,5 @@ #!/bin/bash -source ./.config +source ./sarc.conf cp ./profiles/$PROFILE/keys.h ./wm/dwm-6.4/ cp ./profiles/$PROFILE/blocks.h ./wm/dwmblocks/ cp ./theme/$THEME/$THEME.png ~/.config/wallpaper.png |