feat: Add a ton of theming and some fixes for startup order

This commit is contained in:
2025-04-05 18:39:03 +11:00
parent 23077aa3a5
commit 9bbdc56019
9 changed files with 54 additions and 57 deletions

View File

@@ -1,34 +1,7 @@
exec-once = hyprpm reload -n
exec-once = systemctl --user start hyprpolkitagent
exec-once = /usr/bin/kdeconnectd &
# exec-once = /usr/bin/swaync &
# exec-once = waybar
# Start apps in .autostart
exec-once = /home/nathan/AppImages/Fingertip-0.0.4-beta2-linux-X64.AppImage &
exec-once = /home/nathan/AppImages/nextcloud_desktop_sync_client.appimage --background &
# exec-once = /usr/bin/solaar -w hide &
# Start windows
exec-once = alacritty --class alacritty-init
# exec-once = brave-browser # TODO after adding start workspace
exec-once = discord --start-minimized
exec-once = slack -U
exec-once = hyprpanel
exec-once = hyprpaper
exec-once = hyprpanel
exec-once = hypridle
exec-once = clipse -listen
# exec-once = hyprswitch init --show-title --custom-css ~/.config/hypr/hyprswitch.css &
# Proxy
# exec-once = gsettings set org.gnome.system.proxy mode 'auto' && gsettings set org.gnome.system.proxy autoconfig-url 'http://127.0.0.1:9590/proxy.pac'
# exec-once = kwriteconfig6 --file kioslaverc --group 'Proxy Settings' --key 'ProxyType' 2 && kwriteconfig6 --file kioslaverc --group 'Proxy Settings' --key 'AutoProxyURL' "http://127.0.0.1:9590/proxy.pac"
# exec-once = export PROXY_PAC_URL="http://127.0.0.1:9590/proxy.pac"
# exec-once = export http_proxy="http://127.0.0.1:9590"
# exec-once = export https_proxy="$http_proxy"
# exec-once = export no_proxy="localhost,127.0.0.1,::1"
exec-once = /usr/bin/kdeconnectd
exec-once = systemctl --user start hyprpolkitagent
exec-once = ~/.config/hypr/scripts/exec-once.sh > ~/.logs/exec-once.log 2>&1