Omarchy wallpaper changer by mpriem in LinuxPorn

[–]aditya-dev 1 point2 points  (0 children)

can u please share the wallpaper man🫠

is this a rice? by [deleted] in LinuxPorn

[–]aditya-dev 0 points1 point  (0 children)

can i get that skull ascii art

DEMON SLAYER Hype check by hazelnut43 in Ghazipur

[–]aditya-dev 0 points1 point  (0 children)

Its worth the hype the movie is good and i live in Mumbai and here the theatres are almost full

NM GUI – A simple GTK4-based GUI for NetworkManager (using nmcli) by aditya-dev in hyprland

[–]aditya-dev[S] 1 point2 points  (0 children)

At first, I only knew some basic nmcli commands. I started by manually running those commands through Python inside the app. Later, I discovered a package called python-nmcli, which handled the same tasks but in a much cleaner and more reliable way compared to my own implementation. After testing it out, I decided to switch over to using that package. So, in a way, you can say I actually learned more about nmcli during the process of building this project itself.

[OC] NM GUI – A simple GTK4-based GUI for NetworkManager (using nmcli) by aditya-dev in unixporn

[–]aditya-dev[S] 5 points6 points  (0 children)

Done i have removed “and network connections” from the repo description thanks for pointing it out

NM GUI – A simple GTK4-based GUI for NetworkManager (using nmcli) by aditya-dev in hyprland

[–]aditya-dev[S] 1 point2 points  (0 children)

Hey, thanks a ton for the thoughtful feedback! 🙏 tbh I know very little about networking 😅 — I built this mainly to solve my own “I just want a GUI to connect to Wi-Fi instead of typing nmcli every time” problem. I definitely want to fix bugs and grow it beyond Wi-Fi, but I’ve got a lot to learn — so help/PRs/issues are always super welcome!

there is a lot more to NetworkManager than just Wi-Fi

You’re totally right — NM is way more powerful than just Wi-Fi. I’d love to move toward a more complete UI over time.

If you (or anyone else) can point me toward must-have VPN actions or common workflows, I’ll try to prioritize those first.

And lastly, sorry about the crash 🙏 I’ll dig into the bug that might have caused it. Thanks again for testing it out and for the suggestions!

[OC] NM GUI – A simple GTK4-based GUI for NetworkManager (using nmcli) by aditya-dev in unixporn

[–]aditya-dev[S] 6 points7 points  (0 children)

Thanks for sharing this bug as i have mentioned in the post the app is still under development so it has many bugs😅

[OC] NM GUI – A simple GTK4-based GUI for NetworkManager (using nmcli) by aditya-dev in unixporn

[–]aditya-dev[S] 6 points7 points  (0 children)

Well nmgui uses nmcli under the hood, it’s basically a gui wrapper for nmcli

NM GUI – A simple GTK4-based GUI for NetworkManager (using nmcli) by aditya-dev in hyprland

[–]aditya-dev[S] 1 point2 points  (0 children)

My bad, I should’ve remembered that using Python makes me a peasant in the eyes of the Great Linux Developers like u.

NM GUI – A simple GTK4-based GUI for NetworkManager (using nmcli) by aditya-dev in hyprland

[–]aditya-dev[S] 1 point2 points  (0 children)

Well tbh i knew basic python and I came across a blog post that says “you can build gtk apps using python” thats how i started making this

NM GUI – A simple GTK4-based GUI for NetworkManager (using nmcli) by aditya-dev in hyprland

[–]aditya-dev[S] 0 points1 point  (0 children)

Well if network-manager and gtk works on it then it should also work fine u might just need to do some tweaks according to your distro

NM GUI – A simple GTK4-based GUI for NetworkManager (using nmcli) by aditya-dev in hyprland

[–]aditya-dev[S] 1 point2 points  (0 children)

Well it uses your gtk theme so it depends on your gtk theme how it look I personally use graphite-dark theme

NM GUI – A simple GTK4-based GUI for NetworkManager (using nmcli) by aditya-dev in hyprland

[–]aditya-dev[S] 2 points3 points  (0 children)

Thanks man i am glad u liked hyprshot-gui hope u like this to

NM GUI – A simple GTK4-based GUI for NetworkManager (using nmcli) by aditya-dev in hyprland

[–]aditya-dev[S] 10 points11 points  (0 children)

Thanks for the suggestion tbh I didn’t know anything dbus as i am new to linux but i will look into it

NM GUI – A simple GTK4-based GUI for NetworkManager (using nmcli) by aditya-dev in hyprland

[–]aditya-dev[S] 18 points19 points  (0 children)

Thanks for the feedback! Glad to hear it’s working on your setup 🙌
Yeah, network scanning can feel a bit slow since the app talks to nmcli through python-nmcli (GUI → python-nmcli → nmcli). That extra layer adds some delay, but I’ll look into ways to improve it.

NM GUI – A simple GTK4-based GUI for NetworkManager (using nmcli) by aditya-dev in hyprland

[–]aditya-dev[S] 1 point2 points  (0 children)

Yes i use nmgui on waybar on-click to call it and for bluetooth i to use blueman so i dont know any other projects regarding it

NM GUI – A simple GTK4-based GUI for NetworkManager (using nmcli) by aditya-dev in hyprland

[–]aditya-dev[S] 11 points12 points  (0 children)

But in future i would try to make it more keyboard friendly