diff --git a/cleanup.sh b/cleanup.sh new file mode 100755 index 0000000..5d59c31 --- /dev/null +++ b/cleanup.sh @@ -0,0 +1,7 @@ +#!/usr/bin/bash + +# kill ags +pkill ags +pkill swww + +hyprctl plugin unload /lib/hyprland-plugins/hyprbars.so diff --git a/theme.conf b/theme.conf index d6dd4c8..8dd1bcd 100644 --- a/theme.conf +++ b/theme.conf @@ -14,7 +14,7 @@ $DRUN=ags -b settings -t settings $SCREENSHOT=$yorha/scripts/screenshot $yorha $TERM=footclient -o shell="fish -C 'source $yorha/components/fish/theme.fish'" -$TERMSERVER=foot -s -c $yorha/components/foot.ini -o shell="fish -C 'source $yorha/components/fish/theme.fish'" +$TERMSERVER=foot -s -c $yorha/components/foot.ini # -o shell="fish -C 'source $yorha/components/fish/theme.fish'" $TERMFLOAT=$TERM --title fly_is_foot -w 1067x630 ####################################################################