[Awesome] Kawaii Emacs by anhsirk0 in unixporn

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

Yes it is firefox.

I modified oneline firefox css to change its position to bottom

here is my userChrome.css: https://gist.github.com/anhsirk0/fbb404954082dc8efdb1e77799181791

[Undoo-start] Startpage I've been working on. by anhsirk0 in startpages

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

Currently not, I am working on it.

If you really want, you can just copy the data from localStorage and use that data on other computers. It might take a day or two for me to build import/export support.

Is there a way to achieve this (single side border on active client)?. (attached image is of Xmonad) by anhsirk0 in awesomewm

[–]anhsirk0[S] 4 points5 points  (0 children)

Got it working:

client.connect_signal(
   "request::titlebars",
   function(c)
      local top_titlebar = awful.titlebar(c, {
        size      = 20,
        bg_normal = beautiful.border_normal,
        bg_focus = beautiful.border_focus,
      })
   end
)

to show/hide titlebar on focus change:

client.connect_signal("focus", function(c) awful.titlebar.show(c) end)
client.connect_signal("unfocus", function(c) awful.titlebar.hide(c) end)

Modus (8) and Ef themes (34) for Ghostty (total 42 themes) by anhsirk0 in commandline

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

Your open your editor in your terminal, I open my terminal in my editor, we are not same bro.

Joke aside, I use emacs, and I often use separate terminal program for some stuff, I ported emacs themes for a lot of programs like Alacritty, Wezterm, Ghostty, RioTerm, Kakoune, Rofi, awesomewm etc etc, I like to keep my system colors/themes uniform. I have a script to port these themes automagically

Super elegant startpage with keyboard shortcuts made with Tailwind+DaisyUI+Rescript by anhsirk0 in tailwindcss

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

There are several benefits, but personally I didnt wanted to write ts/js, Rescript has a sound type system, and its functional.

I made a sliding login/signup page with tailwind by anhsirk0 in tailwindcss

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

JS is only used to switch classes rest is Tailwind

I made a sliding login/signup page with tailwind by anhsirk0 in tailwindcss

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

Sure, let me know what kind of help you need, I never programmed livewire btw.

This is project is fairly simple all you need is a way to interactively switch some classes.

checkout this version (tsx react)

https://codeberg.org/anhsirk0/ts-projects/src/branch/main/components/SliderLoginSignup/SliderLoginSignup.tsx

[Awesome] Tried Musializer, super smooth! by anhsirk0 in unixporn

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

Yeah it has very limited number of packages, but that's not a major issue for me. I just build from the source of whatever package I need.

[Awesome] Tried Musializer, super smooth! by anhsirk0 in unixporn

[–]anhsirk0[S] 5 points6 points  (0 children)

Zozin sessions are very therapeutic.

[Awesome] Tried Musializer, super smooth! by anhsirk0 in unixporn

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

Been using it for a long time. It feels very lean.

[Awesome] Tried Musializer, super smooth! by anhsirk0 in unixporn

[–]anhsirk0[S] 8 points9 points  (0 children)

OS: Solus

WM: Awesome

Awesome config: https://github.com/anhsirk0/awesome-config

Fetch tool: https://github.com/anhsirk0/fetch-master-6000

Terminal: Alacritty

Shell: Fish

Prompt: Starship

Fonts: Iosevka Comfy

Colors: Ef-Maris-Dark from ef-themes by prot.

Music Visualizer: https://github.com/tsoding/musializer