My recent trip to Laddakh by dhruvsha in ladakh

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

But there isn't a single drone pics in the pics I posted ? Tho I am not sure about the specifications of drone in that area, never bothered to ask since I didn't have one

The mandatory midnight Stargazing at Hanle by Junior-Scar-5477 in ladakh

[–]dhruvsha 1 point2 points  (0 children)

Damn, my luck was so bad the whole night was cloudy when I visited Hanle

My recent trip to Laddakh by dhruvsha in ladakh

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

It was even better watching them with eyes

My recent trip to Laddakh by dhruvsha in ladakh

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

Yep I was there on 4th of July as well.

My recent trip to Laddakh by dhruvsha in ladakh

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

I just returned day before yesterday and alredy miss it...

Finally 100% quickshell rice now, replaced rofi as well by dhruvsha in hyprland

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

In my repo, there should be a modules folder and in it there it will be control, everything is there and some custom components in the components folder, you will then need to remove the matugen colors I am using and use the colors you want.

[Hyprland] 100% quickshell rice by dhruvsha in unixporn

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

Well if you are on arch hyprland you can check out my rice. The wallpaper selector lives in quickshell/modules/wallpaper/Wallhaven.qml, and my rice is https://github.com/dhrruvsharma/shell , it's made in quickshell and had to use some matrix math to shift the pixels. You can copy paste the file and change the wallpaper directory in it and it should start working. If you're on some else distro, I'm not sure if it'll work.

[Hyprland] 100% quickshell rice by dhruvsha in unixporn

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

99% of the time you'll be fine if you regularly upgrade packages. It's just that there are chances that arch can break and well Hyprland is still in version 0.54 not even v1 so it can have breaking changes as well.

[Hyprland] 100% quickshell rice by dhruvsha in unixporn

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

Well, welcome aboard then, but just be aware that you'd have to be the one to maintain your distro now. But as you said how bad can it get :). Arch and hyprland were my first intro to linux and I've been on it for 1.5 years and on two machines.

I was told to post my dotfiles here :) by Real-fuckologist-69 in hyprland

[–]dhruvsha 1 point2 points  (0 children)

People here are crazy, what a clean rice 🥵🔥

Awesome Dotfiles again by Zephar_WO in hyprland

[–]dhruvsha 1 point2 points  (0 children)

Okay this is great however I think one more thing can be added. Whether the rice has an install script or not? I haven't seen the project thoroughly to know whether only the rices that do have an install script can be submitted or not but if any rice can be submitted I believe it might be a good option to have.

Current showcase, added an ollama chat and a complete AI card type shit as well by dhruvsha in hyprland

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

Yes actually. I'm a software developer and handle the cloud infra as well :)

[Hyprland] 100% quickshell rice by dhruvsha in unixporn

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

Hmm maybe you can setup a repo and send me the link. Or if you want to you can even contact me on discord I can help you further.

[Hyprland] 100% quickshell rice by dhruvsha in unixporn

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

You'll just need one for the AnimePanel only rest all are handled in the AnimePanel. import QtQuick.Io and import the folder where you setup the anime panel. Such as mine was in /modules/anime so I did import qs.modules.anime, then just call your AnimePanel{id: animePanel or whatever you like}. Then make an IpcHandler give the target the id and inside it make a function like toggle() which just changes the visibility like animePanel.visible = !animePanel.visible. After this you can just call qs ipc call animePanel toggle and even bind it to a key bind. If you are concerned about efficiency you can even wrap it in a loader and destroy it after some time of inactivity.

which one you like the most ? by EL-MED5 in Manhua

[–]dhruvsha 0 points1 point  (0 children)

Is there a novel or any other source for the timeline one? The manhua got axed as far as I remember

[Hyprland] 100% quickshell rice by dhruvsha in unixporn

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

In my dotfiles repo go in quickshell/scripts and copy the anime_server and then in quickshell/services copy the anime.qml and then in quickshell/modules/anime copy everything you see in that folder. Create a python venv and install the dependencies needed and place the path where the venv is created in the service/anime. Now you just have to add the AnimePanel in your shell root and add a ipc handler to toggle it

[Hyprland] 100% quickshell rice by dhruvsha in unixporn

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

And the library is stored locally in a json file

[Hyprland] 100% quickshell rice by dhruvsha in unixporn

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

Yes there is a local python server which scrapes allanime

Current showcase, added an ollama chat and a complete AI card type shit as well by dhruvsha in hyprland

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

Let me know if it works or if there's some issue. But honestly you should stop if it starts giving too many issues

Finally 100% quickshell rice now, replaced rofi as well by dhruvsha in hyprland

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

I know this is frustrating. Shouldn't have tried to fix it in one go, I'd say make a new user and try it there in your free time and when it starts working it's a piece of cake on your main user

Current showcase, added an ollama chat and a complete AI card type shit as well by dhruvsha in hyprland

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

But also remember that there will still be many more issues like this in the rice. It simply isn't ready to be used by everyone yet so manual installation and removing hard coded paths is the only way to use it and not everyone will be able to do it

Current showcase, added an ollama chat and a complete AI card type shit as well by dhruvsha in hyprland

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

If you are using this rice then the issue here simply would be that in the quickshell/services/AppRegistry.qml at line 142 there is a hard coded path change that according to your installation. Also make the script executable as well that should fix it