Open rubiin opened 6 months ago
Right now we have to use Hyde waybar control and manually set the style to 1 . This will make it easier
Right now we have to use Hyde waybar control and manually set the style to
The waybar control
is used to modify the modules, users needs to use keybindings to toggle waybar layouts.
This will use fzf to list out all styles in config.ctl and display in a list. When user clicks an entry, the style is applied
Yes, will try to do it.
You can create a Draft pr , I may provide some inputs
Similar feature I guess https://github.com/prasanthrangan/hyprdots/issues/1300
I peak on the implementation, but this is only for style not modules, right? It tries to select themes for static modules. (we can make it dynamic too).
My question is what do you really mean by "style" is it the css or the whole waybar layout?
whole waybar layout
@kRHYME7 here is a script maybe you can see how he is doing it https://github.com/JaKooLit/Hyprland-Dots/blob/main/config/hypr/scripts/WaybarStyles.sh
Can you help me modify and implement this on the wbarconfgent.sh and the wbarstylegen.sh
This one is for ` wbarconfgen.sh
conf_file="${WAYBAR_CONFIG:-$waybar_dir/config.jsonc}"
for the wbarsylegen.sh
out_file="${WAYBAR_STYLE:-$waybar_dir/style.css}"
You can test first by
ls
now we got a custom generated waybar files
Now after having this minor change in the HyDE repo the CLI can now generete a configuration and css file somewhere where the CLI can just use it to preview the waybar configuration
I really forgot this thread, sorry.
Also I will try to open a feat req to rofi. If it's possible to run a command on hovered.
Sure
Can you help me modify and implement this on the wbarconfgent.sh and the wbarstylegen.sh
This one is for ` wbarconfgen.sh
conf_file="${WAYBAR_CONFIG:-$waybar_dir/config.jsonc}"
for the wbarsylegen.sh
out_file="${WAYBAR_STYLE:-$waybar_dir/style.css}"
You can test first by
ls
now we got a custom generated waybar filesNow after having this minor change in the HyDE repo the CLI can now generete a configuration and css file somewhere where the CLI can just use it to preview the waybar configuration
I really forgot this thread, sorry.
Sure . I will give it a try
This will use fzf to list out all styles in config.ctl and display in a list. When user clicks an entry, the style is applied