diff options
author | B Stack <bgstack15@gmail.com> | 2019-06-09 21:29:57 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-06-09 21:29:57 -0400 |
commit | 2068554259e00e2ce36a0aa9e621921725a44900 (patch) | |
tree | b63b968971ceccf6f1951475bce0256035c3006c /.gitignore | |
parent | initial commit (diff) | |
download | logout-manager-2068554259e00e2ce36a0aa9e621921725a44900.tar.gz logout-manager-2068554259e00e2ce36a0aa9e621921725a44900.tar.bz2 logout-manager-2068554259e00e2ce36a0aa9e621921725a44900.zip |
WIP: add major logic
* add get_scaled_icon function which merges two amazing Internet posts
* add support for custom icon theme, and specific filenames for icons
* add support for specific icon sizes
* add hibernate and lock screen
- add logic to detect if hibernate is supported
* move actions to own class
* move configuration options to own class
* add configuration file parsing
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a4bc7e0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.2019-* |