diff options
Diffstat (limited to 'wallpaper.fish')
| -rwxr-xr-x | wallpaper.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wallpaper.fish b/wallpaper.fish index eb03cfd..b21f87f 100755 --- a/wallpaper.fish +++ b/wallpaper.fish @@ -114,7 +114,7 @@ else set -l src (dirname (status filename)) $src/scheme/gen-scheme.fish $chosen_wallpaper > $src/data/schemes/dynamic.txt if test -f $C_STATE/scheme/current.txt -a "$(cat $C_STATE/scheme/current-name.txt)" = 'dynamic' - cp $src/data/schemes/dynamic.txt $C_STATE/scheme/current.txt + caelestia scheme dynamic end # Store the wallpaper chosen |