From 2068554259e00e2ce36a0aa9e621921725a44900 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sun, 9 Jun 2019 21:29:57 -0400 Subject: 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a4bc7e0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.2019-* -- cgit