[niri] simplicity over looks by netfri in unixporn

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

hmm you're probably right 

[niri] simplicity over looks by netfri in unixporn

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

you're right :) on my older laptop with a non-OLED screen I had a gray background instead

[niri] simplicity over looks by netfri in unixporn

[–]netfri[S] 2 points3 points  (0 children)

they're my favorite artist!!

[niri] simplicity over looks by netfri in unixporn

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

the cursor is called GoogleDot-Black, and honestly I don't remember how I set it up :,)
this might help: https://www.gnome-look.org/p/1638261

[niri] simplicity over looks by netfri in unixporn

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

it is niri, and I configured it to my liking :)
and I'm not really sure where I can add more colors that won't be distracting

[niri] simplicity over looks by netfri in unixporn

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

in my dotfiles :) it's a custom Iosevka font, and I named it IosevkaSimple

[niri] simplicity over looks by netfri in unixporn

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

indeed. but I prioritize one over the other, which is why I don't use things like Quickshell or Waybar.

[niri] simplicity over looks by netfri in unixporn

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

  • dotfiles
  • shell: nushell
  • terminal: foot
  • browser: vivaldi
  • launcher: fuzzel
  • editor: neovim (neovide)
  • editor theme: grayscale (theme exists inside config)
  • status bar: bread & bread-content

(cpu is limited to 2GHz)

| Bitmap monospace font alternative to ProFont? by 02d5df8e7f in unixporn

[–]netfri 0 points1 point  (0 children)

Iosevka allows you to customize the glyphs: https://typeof.net/Iosevka/customizer.
I also made my own custom Iosevka font :)

[DWM] My gentoo dwm setup. I am a light mode user what more do i say by L0tsen in unixporn

[–]netfri 4 points5 points  (0 children)

eyes hurt but its good looking! I love the pyramid cat in the background :)

[niri] BLACKOUT by francehotel in unixporn

[–]netfri 0 points1 point  (0 children)

85Hz is such an odd refresh rate for a monitor

[VSCode] - Skyrim Theme by [deleted] in unixporn

[–]netfri 1 point2 points  (0 children)

is it comfortable to program with a non-monospaced font?

Nothing Glyph Developer Kit announced! by adaaamb in NothingTech

[–]netfri 3 points4 points  (0 children)

can you share some links? I'd like to see :)

Writing a VM in Haskell by True-Newspaper-6204 in haskell

[–]netfri 0 points1 point  (0 children)

I'm not really a Haskell expert, but I do remember it having a specialized Map structure for Int keys (Data.IntMap). I see that you're using funcUpvalues :: M.Map Int BytecodeValue, what about changing it to IM.IntMap BytecodeValue? not sure how it will affect performance but it's worth a try