✨ feat(hypr): use hyprpaper by default instead of swww
This commit is contained in:
parent
4f75c72e42
commit
9a33169d46
3 changed files with 11 additions and 10 deletions
2
.config/hypr/hyprpaper.conf
Normal file
2
.config/hypr/hyprpaper.conf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# If you want a wallpaper that doesn't change everytime the system reloads
|
||||||
|
# preload = /home/matt/.config/hypr/theme/walls/city.png
|
|
@ -1,5 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Wallpaper engine
|
||||||
|
# swww-daemon --format xrgb &
|
||||||
|
hyprpaper &
|
||||||
|
|
||||||
# Automounter for removable media
|
# Automounter for removable media
|
||||||
udiskie &
|
udiskie &
|
||||||
|
|
||||||
|
@ -15,9 +19,6 @@ swaync &
|
||||||
# OSD Window
|
# OSD Window
|
||||||
swayosd-server &
|
swayosd-server &
|
||||||
|
|
||||||
# Notify about devices connecting and disconnecting
|
|
||||||
devify &
|
|
||||||
|
|
||||||
# Idle daemon to screen lock
|
# Idle daemon to screen lock
|
||||||
hypridle &
|
hypridle &
|
||||||
|
|
||||||
|
@ -27,14 +28,12 @@ wl-paste --watch cliphist store &
|
||||||
# Polkit authentication
|
# Polkit authentication
|
||||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||||
|
|
||||||
# Screen sharing and portals
|
|
||||||
"$HOME"/.config/hypr/scripts/portal &
|
|
||||||
# xwaylandvideobridge & # Off when using Vesktop instead of Discord
|
|
||||||
|
|
||||||
# Audio
|
# Audio
|
||||||
easyeffects --gapplication-service &
|
easyeffects --gapplication-service &
|
||||||
|
|
||||||
# Wallpaper Backend
|
# Random Wallpaper
|
||||||
hyprpaper &
|
|
||||||
# swww-daemon --format xrgb &
|
|
||||||
"$HOME"/.config/hypr/scripts/random_wallpaper &
|
"$HOME"/.config/hypr/scripts/random_wallpaper &
|
||||||
|
|
||||||
|
# Screen sharing and portals
|
||||||
|
"$HOME"/.config/hypr/scripts/portal &
|
||||||
|
# xwaylandvideobridge & # Off when using Vesktop instead of Discord
|
||||||
|
|
BIN
.config/hypr/theme/walls/car-3.png
Normal file
BIN
.config/hypr/theme/walls/car-3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 MiB |
Loading…
Add table
Reference in a new issue