From 4e21c7bbc9010a3059c010341781c4534811aa82 Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Thu, 7 Nov 2024 11:17:55 +0100 Subject: [PATCH] Update install.sh --- install.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index ab0bac9..6af52df 100644 --- a/install.sh +++ b/install.sh @@ -149,7 +149,9 @@ sudo apt install -y ceph-common nfs-common samba-common nmap # Printer sudo apt install -y system-config-printer cups cups-client cups-filters cups-pdf printer-driver-all +sudo usermod -a -G lpadmin $USER +# Polkit Agent sudo apt install -y mate-polkit --no-install-recommends #sudo apt install -y polkit-kde-agent-1 --no-install-recommends @@ -279,7 +281,6 @@ exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CUR # Wallpapers via HyprPaper (turn off for now) # https://wiki.hyprland.org/Hypr-Ecosystem/hyprpaper/ - #exec-once = hyprpaper #exec-once = hyprctl hyprpaper preload "$HOME/Wallpapers/Wallpaper.png" #exec-once = hyprctl hyprpaper wallpaper ",$HOME/Wallpapers/Wallpaper.png" @@ -472,7 +473,8 @@ bind = $mainMod, F, fullscreen, 1 bind = $mainMod $secondMod, F, fullscreen, 0 bind = $mainMod $fourthdMod, F, togglefloating, -bind = $mainMod $secondMod, W, exec, swaybg -m fill -i $(find $HOME/Wallpapers -type f | shuf -n 1) +bind = $mainMod $secondMod, W, exec, wal --cols16 darken -q -i $HOME/Wallpapers +#bind = $mainMod $secondMod, W, exec, swaybg -m fill -i $(find $HOME/Wallpapers -type f | shuf -n 1) bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle @@ -1660,6 +1662,9 @@ fi # Add User NOPASSWD to shutdown now and reboot echo "$USER ALL=(ALL) NOPASSWD: /sbin/shutdown now, /sbin/reboot" | sudo tee /etc/sudoers.d/$USER && sudo visudo -c -f /etc/sudoers.d/$USER +# PyWAL install via pipx +pipx install pywal16 +pipx ensurepath # Wallpapers if [ ! -d ~/Wallpapers ]; then