diff options
Diffstat (limited to 'hm/soispha/conf/lf/commands/scripts/set_wall_paper')
-rwxr-xr-x | hm/soispha/conf/lf/commands/scripts/set_wall_paper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/lf/commands/scripts/set_wall_paper b/hm/soispha/conf/lf/commands/scripts/set_wall_paper index 48709d6a..b11fbf13 100755 --- a/hm/soispha/conf/lf/commands/scripts/set_wall_paper +++ b/hm/soispha/conf/lf/commands/scripts/set_wall_paper @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="1.5.0" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="1.6.0" . %SHELL_LIBRARY_PATH die "No yet implemented" # TODO: do what the 'die' says #sed -i "s,export AWMWALLPAPER='.*',export AWMWALLPAPER='${f}'," ${ZDOTDIR}/.zshenv |