From 6735b20ad329600c3ba83d8af585ea4ab108d427 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Fri, 24 Nov 2023 09:17:32 +0100 Subject: [PATCH] exa replaced with eza --- .install/hyprland-packages.sh | 4 ++-- .install/qtile-packages.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 +);