Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-28 | Match for more keywords | mynacol | |
Inspired by redshift/gammastep period names. | |||
2022-01-28 | Bump version 0.4.1 | mynacol | |
Some implementation changes | |||
2022-01-28 | Use better-suited case instead of if/else | mynacol | |
2022-01-28 | Wait for all scripts before finishing | mynacol | |
2022-01-28 | Avoid creating sub-shells | mynacol | |
2021-12-30 | Remove concrete program methods | mynacol | |
Instead use $HOME/.local/share/{light,dark}-mode.d/ directories for scripts and theme settings, reusing the directories of darkman. Bump version to 0.4 | |||
2021-11-30 | Change colorscheme in vim as well | mynacol | |
2021-11-29 | Add support for neovim | mynacol | |
2021-05-29 | Release version 0.2.1 | mynacol | |
2021-05-29 | Use swaymsg to set background under sway | mynacol | |
So we don't have to execute and kill swaybg ourselves | |||
2021-05-29 | Add dot at sentence end | mynacol | |
2021-05-19 | Disable session and window manager checks | mynacol | |
2021-05-16 | Properly use if-then-else constructs | mynacol | |
To avoid potential pitfalls: https://www.shellcheck.net/wiki/SC2015 | |||
2021-05-16 | Make script POSIX-compliant | mynacol | |
This removes all bash-specific syntax, so any POSIX-compliant shell can be used. Also bumps the version to 0.2. | |||
2021-05-16 | Update .SRCINFO | mynacol | |
2021-05-16 | Bump to version 0.1.2 | mynacol | |
2021-05-16 | Initialize variables before use | mynacol | |
2021-02-05 | Change with gsettings even on x11 | mynacol | |
2021-02-05 | Bump version to 0.1.1 | mynacol | |
2021-02-05 | Fix swaybg dependency | mynacol | |
2021-02-05 | Check if files exist and are writable first | mynacol | |
2021-02-05 | Shebang directly bash instead of env | mynacol | |
2021-02-05 | Fix problems produced by bash "strict mode" | mynacol | |
2021-02-05 | Ignore usual build artifacts | mynacol | |
2021-02-05 | Update .SRCINFO | mynacol | |
2021-02-05 | Fix build issues | mynacol | |
Do not get remote repository. Do not try to version with git (for now). | |||
2021-02-05 | First commit | mynacol | |