Skip to content

Include hyprbars example config#433

Open
gtarsia wants to merge 2 commits into
hyprwm:mainfrom
gtarsia:patch-2
Open

Include hyprbars example config#433
gtarsia wants to merge 2 commits into
hyprwm:mainfrom
gtarsia:patch-2

Conversation

@gtarsia

@gtarsia gtarsia commented Jul 27, 2025

Copy link
Copy Markdown

The current readme does not include instructions to make it look like the reference screenshot.

This change includes that config.

The current readme does not include instructions to make it look like the reference screenshot.

This change includes that config.
@gtarsia gtarsia marked this pull request as draft July 27, 2025 23:56
@gtarsia

gtarsia commented Jul 28, 2025

Copy link
Copy Markdown
Author

I forgot to include the windowrules in the original config.

@gtarsia gtarsia marked this pull request as ready for review July 28, 2025 00:23
Comment thread hyprbars/README.md
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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see this button in the screenshot.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants