themer: No correr scripts de river ya que ahora uso Sway

This commit is contained in:
Cat /dev/Nulo 2022-03-05 20:14:47 -03:00
parent dcdc341b02
commit dd6ae92654

View file

@ -2,7 +2,7 @@
set -e set -e
if test -n "$1"; then 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/foot.ini.sh "$1"
~/.config/themer/fnott.ini.sh "$1" ~/.config/themer/fnott.ini.sh "$1"
~/.config/themer/yambar.sh "$1" ~/.config/themer/yambar.sh "$1"
@ -10,7 +10,7 @@ if test -n "$1"; then
~/.config/themer/lock.sh "$1" ~/.config/themer/lock.sh "$1"
~/.config/themer/waylock.sh "$1" ~/.config/themer/waylock.sh "$1"
~/.config/themer/gtk.sh "$1" ~/.config/themer/gtk.sh "$1"
~/.config/river/load-colors # ~/.config/river/load-colors
else else
echo "No theme specified" echo "No theme specified"
exit 1 exit 1