diff options
| author | stkhan <personal@slickd.xyz> | 2023-06-08 22:09:38 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2023-06-08 22:09:38 -0500 |
| commit | db14a74d6a24f0c4402ffc953cbe372cc408ebf8 (patch) | |
| tree | 16810ad9b7d60ed2bc4762f2ef1315c7dec8c94d /scripts/cp.sh | |
| parent | 3574936b66b398ab2d3d671c0df909740bed61c5 (diff) | |
Change modes to profiles and clean
Diffstat (limited to 'scripts/cp.sh')
| -rwxr-xr-x | scripts/cp.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/cp.sh b/scripts/cp.sh index e460aeb..2722351 100755 --- a/scripts/cp.sh +++ b/scripts/cp.sh @@ -1,6 +1,6 @@ #!/bin/bash source ./.config -cp ./modes/$MODE/keys.h ./wm/dwm-6.4/ -cp ./modes/$MODE/blocks.h ./wm/dwmblocks/ +cp ./profiles/$PROFILE/keys.h ./wm/dwm-6.4/ +cp ./profiles/$PROFILE/blocks.h ./wm/dwmblocks/ cp ./theme/$THEME/$THEME.png ~/.config/wallpaper.png cp ./theme/$THEME/colors.h . |