From ad2a9240eac56125445aff46130b6bdf67911497 Mon Sep 17 00:00:00 2001 From: stkhan Date: Sun, 3 Aug 2025 22:38:37 -0500 Subject: Update Makefile, etc --- scripts/cp.sh | 7 ------- scripts/set_theme.sh | 10 ---------- 2 files changed, 17 deletions(-) delete mode 100755 scripts/cp.sh delete mode 100755 scripts/set_theme.sh (limited to 'scripts') diff --git a/scripts/cp.sh b/scripts/cp.sh deleted file mode 100755 index 8fe3ebd..0000000 --- a/scripts/cp.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -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 -cp ./theme/$THEME/colors.h . - diff --git a/scripts/set_theme.sh b/scripts/set_theme.sh deleted file mode 100755 index b616b4f..0000000 --- a/scripts/set_theme.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -echo "Choose a profile: "; ls ./profiles/ -read profile -echo "PROFILE=$profile" >> ./.config - -echo "Choose a theme:" && ls ./theme/ -read theme -echo "THEME=$theme" >> ./.config -echo "Set theme to $theme" -- cgit v1.2.3