hyprdots icon indicating copy to clipboard operation
hyprdots copied to clipboard

Enhancement: Merging waybar modules to a single template

Open mislah opened this issue 1 year ago • 1 comments

As waybar/modules directory contains small but a number of files, it would be better to create a single template file for managing the modules from which the config.jsonc would be generated.

image See the waybar directory structure on the left side and the merged modules as a template in the editor

It looks cleaner and less error prone as most of the IDEs tries to format the partial json files and report unnecessary errors and warnings. It is more easier to maintain as well as all the modules are at a single template file.

image

If you all think this to be implemented, consider assigning me as I already have the working version at my local.

mislah avatar Feb 24 '24 12:02 mislah

i think we don't need to change this as it's already better to manage, it separately, nvim users might understand why it's better to break config in multi files rather than one

Enigma1309 avatar Feb 24 '24 17:02 Enigma1309