From dd6ae926542f101110a124ad68a3be2acd43e600 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sat, 5 Mar 2022 20:14:47 -0300 Subject: [PATCH] themer: No correr scripts de river ya que ahora uso Sway --- .local/bin/themer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.local/bin/themer b/.local/bin/themer index 2bb3e2e..f8de66e 100755 --- a/.local/bin/themer +++ b/.local/bin/themer @@ -2,7 +2,7 @@ set -e if test -n "$1"; then - ~/.config/themer/river-colors.sh "$1" + # ~/.config/themer/river-colors.sh "$1" ~/.config/themer/foot.ini.sh "$1" ~/.config/themer/fnott.ini.sh "$1" ~/.config/themer/yambar.sh "$1" @@ -10,7 +10,7 @@ if test -n "$1"; then ~/.config/themer/lock.sh "$1" ~/.config/themer/waylock.sh "$1" ~/.config/themer/gtk.sh "$1" - ~/.config/river/load-colors + # ~/.config/river/load-colors else echo "No theme specified" exit 1