Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Way to make this fullscreen/use these fragment shaders fullscreen? #91

Open
StarrKiss opened this issue May 21, 2022 · 1 comment
Open

Comments

@StarrKiss
Copy link

This is the one music visualizer I really like. ProjectM or whatever has this issue where they often look the same when they aren't reacting to the music vs when they are, and that's just kind of gross and off ( they rely on our pattern-seeking brains to draw a connection) but this applet and all of the shaders I've downloaded it for it work really really well. What is a way to run this in full screen for like a party or somthnig?

@marius851000
Copy link

Well, this is probably not what you're looking for, but I was able to put the effect in fullscreen (on the destop layer, as if it an overlay to the background) by changing ~/.config/plasma-org.kde.plasma.desktop-appletsrc, looking for the ID of the panon applet (by searching panon, found a content with a section name of [Containments][32][Applets][31], and then when to [Containments][32], and modified the ItemGeometries-1920x1080=Applet-23:432,16,1056,96,0;Applet-31:100,100,200,200,0; line under it (should change depending on your screen resolution), set what follow the Applet-31: (or whatever the applet id is) to 0,0,<width>,<height>,0; (so it became ItemGeometries-1920x1080=Applet-23:432,16,1056,96,0;Applet-31:0,0,1920,1080,0;).

Then, disconnect and reconnect, and the effect should be full screen (thought that's most of a workaround in your case. Also, not sure how to change the rendering priority of the applet).

Also, plasmawindowed panon should in theory work, but it doesn't seems to be able to take PulseAudio input (I have the same problem with restarting X11's plasma without disconnecting/logging back, with kstart5 plasmashell -- --replace).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants