feat(templates): add glow, shadow, and groupbar text colors to hyprland.lua - #3948
Merged
Conversation
ItsLemmy
reviewed
Aug 15, 2026
ItsLemmy
marked this pull request as draft
August 15, 2026 22:27
Collaborator
|
Would need a proper background for group headers, this wont work with all wallpapers. |
yipfluoric
marked this pull request as ready for review
August 15, 2026 22:42
yipfluoric
marked this pull request as draft
August 16, 2026 02:09
less inconsistency due to no locked colors
Contributor
Author
yipfluoric
marked this pull request as ready for review
August 16, 2026 02:20
Collaborator
|
Can you check how does that look now with my latest commit. |
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.






Summary
This adds the colors for Hyprland's glow, and shadow, as well as the groupbar text to the
hyprland.luatemplate.Motivation
Glow, and shadow is mostly just making it consistent with other settings/compositor templates
The groupbar text however is due to readability issues. The default setting conflicts with lighter backgrounds and dark themes, as Hyprland does not use backgrounds for it's groupbar text.
Type of Change
Related Issue
N/A
Testing
Manually tested via a user-template in user-templates.toml using the below, there is no code changes, only template changes.
Manual Coverage
Screenshots / Videos
Checklist
CONTRIBUTING.md.just formatwith clang-format v22+ installed, or this PR has no code changes.assets/translations/en.json, or this PR adds no new user-facing strings.Additional Notes
This could be added to hyprland.conf as well, but not really recommended as the next version will not have support for it
There is also no locked color setting for the glow effect currently, so it will look weird with borders.