ralismark
ralismark
Right now, you can use getNormalizedX() and getNormalizedY() to the position along each axis as a integer between 0 and 100. You can use these to calculated values between a...
> For what it's worth, I'm trying this out on NixOS on River (Wayland) and I get the following error about icon info lookup: > ``` > thread 'main' panicked...
This is a feature I want, but the PR has kinda stalled, so I've been fixing some things over at https://github.com/ralismark/eww. I'm happy to try and get this into a...
@shlomif still working on this! been pretty busy with other stuff the past few weeks, plus getting an understanding of the source code. I'm probably going to completely rework the...
I'm happy to have it included! If there's anything you want help with let me know
Hi, the `Unsupported AppImage Type` is an error with this project that I've fixed with https://github.com/ralismark/nix-appimage/commit/9f2cace67953e650914157108420c58eece060c8 -- thanks for letting me know! Regarding OpenGL, this doesn't do anything special to...
for the record, the main issue discussing this problem is - https://github.com/NixOS/nixpkgs/issues/9415 alas it seems kinda stalled, and i don't really have the time to contribute to working on that
nix-appimage uses unprivileged user namespaces itself -- it works by copying all required nix store files into the AppImage, then "mounting" them at /nix/store. I don't see any other way...
i need chroot in order to mount the bundled /nix/store. on systems without nix, I'm pretty sure i need there to already be a /nix directory in order to mount,...
@eclairevoyant I've pushed some changes, can you have another try?