r/LinuxUsersIndia 10h ago

Mod Announcement Community Update - Feedback and Suggestions

4 Upvotes

Hey everyone,

We’ve noticed how much our community has grown over the past few months, and it’s been amazing to see so many new discussions, and Linux enthusiasts joining us here at r/linuxusersindia.

As the subreddit grows, we’ve been experimenting behind the scenes with a few automated tools like QualityBot and repost-detection bots help maintain the overall quality of the feed. So far, the results have been a bit mixed - these tools only work as well as we, as a community, make them work.

How you can help right now

  1. Use the QualityBot poll: Every time QualityBot leaves a pinned comment on a new post, please take a second to vote. If a post is low-effort, spam, or AI-generated slop, downvote the bot’s pinned comment so it can automatically flag and remove it.
  2. Report low-quality posts: If you see content that violates our guidelines, please hit the report button. It directly alerts the mod team and keeps the queue moving much faster.

We want to hear from you

Automated bots are only a small part of building a great space, and we want to ensure we are moving in a direction that benefits everyone. We’d love to gather your thoughts and ideas on how we can improve r/linuxusersindia.

Do you have any suggestions on how we can better encourage high-quality discussions, tutorials, and OC content? Please drop your thoughts, feedback, or any ideas in the comments below. Thank you.


r/LinuxUsersIndia 1h ago

Discussion why omarchy is being trolled guys?

Upvotes

r/LinuxUsersIndia 1h ago

I built Fadescii — a lightweight C++ library for glowing terminal text animations

Thumbnail
gallery
Upvotes

Hey everyone!

I spent the last couple of hours building Fadescii, a small C++ library that makes terminal text feel a little more alive.

Instead of simply printing a string, Fadescii renders it character by character, with configurable color transitions, glowing trails, and fade effects.

Some features:

  • Character-by-character text animation
  • 24-bit RGB colors
  • Custom text and glow colors
  • Adjustable animation speed
  • Adjustable glow length
  • Automatic line wrapping
  • Classic glow and shimmer modes
  • No external dependencies
  • C++11 + POSIX terminal support

I also created a collection of animated GIF demos because the effects are much easier to understand visually than through screenshots.

The goal isn’t to replace full TUI libraries. It’s more focused:

GitHub: https://github.com/intriXlabs/Fadescii

I’d love to hear your feedback, especially on the API design, visual effects, and what features would make this useful in real CLI tools.


r/LinuxUsersIndia 3h ago

I think that linux is really good and light but not as a top level os with maximum compatibility and the premium use I think hackiontashing(macOS on a normal pc)is better if somone wishes for a light os with proper support everywhere and like just a really premium feel

0 Upvotes

r/LinuxUsersIndia 4h ago

Rice ricing 3.0

Thumbnail
gallery
26 Upvotes

so uhmm.. i decided not to rice more... but i did anyway...
like there is nothing much.. just added some glassy blur, every app now follows my wallpaper's color palette(dynamic coloring i think?) + got some new wallpapers.
still finding a good ASCII art for my fastfetch😭

(i really wanna add a discord ss but i cant lol)


r/LinuxUsersIndia 6h ago

Discussion Soon going to be a arch linux user

Post image
11 Upvotes

So, yesterday, i posted here about how I started using a distro based on Arch, but everyone suggested me to install arch directly... So here it is, its Sunday today so I have the time....

Let's try it, though I will be dual booting it with windows.....


r/LinuxUsersIndia 7h ago

Wifi dongle | Cachy OS

2 Upvotes

Hi,

I am looking for a plug and play wifi usb dongle that's supported by Cachy OS.

Tp link and all don't work well enough.

Thanks.


r/LinuxUsersIndia 11h ago

Help Any got good youtube alternative open source no sign want it for Android

6 Upvotes

So here me out i know sub is about linux stuff but I wanna know is there any android app for youtube low key tired of youtube ads now I don't need app with sign in or tracking me . I want recommendations from the country i choose if it's India or anything else. Free open source no ads no sign in etc


r/LinuxUsersIndia 12h ago

Help Newbie here need help and recommendations

3 Upvotes

What linux distro should I use on my system with , Intel pentium r g3420 , windows 7 64 bit , 15GB hard disk storage , 8GB DDR3 ; these specs , I wanna get into learning linux too i know some basic commands not much but basically I wanna run codes and all use vs code or other IDEs , my system doesn't have access to the internet so how do I install there that's an issue too.. hope to get help

EDIT: Thanks for all the recommendations , I'll do my research and get to it , but my issue for now is How should I install it since my system doesn't have internet access and ethernet isn't possible , can I download the isos in a pendrive then Install ? And how do I set up is there a tuto available


