Added dark theme for GTK apps by default
This commit is contained in:
parent
57eb849911
commit
e413b28333
1 changed files with 6 additions and 0 deletions
|
@ -138,6 +138,12 @@ if [[ $nVidia -gt 0 ]]; then
|
|||
sudo mkinitcpio -P
|
||||
fi
|
||||
|
||||
# Dark theme for GTK apps
|
||||
yay -S adwaita-qt5-git adwaita-qt6-git --noconfirm
|
||||
gsettings set org.gnome.desktop.interface gtk-theme 'Adwaita'
|
||||
echo "Dark theme has been set to GTP applications"
|
||||
sleep 2
|
||||
|
||||
# RaveOS Cosmetics
|
||||
|
||||
#cp -a /home/$USER/cosmetics/burn-my-windows /home/$USER/.config/
|
||||
|
|
Loading…
Reference in a new issue