diff options
| -rwxr-xr-x | wallpaper.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wallpaper.fish b/wallpaper.fish index 4efc1c7..7f997e7 100755 --- a/wallpaper.fish +++ b/wallpaper.fish @@ -117,7 +117,7 @@ else set -q _flag_T && set -l theme --theme $_flag_T $src/scheme/gen-scheme.fish $theme $chosen_wallpaper > $src/data/schemes/dynamic.txt if test -f $C_STATE/scheme/current.txt -a "$(cat $C_STATE/scheme/current-name.txt)" = 'dynamic' - caelestia scheme dynamic + caelestia scheme dynamic > /dev/null end # Store the wallpaper chosen |