index
:
monitor-menu.git
main
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
monitor-menu.py
Age
Commit message (
Expand
)
Author
2023-02-11
Do not create a menu instance if we want to apply a profile
Olivier Gayot
2023-02-11
Use dataclasses instead of relying on untyped dicts
Olivier Gayot
2023-02-11
Drop use of docopt in favor of argparse
Olivier Gayot
2023-02-11
Raise an exception when profile not found
Olivier Gayot
2022-01-04
Remove unnecessary semicolon
Olivier Gayot
2021-12-23
Use automatic size for widgets
Olivier Gayot
2021-12-23
Explicitly ignore return code of subprocess
Olivier Gayot
2021-12-23
Wrap long lines
Olivier Gayot
2021-12-23
Get rid of global variable d
Olivier Gayot
2021-12-23
Use in operator instead of successive OR
Olivier Gayot
2021-12-23
Rename fd -> fh since it's a file handler, not descriptor
Olivier Gayot
2021-12-23
Reorder inclusion of modules
Olivier Gayot
2021-01-04
Add logging level option
Olivier Gayot
2020-03-09
Allow to have no 'background' configuration key
Olivier Gayot
2019-04-11
Fix crash when not running in batch mode
Olivier Gayot
2019-04-01
Allow to run in batch mode by specifying the profile ID
Olivier Gayot
2018-11-23
Honor the background property
Olivier Gayot
2018-11-23
Use list.extend instead of operator +=
Olivier Gayot
2018-07-04
Added basics for the script to run
Olivier Gayot