Clean up instructions further after install on frame.work.

This commit is contained in:
Drew Galbraith 2023-11-20 15:04:16 -08:00
parent 46c111e8c1
commit 237c7b3a87
5 changed files with 9 additions and 2 deletions

1
backlight.rules Normal file
View File

@ -0,0 +1 @@
ACTION=="add", SUBSYSTEM=="backlight", RUN+="/bin/chgrp video $sys$devpath/brightness", RUN+="/bin/chmod g+w $sys$devpath/brightness"

View File

@ -24,3 +24,5 @@ systemctl enable seatd.service
systemctl enable bluetooth systemctl enable bluetooth
cp ./backlight.rules /etc/udev/rules.d/
usermod -aG video drew

View File

@ -9,7 +9,7 @@ if [[ $EUID -ne 0 ]]; then
fi 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" TERMINAL="zsh kitty"

View File

@ -19,7 +19,8 @@ popd
echo "Installing plymouth theme" echo "Installing plymouth theme"
yay --noconfirm --needed -S plymouth-theme-deus-ex-git 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" echo "Installing SDDM theme"
yay --noconfirm --needed -S sddm-sugar-dark yay --noconfirm --needed -S sddm-sugar-dark

3
plymouthd.conf Normal file
View File

@ -0,0 +1,3 @@
[Daemon]
Theme=deus_ex
DeviceScale=1