Include hyprbars example config#433
Conversation
The current readme does not include instructions to make it look like the reference screenshot. This change includes that config.
|
I forgot to include the windowrules in the original config. |
| hyprbars-button = rgb(dd0000), 15, , hyprctl dispatch killactive | ||
| hyprbars-button = rgb(00dd00), 15, , hyprctl dispatch fullscreen 1 | ||
| hyprbars-button = rgb(eeee00), 15, , hyprctl dispatch pseudo | ||
| hyprbars-button = rgb(5577ff), 15, , hyprctl dispatch togglefloating |
There was a problem hiding this comment.
I don't see this button in the screenshot.
There was a problem hiding this comment.
@EvanKoe Can you help me replicate the look in this screenshot? https://github.com/hyprwm/hyprland-plugins/tree/main/hyprbars, your config has 4 buttons now, but the screenshot shows 3.
There was a problem hiding this comment.
@EvanKoe Can you help me replicate the look in this screenshot? https://github.com/hyprwm/hyprland-plugins/tree/main/hyprbars, your config has 4 buttons now, but the screenshot shows 3.
Sorry for the late answer. This line is the button that doesn't appear in the screenshot, as I added it for my personal use, I forgot I commited it.
hyprbars-button = rgb(5577ff), 15, , hyprctl dispatch togglefloating
So if you want only the buttons that appear on the screenshot, you can use only the first three buttons:
hyprbars-button = rgb(dd0000), 15, , hyprctl dispatch killactive # Red button, closes the window
hyprbars-button = rgb(00dd00), 15, , hyprctl dispatch fullscreen 1 # Green button, toggles fullscreen
hyprbars-button = rgb(eeee00), 15, , hyprctl dispatch pseudo # Yellow button, makes window resizable
Hope this helps
The current readme does not include instructions to make it look like the reference screenshot.
This change includes that config.