feat!(terminal): changed terminal from alacritty to kitty

This commit is contained in:
2025-01-19 00:50:21 +01:00
parent b5f413216b
commit 26f7b8f837
10 changed files with 2909 additions and 256 deletions

View File

@@ -110,7 +110,7 @@ run_cmd() {
elif [[ "$1" == '--opt3' ]]; then
xfce4-power-manager-settings
elif [[ "$1" == '--opt4' ]]; then
${polkit_cmd} alacritty -e powertop
${polkit_cmd} kitty -e powertop
fi
}