From 4a37ad0168cae19cb940f74329eb75c01f544248 Mon Sep 17 00:00:00 2001 From: mfgbhatti Date: Sat, 19 Feb 2022 18:32:06 +0000 Subject: [PATCH] little bug --- 2-user.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2-user.sh b/2-user.sh index 81e1137..d6c7702 100755 --- a/2-user.sh +++ b/2-user.sh @@ -69,10 +69,10 @@ fi case "$DESKTOP" in "lxqt") - install_aur "sddm-nordic-theme-git" + install_aur sddm-nordic-theme-git ;; "awesome") - install_aur "rofi picom i3lock-fancy xclip ttf-roboto polkit-gnome materia-theme lxappearance flameshot pnmixer network-manager-applet xfce4-power-manager qt5-styleplugins papirus-icon-theme" + install_aur rofi picom i3lock-fancy xclip ttf-roboto polkit-gnome materia-theme lxappearance flameshot pnmixer network-manager-applet xfce4-power-manager qt5-styleplugins papirus-icon-theme git clone "https://github.com/ChrisTitusTech/titus-awesome" "$HOME"/.config/awesome mkdir -p "$HOME"/.config/rofi cp "$HOME"/.config/awesome/theme/config.rasi "$HOME"/.config/rofi/config.rasi