nwg-piotr / nwg-shell-config

nwg-shell configuration utility
MIT License
56 stars 11 forks source link

Please add options to disable azote, and to disable or enable the hyprland splash text rendering #71

Closed ethereal-engineer closed 2 weeks ago

ethereal-engineer commented 4 months ago

With the latest update of hyprland, the backgrounds have gone even beyond hyprchan (whom I loved anyway), and it would be a pity not to allow an option to see them when using nwg-shell. As for the splash text rendering, I really don't like having that but hyprland allows it to be turned off by a setting in misc. I already have my own sources doing this but I thought to mention it here for completeness.

ethereal-engineer commented 4 months ago

If you'd prefer these kind of thoughts in discussions instead, I apologise. I'm of limited ability rn.

nwg-piotr commented 4 months ago

If it comes to the exec-once = ~/.azotebg-hyprland line, I decided to leave it in the main config file on the very beginning. Surely I could make it switchable by adding a check button in the shell config utility and exporting this line to the includes file, but I have no way to remove it from all the current users' main config file. That's why I'd rather not do it.

As for the Hyprland logo in the background, you have the switch in 'Miscellaneous' settings.

obraz

ethereal-engineer commented 4 months ago

That's odd. I am pretty sure the azote line lives in the includes file. I will check shortly. As for the splash text, this is seperate to the hyprland logo. It is the text rendered at the bottom of the screen only. It has its own option to disable. I will report back on both soon.

ethereal-engineer commented 4 months ago

You're right. Azote is part of the pre-defined hyprland config file for nwg-shell. The other matter, the option for toggling the randomised splash text is here:

misc {
    disable_splash_rendering = true
}
nwg-piotr commented 4 months ago

I'll add this to nwg-shell-config, if so.

nwg-piotr commented 4 months ago

https://github.com/nwg-piotr/nwg-shell-config/commit/d67d72eef20bec1d8bf6b1a5b886f945fc3c5daf

nwg-piotr commented 4 months ago

obraz