mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-25 13:56:55 +02:00
feat: mpv paper for live wallpapers
This commit is contained in:
parent
5cc7e280c3
commit
a53f2be3ef
3 changed files with 3 additions and 1 deletions
|
@ -71,6 +71,7 @@ The following packages are required for the proper functioning of Hyprland on Vo
|
|||
- swaybg
|
||||
- playerctl
|
||||
- [swww](https://github.com/LGFae/swww) : path /usr/local/bin
|
||||
- mpvpaper
|
||||
- swaylock or [swaylock-effects](https://github.com/mortie/swaylock-effects)
|
||||
- grim
|
||||
- slurp
|
||||
|
|
|
@ -12,6 +12,7 @@ alias yo="echo '¯\_(ツ)_/¯'"
|
|||
alias hardware="inxi -b"
|
||||
alias psfind="ps -aux | grep"
|
||||
alias edit-dns="sudo nano /etc/resolv.conf"
|
||||
alias mpv='mpvpaper "*" -o "no-audio --loop-playlist shuffle" ~/Wallpapers/Live'
|
||||
|
||||
# directories :
|
||||
alias dotfiles="cd $DOTFILES"
|
||||
|
|
|
@ -9,7 +9,7 @@ env = QT_QPA_PLATFORM,wayland
|
|||
$scr_path = ~/.config/hypr/scripts
|
||||
$mainMod = SUPER
|
||||
$terminal = alacritty -o "window.opacity=0"
|
||||
$fileManager = dolphin
|
||||
$fileManager = thunar
|
||||
$network_manager = $scr_path/nmtui-launch.sh
|
||||
$screenshot = $scr_path/hyprshot.sh
|
||||
$swww_random = $scr_path/swww-random.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue