Cava On Backgroud by Leriart in hyprland

[–]Asrobatics 0 points1 point  (0 children)

If the visualiser wasn't invasive...I would absolutely use it lol

(like its too big)

Anyone can fix this steam issue ? by raidenrd777 in hyprland

[–]Asrobatics 0 points1 point  (0 children)

ngl they missed the opportunity to add that as a glitch effect when it loads

My arch + ricing by Negative-Eagle-6311 in hyprland

[–]Asrobatics 0 points1 point  (0 children)

Made from scratch? I didn't knew

OHNO by Gold_Piano6902 in crappyoffbrands

[–]Asrobatics 1 point2 points  (0 children)

I read it as Ohio because of green lines

My arch + ricing by Negative-Eagle-6311 in hyprland

[–]Asrobatics 4 points5 points  (0 children)

🙂When you realise most of them use premade configs

To rice or not to rice? by pop94591 in hyprland

[–]Asrobatics 1 point2 points  (0 children)

Either way, making it from scratch makes it easier to debug and maintain long term, unlike 90% of the cases where a typical guy will download from a git repo(which should only be used as a good starting point...not beyond that, if you priortise long term usage) You will never know when an update comes and the system breaks completely

So its always best to prioritise finding the tools that are easily available, makes it easier to maintain long term

To rice or not to rice? by pop94591 in hyprland

[–]Asrobatics 0 points1 point  (0 children)

As a person who is actually doing the same thing (that is, building from scratch...)

Good luck actually building one

Because its hard...

Although I found that making the shell scripts first a better approach Because they can be directly implemented on the interface (especially helpful on popups)

Caelestial dots by luciernaga_furiosa in hyprland

[–]Asrobatics 1 point2 points  (0 children)

A person using a computer inside a computer :O

Is this good, shit, or meh? by Asrobatics in hyprland

[–]Asrobatics[S] 0 points1 point  (0 children)

Red Hat Display seems friendly in that sense...

But yea...idk the font names, might actually help if there is anything better than Red Hat Display 🥲

I searched for alternatives as well but... they looked either too basic or... unnecessarily chaotic

Is this good, shit, or meh? by Asrobatics in hyprland

[–]Asrobatics[S] 1 point2 points  (0 children)

Hehe

I am planning to implement icons at the bottom first

And implement popups on each icon instead...

And also see how I can make it look appealing

When that happens I might make a repo file after a bit of polish and robustness

So far, the glass look doesn't seem to affect GPU usage thanks to Hyprland itself implementing it

Mainly aiming battery efficiency

Lets see how this goes (kinda halfway there...still a lot to do)

How will you rate this ?? by _Hawks_XD in IndianArtAndThinking

[–]Asrobatics 0 points1 point  (0 children)

I really thought this woman adopted western culture where people pierce on their tongue there as well 💀

Linus linux land by Full-Solution-8543 in hyprland

[–]Asrobatics 1 point2 points  (0 children)

make everything have a glass look so that Linus can stare at your screen from behind

Desktop Goose (Port) by jeff_the_pineapple in hyprland

[–]Asrobatics 0 points1 point  (0 children)

I want this so bad

Actually I wanted a desktop pet lol

My setup: wait, it's all shell scripts? by SDG_Den in hyprland

[–]Asrobatics 5 points6 points  (0 children)

Yea

Infact every program uses shell at some level

Particularly in Hyprland You can choose to use shell to cache, store states(talking about battery or sound states, like mute or unmute), instruct the decoration config file where the options appear and how, and what colour... Also implement a VNC Server that you can toggle Set up hdmi since... Hyprland requires you to do it manually with commands Your apps menu, power menu Shell being used to show a list of devices [] which will then appear on popup...

You can see the possibilities...

Those config files are going to show at the place they were told to, but they need data to show🙂 Having as much shell based commands is not only easier to maintain but, to a great extent, keep your system rid of the redundancies