Hello garudians !!
I wanted to tell that there are 3 more options which are shadows , borders and layouts are added in our optional G-Hyprland feature ,
which are shown in the below featured video :
for getting it first update with upd and then disabling and enabling again your G-Hyprland feature with the shortcut key Mod+Shift+g
PS : don’t forget to take a backup of your older configs
Thanks
EDIT : there was a file that was file that I forgot to add in commit , now it is added .
You can re-check and let me know if it works as expected or not
For example, the settings in white_red.conf are as follows:
general {
col.active_border = rgba(225,225,255,300) rgba(225,0,0,300) 45deg
}
When I choose this configuration, Waybar throws an error saying: “no colors?” Then I checked with GPT, and the explanation was that this rgba is incorrect because the fourth parameter in RGBA represents the alpha value (transparency), which should range from 0 to 1, not 300. I’m not sure why this configuration works correctly for you.
Frontend Development: In CSS, opacity and rgba() usually use a decimal format ranging from 0 to 1.
Design Tools: To make it easier for non-developers to understand, design tools typically represent transparency using percentages. In these tools, 100% means fully opaque.
If you write rgba(255, 0, 0, 100); directly in CSS, it is not supported and will cause an error. The correct way is: rgba(255, 0, 0, 1);
Well, my friends and during exam times use GPT to verify our answers , that whether they are correct or not when we are preparing .
And I tell you many times it just write anything , sometimes it will do obvious errors instead of chatGPT correcting us on where we are doing mistake , we are correcting it
So, please don’t say that chatGPT said this or that , it is still an LLM and it commits tons of errors
BTW, back to topic :
300 was a typo
And it is really funny that all the values are working on my system
Anyways , will change all the 100s and 300s to 1
fixed :
Just for final confirmation , can you please check and confirm , everything is working well or not ??
I understand what you mean, and I have no intention of offending you. It’s just that the previous configuration indeed couldn’t run normally on my computer. You said: ‘I don’t know about what kind of flaw you are talking, if you can provide more details then maybe I can help,’ so I went to ask GPT. Anyway, thank you, great job.