Zitrone
Zitrone
I think have the same problem on NixOS. I also have every opacity set to 1 but then defined a windowrulev2 for every window I want to make opaque. but...
set the setting `decoration.active_opacity` and `decoration.inactive_opacity` to your desired value and leave windowrules untouched this is what worked for me tho it is very limiting
yup but you can define exceptions with windowrules
Yo this might be too trivial for this purpose, but i just do it with these 4 functions: ```nix { mkValueString = value:( if builtins.isBool value then ( if value...
Can someone explain, why `function mycommand --wraps="command mycommand"` recurses infinitely? To me, it would make more sense if `function mycommand --wraps="mycommand"` recursed, because wouldn't `command` be the one stopping the...
I think it would make sense for the command completion to behave like the execution for `command` and `builtin`. So `command` should tell the completion to ignore completions for builtins...
I had the same problem, my imported playlist should have had 305 songs, but only 180 or something were visible. If anyone else is on NixOS doesn't know how to...
It didn't work :( It scanned all the missing music and added them to my library, but none of them are playable.
I FOUND THE PROBLEM! Somehow, some of my music was not readable by the navidrome user. Make sure the all the folders are `drwxr-xr-x` and all music files are `-rw-r--r--`...
I would really love if the 3rd proposal would be implemented. One alternative way to provide more space for widgets could also be scrolling on the home page. Like a...