Looking for a theme that looks like this
Looking for a theme that looks like this
This is giving me warm vibes, so I'd love to find a theme that is like this. Does anyone know any? I'm using GNOME, but any DE that can pull this off is fine.
Looking for a theme that looks like this
This is giving me warm vibes, so I'd love to find a theme that is like this. Does anyone know any? I'm using GNOME, but any DE that can pull this off is fine.
You're viewing a single thread.
Your answer is $(echo )
I honestly don't understand what you mean by that.
In bash, $(command) is replaced with output of command when run. This command has no output.
Oh I see, it was intentional. I thought to myself "this has no output, there is nothing". Well it makes sense now. :D
It would be cool though if it existed.
My guess is that it should infinitely call echo on itself where the $()
substitutes the command echo
into the terminal, which calls it with echo.