diff --git a/.install/hyprland-packages.sh b/.install/hyprland-packages.sh index 2057043..76b78c7 100644 --- a/.install/hyprland-packages.sh +++ b/.install/hyprland-packages.sh @@ -19,7 +19,7 @@ packagesPacman=( "ttf-firacode-nerd" "figlet" "vlc" - "exa" + "eza" "python-pip" "python-psutil" "python-rich" @@ -53,4 +53,4 @@ packagesYay=( "swaylock-effects" "wlogout" "wlr-randr" -); \ No newline at end of file +); diff --git a/.install/qtile-packages.sh b/.install/qtile-packages.sh index a1c95d7..7e18c47 100644 --- a/.install/qtile-packages.sh +++ b/.install/qtile-packages.sh @@ -20,7 +20,7 @@ packagesPacman=( "ttf-firacode-nerd" "figlet" "vlc" - "exa" + "eza" "python-pip" "python-psutil" "python-rich" @@ -54,4 +54,4 @@ packagesYay=( "swww" "qtile-extras" "wlr-randr" -); \ No newline at end of file +);