Set terminal trsperancy to 100 (for end-4) and remove apply_foot

This commit is contained in:
midn8hustlr
2024-02-29 18:42:54 +05:30
parent 86a2911bcf
commit 27839977b0
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
term_alpha=80 #Set this to < 100 make all your terminals transparent
term_alpha=100 #Set this to < 100 make all your terminals transparent
# sleep 0 # idk i wanted some delay or colors dont get applied properly
if [ ! -d "$HOME"/.cache/ags/user/generated ]; then
mkdir -p "$HOME"/.cache/ags/user/generated
@@ -87,23 +87,6 @@ apply_fuzzel() {
cp "$HOME"/.cache/ags/user/generated/fuzzel/fuzzel.ini "$HOME"/.config/fuzzel/fuzzel.ini
}
#apply_foot() {
# if [ ! -f "scripts/templates/foot/foot.ini" ]; then
# echo "Template file not found for Foot. Skipping that."
# return
# fi
# # Copy template
# mkdir -p "$HOME"/.cache/ags/user/generated/foot
# cp "scripts/templates/foot/foot.ini" "$HOME"/.cache/ags/user/generated/foot/foot.ini
# # Apply colors
# for i in "${!colorlist[@]}"; do
# # sed -i "s/${colorlist[$i]} #/${colorvalues[$i]#\#}/g" "$HOME"/.cache/ags/user/generated/foot/foot.ini
# sed -i "s/{{ ${colorlist[$i]} }}/${colorvalues[$i]#\#}/g" "$HOME"/.cache/ags/user/generated/foot/foot.ini
# done
#
# cp "$HOME"/.cache/ags/user/generated/foot/foot.ini "$HOME/.config/foot/foot.ini"
#}
apply_term() {
# Check if terminal escape sequence template exists
if [ ! -f "scripts/templates/terminal/sequences.txt" ]; then
@@ -204,7 +187,6 @@ apply_ags &
apply_hyprland &
apply_hyprlock &
apply_gtk &
# apply_foot &
# apply_gtklock &
apply_fuzzel &
apply_term &