Eryk Skalinski
Eryk Skalinski
I have compiled the package using the user provided : https://aur.archlinux.org/packages/notekit-clatexmath-git clatexmath-git dependency is met by : https://aur.archlinux.org/packages/clatexmath-git --- For some reason when I run the package by itself it...
Will someone write a permissions handler alongside the framework since we need to restrict the setup commands?
Hello, I have a weird issue with calling dmenu from i3blocks script with -fn flag to set a font. Dmenu appears however does not respond to input nor does the...
Fixed coloured battery symbol not displaying in pending charge state
fa-icons.py script could be replaced with the following : https://github.com/justbuchanan/fontawesome-python It automatically pulls the font-awesome metadata and generates the required dictionary. Only the import line need to be amended within...
generate.py requires the following changes: (see relevant pyymal [issue](https://github.com/yaml/pyyaml/issues/576)) Importing: ` from yaml import CLoader as Loader ` Execution: ` icons_dict = yaml.load(requests.get(uri).text, Loader=Loader) ` This does not fix the...
The driver does not compile due to incompatible signatures of the class_create function provided by the linux header in CentOS 9 Stream. Kernel version is 5.14.0 but it appears they...