Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

DreamMaoMao/hyev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note

Sorry guys. Since I don't use this warehouse much and it is not needed by many others, I decided that this warehouse will no longer track the latest hyprland

hyev

a hyprland plugin for Animation sound

2023-12-11.23-16-10.mp4

Installation (Recommended)

sudo pacman -S sox boost boost-libs
hyprpm add https://github.com/DreamMaoMao/hyev
hyprpm enable hyev

Installation (Old)

sudo pacman -S sox boost boost-libs
git clone https://github.com/DreamMaoMao/hyev.git
cd hyev
bash install.sh

Example sounds

Copy sound files

cd hyev
cp ./sound -r /home/wrq/.config/hypr/

Edit hyprland.conf

#plugin = /usr/lib/libhyev.so #Uncomment if installed with old method

plugin {
    hyev {
        open_window = play -v 0.4 /home/$USER/.config/hypr/sound/add.wav 
        close_window = play -v 0.4 /home/$USER/.config/hypr/sound/remove.wav  
        change_workspace = play -v 0.3 /home/$USER/.config/hypr/sound/change_workspace.wav 
        fullscreen_on = play -v 0.4 /home/$USER/.config/hypr/sound/fullscreen.wav 
        fullscreen_off = play -v 0.4 /home/$USER/.config/hypr/sound/tile.wav 
    }
}

About

a hyprland plugin for Animation sound

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published