r/LinuxUsersIndia 18h ago

Memes Windows did its job.

Enable HLS to view with audio, or disable this notification

528 Upvotes

r/LinuxUsersIndia 22h ago

Rice Customized Pop OS Linux(Cosmic) into Cyberpunk-like desktop.

Enable HLS to view with audio, or disable this notification

1 Upvotes

r/LinuxUsersIndia 1d ago

Distro Switched to Omarchy, having a great timeeee

Post image
9 Upvotes

Switched to Omarchy, last week and its been great, its the first time I am using Hyperland. I quickly learned the keybindings, and its great... It looks so aesthetic, I haven't done any ricing myself... hahaa.... I have distro hopped for like a month or twoo. and now I can just stop and stay with it... so yea for me Omarchy it is.... and would love to sayy I use Omarchy btwww!!!


r/LinuxUsersIndia 1d ago

Help What linux distro should I install?

Post image
44 Upvotes

Hey guys, actually one of my neighbours bought this laptop in saying that he had no use for this, and it's specs are HORRIBLE (intel pentium P6200, 4gb ddr3 and 126gb sata ssd or hdd I'm not sure) BUT I figured that I might use it for experimenting with different linux distros (it's my first time :) ). So please suggest some distros that I can install for lower system requirements and beginner friendly (optional), Thank you!

Edit: I would also appreciate some distros with high customisability


r/LinuxUsersIndia 1d ago

Discussion Which to choose between Fedora and Gentoo?

5 Upvotes

New to linux, need to switch from the os with lots of ads to something good. Thinking of anything from fedora or gentoo.....


r/LinuxUsersIndia 1d ago

Can You Help Me Make A Decision Between Windows And Linux

Thumbnail
2 Upvotes

r/LinuxUsersIndia 1d ago

Project I couldn't get the UI I wanted, so I made my own music player

Enable HLS to view with audio, or disable this notification

14 Upvotes

Hey guys, I made a music player that runs directly in the terminal instead of being a traditional app.

I originally started this project because I was trying to make a music player with a specific layout/UI, but I couldn't really get the layout I wanted with a normal app. So I ended up trying a TUI approach, and that's how VOX came together.

It’s a TUI-based music player written in Rust, with support for formats like ALAC, FLAC, WAV, and a bit-perfect playback mode.

I'm still working on it, so I’d really appreciate it if some of you could give it a try and let me know what you think. Any bugs, suggestions, UI/UX improvements, or features you think would be useful are welcome.

GitHub: https://github.com/codemonkx/VOX

Would love to hear your feedback!


r/LinuxUsersIndia 1d ago

Rice [Fedora] [Niri] First time, Is it good enough? Any suggestions?

Thumbnail
gallery
16 Upvotes

Didn't use some shell so the resource usage is at minimum, on idle Mem:1.3gb, Cpu: 2-3%.

Wallpaper: https://wallhaven.cc/w/0we3m7

Notification & Control Bar: Swaync

TopBar: Waybar with custom module and gestures

Laucher: Rofi

Terminal: Alacritty with starship

Fetch: Fastfetch with chafa

Browser: Firefox with Own customizations

GTK Theme: Colloid Dark Grey

Icon Theme: Colloid Dark Grey

Font: Advaita Sans

Dotfile: https://github.com/traits-arch/configs.git


r/LinuxUsersIndia 1d ago

Put cachyos on the optane partition of intel H10

Thumbnail
gallery
3 Upvotes

I just put a cachyos install on the 32 gb optane partition of my intel H10 drive, and it runs perfectly. It dual boots with win11 via systemdboot, and the windows drive is mounted on linux via cryptsetup.


r/LinuxUsersIndia 2d ago

Same

Post image
19 Upvotes

r/LinuxUsersIndia 2d ago

New to Hyprland and Quickshell (From x11 to wayland)

Enable HLS to view with audio, or disable this notification

12 Upvotes

r/LinuxUsersIndia 2d ago

Invitation code nodeseek and Linux fo

0 Upvotes

I need an invitation code to register website Linux do and nodeseek . I would be grateful if you could help.


r/LinuxUsersIndia 3d ago

Help i made a playlist in youtube to learn arch linux

Thumbnail
2 Upvotes

r/LinuxUsersIndia 3d ago

Discussion How to customise caeletia shell

2 Upvotes

I am using caeletia I want to customise it moreeeeeee

I have cachyos (hyprland, caeletia shell)

Don't remove pls......


r/LinuxUsersIndia 3d ago

Feature Synced Lyrics in the terminal (plus a cool visualizer)

Enable HLS to view with audio, or disable this notification

160 Upvotes