kRHYME7 / Hyde-cli

A HyDE CLI, wrapper, tweaks , workarounds, and more!
https://github.com/prasanthrangan/hyprdots
GNU General Public License v3.0
56 stars 4 forks source link

Feature: Hyde waybar style #52

Open rubiin opened 1 month ago

rubiin commented 1 month ago

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

rubiin commented 1 month ago

Right now we have to use Hyde waybar control and manually set the style to 1 . This will make it easier

kRHYME7 commented 1 month ago

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.

rubiin commented 1 month ago

You can create a Draft pr , I may provide some inputs

rubiin commented 1 month ago

Similar feature I guess https://github.com/prasanthrangan/hyprdots/issues/1300

rubiin commented 2 weeks ago

found a simple implementation https://github.com/AXWTV/Hyprland-DotFiles/blob/7a011d0e962b9ebcdc9ed51fa9c14eaf195fc042/config/hypr/configs/Keybinds.conf#L43

kRHYME7 commented 2 weeks ago

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?

rubiin commented 2 weeks ago

whole waybar layout