feat: random wallpapers
This commit is contained in:
@@ -27,9 +27,12 @@ $privateBrowser = zen-browser --private-window
|
||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||
# Or execute your favorite apps at launch like this:
|
||||
|
||||
exec-once = waybar & hyprpaper & hypridle &
|
||||
exec-once = systemctl --user startexec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP hyprpaper.service
|
||||
exec-once = hyprsunset
|
||||
# Le essential hyprland crap
|
||||
exec-once = hyprpaper & waybar & hypridle & hyprsunset &
|
||||
exec-once = sleep 1 && ~/.config/hypr/scripts/random_wallpaper.sh
|
||||
|
||||
|
||||
# exec-once = systemctl --user startexec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP hyprpaper.service
|
||||
exec-once = libinput-gestures
|
||||
exec-once = copyq --start-server
|
||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
@@ -85,7 +88,7 @@ general {
|
||||
border_size = 3
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
||||
col.active_border = rgba(E96375ff) rgba(EB75DDff) 45deg
|
||||
col.active_border = rgba(E96375ff) rgba(9E2238ff) 45deg
|
||||
col.inactive_border = rgba(4B535Bff) # rgba(595959aa)
|
||||
|
||||
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
||||
|
||||
Reference in New Issue
Block a user