feat: mpv paper for live wallpapers

This commit is contained in:
hesam-init 2024-02-24 02:40:17 +03:30
parent 5cc7e280c3
commit a53f2be3ef
3 changed files with 3 additions and 1 deletions

View file

@ -71,6 +71,7 @@ The following packages are required for the proper functioning of Hyprland on Vo
- swaybg - swaybg
- playerctl - playerctl
- [swww](https://github.com/LGFae/swww) : path /usr/local/bin - [swww](https://github.com/LGFae/swww) : path /usr/local/bin
- mpvpaper
- swaylock or [swaylock-effects](https://github.com/mortie/swaylock-effects) - swaylock or [swaylock-effects](https://github.com/mortie/swaylock-effects)
- grim - grim
- slurp - slurp

View file

@ -12,6 +12,7 @@ alias yo="echo '¯\_(ツ)_/¯'"
alias hardware="inxi -b" alias hardware="inxi -b"
alias psfind="ps -aux | grep" alias psfind="ps -aux | grep"
alias edit-dns="sudo nano /etc/resolv.conf" alias edit-dns="sudo nano /etc/resolv.conf"
alias mpv='mpvpaper "*" -o "no-audio --loop-playlist shuffle" ~/Wallpapers/Live'
# directories : # directories :
alias dotfiles="cd $DOTFILES" alias dotfiles="cd $DOTFILES"

View file

@ -9,7 +9,7 @@ env = QT_QPA_PLATFORM,wayland
$scr_path = ~/.config/hypr/scripts $scr_path = ~/.config/hypr/scripts
$mainMod = SUPER $mainMod = SUPER
$terminal = alacritty -o "window.opacity=0" $terminal = alacritty -o "window.opacity=0"
$fileManager = dolphin $fileManager = thunar
$network_manager = $scr_path/nmtui-launch.sh $network_manager = $scr_path/nmtui-launch.sh
$screenshot = $scr_path/hyprshot.sh $screenshot = $scr_path/hyprshot.sh
$swww_random = $scr_path/swww-random.sh $swww_random = $scr_path/swww-random.sh