• 2 Posts
  • 29 Comments
Joined 11 months ago
cake
Cake day: August 1st, 2023

help-circle
  • Been running Fedora since June of last year, and it’s the most “boring” distro I’ve ever used. It’s been rock solid and I haven’t experienced a single issue. None! I have an all-AMD build. The funny thing is that I recently installed Ubuntu 23.10 on a different PC, and I managed to break it after a couple of hours 😂

    Been using Linux on and off since 2008 (ish).












  • It is indeed NTFS. I use the same HDD between a Fedora and Win 11 dual-boot, then the single HDD is being used by Plex, so no matter if I’m logged into Fedora or Win 11, it’ll mount and read the content. It’s just acting REALLY weird right now. About half of the content got moved to the new folder, while the rest of them errors out.






  • 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.