| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
| |
The tcl version now accepts button presses and key presses. It has
the buttons in the same layout as the gtk frontend.
Also had to modify the action functions, to accept an additional
useless parameter because of how tkinter was calling the functions.
Still need to add icons.
|
|
|
|
| |
In case I want to write other frontends at some point.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|