-
Notifications
You must be signed in to change notification settings - Fork 910
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: fixed bugs in waybar brightness and window module #2029
Conversation
@kRHYME7 @rishav12s do you think i changed too much in brightnesscontrol.sh script? |
if the pr is waybar related why are you changing brightness script stuff i haven't gone through your previous pr of this so i'm out of context like what are you trying to fix |
Yup, if the PR is just to add Feature e.g the "quiet" flag then please abide by the format. If you wish to add something extra or refactor the script that should deserve another PR. I scanned through this script and it looks good at glance but you delayed the merging of the actual goal of the original PR by adding more stuff. tltr, I hope you understand this. |
Lemme know if this is ready |
Yes will add the quiet mode in another pr |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did testing of final submitted pr with modified changes
Now I don't have to do anything right? |
@rishav12s @rubiin @abenezerw No objections from gou guys? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Pull Request
Description
For backlight i have used the previous backlightcontrol.sh script and slightly modified for quiet mode
For window there were several bug fixes
${USER@${set_sysname}:(.*)
was designed to display a terminal but for the arch logo waybar design it was failing solved by adding(.*)${USER}@${set_sysname}:(.*)
others were fixed for User Experience, for example new tab in firefox would say "Firefox " which breaks the UX slightly by removing the arch logo
added discord logo for discord support
changes in backlight control script adding quiet mode in flag in script alongwith redesigning the script and adding more testcases
Type of change
Please put an
x
in the boxes that apply:Checklist
Please put an
x
in the boxes that apply:Screenshots
previous brightness keys working as intended
test-cases
Additional context
Add any other context about the problem here.