18 lines
852 B
Plaintext
Raw Normal View History

2022-02-03 18:41:15 +01:00
<div class="dark:bg-gray-700 flex p-4 border-b border-b-gray-400">
<div class="mr-4 flex-shrink-0">
2022-02-06 10:40:07 +01:00
<img src="/images/avatar_48.png" alt="John Doe" class="rounded-md">
2022-02-03 18:41:15 +01:00
</div>
<div>
<h5 class="font-bold mb-4">John Doe</h5>
<p>There are so many programs configurable in #Lua. I am making a list.</p>
<p>I revisited the tiling window manager topic. #awesomewm is configurable in Lua, but for now I think I will rewrite my #bspwm config in Lua and learn how to do more advanced customization with conditionals.</p>
<p>Found out that #conky's visualizations are done in Lua with the Cairo graphics library. That looks really cool and I hope to do some with that soon. </p>
<p>Set terminal text and bspwm to #gruvbox colors.</p>
<p>#RetroEdgeTechStack</p>
</div>
</div>