✨ hypr(env,scripts,autostart, hyprlock): add new notification system, add media to hyprlock, organize scripts, add xdg env vars, use less blur size
This commit is contained in:
+17
-11
@@ -3,19 +3,25 @@
|
||||
## AUTOSTART ##
|
||||
###############
|
||||
|
||||
exec-once = systemctl enable --user --now hyprpolkitagent.service # Hyprland Policy Kit
|
||||
exec-once = hyprpaper # Wallpaper
|
||||
exec-once = mako # Notification Daemon
|
||||
exec-once = eww daemon --no-daemonize # Eww service
|
||||
exec-once = sh $HOME/.config/eww/scripts/eww-window.sh open bar
|
||||
exec-once = hypridle # Idle daemon
|
||||
# Services/Daemons
|
||||
exec-once = systemctl enable --user --now hyprpolkitagent.service
|
||||
exec-once = mako
|
||||
exec-once = eww daemon --no-daemonize
|
||||
exec-once = hypridle
|
||||
exec-once = wl-paste --type text --watch cliphist store
|
||||
exec-once = wl-paste --type image --watch cliphist store
|
||||
|
||||
# Load pywal from cache || generate pywal colorscheme
|
||||
exec-once = sh -c "[[ -d $HOME/.cache/wal ]] && wal -R || wal -q -t --cols16 darken -i $(cat '$HOME/.config/hypr/hyprpaper.conf' | grep '$wallpaper =' | sed -e 's/^$wallpaper = //')"
|
||||
# Tools
|
||||
exec-once = hyprpaper
|
||||
|
||||
# Scripts
|
||||
exec-once = sh $HOME/.config/hypr/scripts/gen-pywal.sh
|
||||
exec-once = sh $HOME/.config/hypr/scripts/night-light-check.sh
|
||||
exec-once = sh $HOME/.config/hypr/scripts/notification-handler-daemon.sh
|
||||
|
||||
# Widgets
|
||||
exec-once = sh "$(eww get EWW_CONFIG_DIR)/scripts/eww-window.sh" open bar
|
||||
|
||||
# Clipboard manager
|
||||
exec-once = wl-paste --type text --watch cliphist store # Stores text
|
||||
exec-once = wl-paste --type image --watch cliphist store # Stores images
|
||||
|
||||
# Apps
|
||||
exec-once = /bin/vesktop --start-minimized
|
||||
|
||||
Reference in New Issue
Block a user