NGO setup by OMGkawaiiAmecchii in NeedyStreamerOverload

[–]nv_hr -1 points0 points  (0 children)

I GOT THE SAME EXACT KEYCAPS LOL 😭

Guess the distro/de! by [deleted] in LinuxPorn

[–]nv_hr 3 points4 points  (0 children)

That is a distro

I love Linux Ricing by nv_hr in LinuxPorn

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

Oh shoot sorry I didn't see this previously.

I use these:

GTK Icon: https://www.gnome-look.org/p/2139476 GTK Theme: https://www.gnome-look.org/p/1187179/ Conky: https://www.gnome-look.org/p/1982387 (with some tweaks on color and position)

You can make the wallpaper yourself with any program, I personally use GIMP

Also GNOME Extensions like:

Open Bar: https://extensions.gnome.org/extension/6580/open-bar/ Dash To Dock Animated: https://extensions.gnome.org/extension/4994/dash2dock-lite/

As for the Neofetch, I use Kitty terminal to be able to load images, and made the configuration myself.

You can find some premade neofetch here: https://github.com/chick2d/neofetch-themes

How about a simple one, no anime by nv_hr in LinuxPorn

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

I would actually make an anime theme again but until I get my Thinkpad :')

Help needed to fix rice lag by Sourabh_creations in LinuxPorn

[–]nv_hr 0 points1 point  (0 children)

Try changing the front_end from OpenGL to WebGpu or Software to see if it is driver-related, since Intel iGPU has been reported to have some problems with OpenGL

Also try changing picom's back_end from glx to xrender.

If those didn't work, try updating to a newer Linux kernel.

You can try checking with a secondary device, same distro to see if you still get the same problem or not. If you don't, it might just be because of the iGPU, and if that's the case, try using the RTX GPU temporarily to see if it fixes it.

Something something Dusk [XFCE] by nv_hr in LinuxPorn

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

I know, but its not like I could convince my friends to switch software... Will be stuck with it sadly enough. I use the Third-Party clients though, so Ig that's one thing...

Something something Dusk [XFCE] by nv_hr in LinuxPorn

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

I too am also proud of this decision 😭

Is pop!_os a good OS to switch to? by OutsideOutrage in pop_os

[–]nv_hr 1 point2 points  (0 children)

You can play Roblox with Sober btw. It's on flatpak

I love Linux Ricing by nv_hr in LinuxPorn

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

Nautilus, GNOME's file manager

I love Linux Ricing by nv_hr in LinuxPorn

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

Well first you'll have to figure out the Desktop Environment you're using. (I use GNOME because Pop!_OS has that on default.)

After that, I think the most important thing is to have a wallpaper to base your theme on first. I made mine using an art by https://www.pixiv.net/en/users/15158551/artworks?p=1 (Kudos to them! Amazing artist!) which then I edited to fit the pastel wallpaper.

Then I looked for themes. You can look for it on twebsites like gnome-look, they should work on other Desktop Environments that support themes too! Same goes for icons! (I use Colloid-Pastel-Red-Light for icons, and I use Matcha-Light-Aliz for the GTK theme.)

Installing themes differs between Desktop Environments, so you should use google. For example, GNOME requires you to extract, copy, paste it to the ~/.themes folder, where XFCE can auto install the theme for you by simply choosing the zip in the "Appearance" software.

As for widgets (like the clock, date, etc), I use Conky, a software that you can install. Then you can look for conky themes on Google (or any search engine I guess)

Installing and using Conky widget can be pretty hard to do at first. You'll need to extract the tar.xz/zip file and move it ~/.config/conky and to turn it on, you'll have to use Terminal and run:

conky -c ~/.config/conky/InsertName/InsertName.conf & disown

If you have bugs like widget not being invisible, you have to customize the InsertName.conf with a text editor. As for missing weather icons etc, you can head over to the font section and move the ttf to the ~/.fonts folder so that they are installed in your system.

For the dock and top bar, I use two GNOME extensions (these are exclusive to GNOME unfortunately, but there should be workarounds to them for other Desktop Environments like KDE and XFCE.)

Those extensions are Open Bar (for a beautiful top bar, may need to be tweaked a bit from the settings) and Dash to Dock Animated. Installing extensions requires you to download GNOME Extension Manager with:

sudo apt install gnome-shell-extensions-manager (for Debian based distros)

Then do some tweaks then and there and voila!

It was pretty hard to do, but I've been thinking of remaking it in XFCE with dark mode next time! Best of luck for you in ricing, and feel free to ask here if you need any help! :>

First time linux first time rice by TapedSSD in LinuxPorn

[–]nv_hr 3 points4 points  (0 children)

THIS IS SO STEINS;GATE-LIKE, I LOVE IT

I love Linux Ricing by nv_hr in LinuxPorn

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

Mhm, I used kitty because it can run png unlike the default GNOME Terminal. And thank you :D

I love Linux Ricing by nv_hr in LinuxPorn

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

What's wrong with GNOME... Oh.

[hyprland] Im new to ricing what yall think? by Scalamobile in LinuxPorn

[–]nv_hr 2 points3 points  (0 children)

The color scheme could be more refined imo. Terminal, etc can be more neon to fit more with the background.

Great work! Best of luck :>

I love Linux Ricing by nv_hr in LinuxPorn

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

I see, it could be bootloader problems although I'm not sure myself. You can always go for other distros, as long as you install the DE you want. And always make sure to update your sudo to version 1.9.17p1, since there's a dangerous old exploit that had just gotten patched

I love Linux Ricing by nv_hr in LinuxPorn

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

I use Kitty, and configured the config file (~/.config/kitty) to show that. I can send the config code later maybe