Refactor Hyprland configs, introduce Sithego for theming, and add supporting scripts
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#################
|
||||
### AUTOSTART ###
|
||||
#################
|
||||
|
||||
exec-once = gsettings set org.gnome.desktop.interface gtk-theme "Serpensortia"
|
||||
exec-once = gsettings set org.gnome.desktop.interface icon-theme "Silvery-Dark-Icons"
|
||||
exec-once = gsettings set org.gnome.desktop.interface cursor-theme "Volantes Cursors"
|
||||
exec-once = gsettings set org.gnome.desktop.interface font-name "Fira Sans Semi-Bold 11"
|
||||
exec-once = gsettings set org.gnome.desktop.interface color-scheme "prefer_dark"
|
||||
|
||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||
# Or execute your favorite apps at launch like this:
|
||||
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
exec-once = hyprpaper &
|
||||
exec-once = waybar &
|
||||
exec-once = dunst &
|
||||
|
||||
|
||||
Reference in New Issue
Block a user