Just ran dnf upgrade (Fedora) and it upgraded some packages and then the alphabet died.

Closing and opening it again “fixed” it, so nothing to worry about, but I’ve never ever experienced this before, lol.

EDIT: Upload feature is broken, so here’s a screenshot…

https://i.imgur.com/teANpGl.png

  • russjr08@outpost.zeuslink.net
    link
    fedilink
    English
    arrow-up
    2
    ·
    10 months ago

    On a completely different note, I like your desktop - looks clean! What theme and extensions are you using, if you don’t mind me asking?

    • _I_@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      10 months ago

      Thanks, and sure can! It’s Gnome 44 (naturally) and:

      • Icons are “Win10Sur” Link
      • Shell theme is “Marble” Link
      • Wallpaper (incl. other colored versions) Link

      Then I’ve used Gnome extensions like “Just Perfection” to hide stuff like “Activities” in the upper left corner and so on. Other extensions are:

      • “Blur My Shell”
      • “App Hider”
      • “AppIndicator and KStatusNotifierItem Support” (like the Mullvad and Telegram icons in the upper left corner)
      • “Dash to Dock”
      • “Rounded Window Corners”

      The terminal is Gnome Terminal with adjusted padding.

      Add padding to Gnome Terminal:

      Open .config/gtk-3.0/gtk.css and add this to the file. Adjust the px to your liking:

       VteTerminal,
       TerminalScreen,
       vte-terminal {
           padding: 50px 50px 50px 50px;
           -VteTerminal-inner-border: 50px 50px 50px 50px;
       }
      

      If the file doesn’t exist, then make it yourself.