diff --git a/backlight.rules b/backlight.rules new file mode 100644 index 0000000..5440ae6 --- /dev/null +++ b/backlight.rules @@ -0,0 +1 @@ +ACTION=="add", SUBSYSTEM=="backlight", RUN+="/bin/chgrp video $sys$devpath/brightness", RUN+="/bin/chmod g+w $sys$devpath/brightness" diff --git a/install_desktop.sh b/install_desktop.sh index 6a71bb9..987e3b9 100755 --- a/install_desktop.sh +++ b/install_desktop.sh @@ -24,3 +24,5 @@ systemctl enable seatd.service systemctl enable bluetooth +cp ./backlight.rules /etc/udev/rules.d/ +usermod -aG video drew diff --git a/install_packages.sh b/install_packages.sh index 6119973..04dd5a0 100755 --- a/install_packages.sh +++ b/install_packages.sh @@ -9,7 +9,7 @@ if [[ $EUID -ne 0 ]]; then fi -DISPLAY="plymouth sddm wayland sway swaybg swaylock swayidle wofi waybar wev gammastep" +DISPLAY="plymouth sddm wayland sway swaybg swaylock swayidle wofi waybar wev gammastep light" TERMINAL="zsh kitty" diff --git a/install_usr.sh b/install_usr.sh index 3b7ab14..90f0deb 100755 --- a/install_usr.sh +++ b/install_usr.sh @@ -19,7 +19,8 @@ popd echo "Installing plymouth theme" yay --noconfirm --needed -S plymouth-theme-deus-ex-git -sudo plymouth-set-default-theme -R deus_ex +sudo cp plymouthd.conf /etc/plymouth/plymouthd.conf +sudo mkinitcpio -P echo "Installing SDDM theme" yay --noconfirm --needed -S sddm-sugar-dark diff --git a/plymouthd.conf b/plymouthd.conf new file mode 100644 index 0000000..5849c95 --- /dev/null +++ b/plymouthd.conf @@ -0,0 +1,3 @@ +[Daemon] +Theme=deus_ex +DeviceScale=1