output_demm.mp4
A custom cava plugin is used here: Link: https://github.com/Yujonpradhananga/Qt6-Cava-plugin
You can build the plugin mannually or if you dont want to mannually build it and go through the installation process you can delete the CavaVisualizer.qml file and delete these lines 171-180 from the WallpaperEngine.qml file:
//delete these
CavaVisualizer {
id: s1_cava
anchors {
left: parent.left
right: parent.right
top: parent.top
topMargin: 0
}
height: 555
}The AppLauncher requires a hyprland keybind for it to work. Mine is set like this:
hl.bind(
mainMod .. " + R",
hl.dsp.exec_cmd("qs -c /path to where you have installed the repo/Persona-Quickshell/ ipc call searchapp toggle")
)The wallpaper is from : https://steamcommunity.com/sharedfiles/filedetails/?id=3151551777
The greyscale shader is from @snes19xx's surface-dots.
The media player's album art implementation is taken from Rexcrazy804's Zaphkiel.
Shoutout to blairxu13's persona3-website.
The power menu currently uses loginctl commands, feel free to change them to your needs.
MIT License - feel free to use and modify as needed.
Created by Yujon Pradhananga