diff options
| author | stkhan <personal@slickd.xyz> | 2022-03-29 19:55:52 -0800 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2022-03-29 19:55:52 -0800 |
| commit | 356b726ec5ac1d6796cfb5ca6171d20b4d0783a1 (patch) | |
| tree | 335d668f66ade4a59ffafc95e5befbdb2fd67679 /scripts/set_theme.sh | |
| parent | c9faadd2309e0d101d99754ecbe3a874f2e6c835 (diff) | |
Icons in dwmblocks, and cleaned up scripts
Diffstat (limited to 'scripts/set_theme.sh')
| -rwxr-xr-x | scripts/set_theme.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/set_theme.sh b/scripts/set_theme.sh index cd4eca8..b2517ae 100755 --- a/scripts/set_theme.sh +++ b/scripts/set_theme.sh @@ -3,7 +3,7 @@ echo "Choose a theme:" && ls ./theme/ read theme -cp ./theme/$theme/$theme.png $HOME/.config/sarc/wallpaper.png +cp ./theme/$theme/$theme.png $HOME/.config/wallpaper.png cp ./theme/$theme/colors.h ./ echo "Done" |