Skip to content
/ hyev Public
forked from DreamMaoMao/hyev

a hyprland plugin for Animation sound

License

Notifications You must be signed in to change notification settings

DADA30000/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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 87.4%
  • CMake 10.9%
  • Shell 1.7%