Alexej
Alexej
Could you add [AliceBlue](https://emacsthemes.com/themes/alice-blue-theme.html)? I took a look at ThemeCreator, but it seems to need actual hex/rgb values and the source code of Alice Blue doesn't list any--just emacs specific...
## Description Currently, if a user has/wants fewer or greater than 15 slides, they have to supply a number with the `-s` option. This should be automatic: the program should...
This is somewhat related to #25: currently, ZBatt has no support for Mac OS X systems and I honestly don't know how to query power information from Mac OS X...
## Issue ZBatt is rather difficult to debug without using something like `valgrind` or `gdb` or rebuilding it from source with `--enable-debug`; I don't think this is necessarily an issue...
Calls to `pwrinf` (located in `acpi.c`) from `getpwr` in `power.c` do not _seem_ to check (I believe that they do at least on some level) for errors, or at least,...
## Oh Noes!!! ZDows!! Call me crazy, but heck, it might even be fun... in a sort of painful way.  Anyway, here's what I'm figuring: - [x] writing...
After looking at other projects out there that use autotools, I suspect that I'm using it wrong and over engineering ZBatt: for example, I noted that some projects seem to...
Typically when ZBatt encounters an error it more or less tries to hide it from the user so that they can still enjoy some of the experience of ZBatt. However,...
I'd like to add an options item to the GUI's menu, where people will be able to configure the GUI a bit, however, doing so will require a few things:...
`file.path.abspath('~foobar')` incorrectly maps `~foobar` to `$HOME/foobar` instead of the expected `/home/foobar`. One suggestion would be to check to see if an unescaped `~` is present in provided `path` and then...