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

Latest commit

 

History

History
47 lines (39 loc) · 1.19 KB

README.md

File metadata and controls

47 lines (39 loc) · 1.19 KB

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 
    }
}