summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2022-10-07scripts/autofan.py: update to 20221007-2135e21-3/+3
- Adjust logging levels
2022-10-07scripts/autofan.py: update to 20221007135e21-23/+53
- Implement IS_HIGH_FLAG flag file writing - Abstract is_high into VariableListenedOnChange - Other misc changes...
2022-08-13scripts/autofan.py: update to 20220813-2135e21-3/+4
2022-08-13scripts/autofan.py: new, 20220813135e21-0/+81
2022-03-24scripts/tablet_mode: update to v1.2135e21-49/+67
Changelog: - Disable onboard - Add version parser - Use `black` to format the script
2022-03-24scripts/tablet_mode: update to v1.1135e21-11/+23
Changelog: - Adapt to latest python In python3.8, we won't be allowed to change keys in the same dict easily, so let's just create another one. Ref: https://bugs.python.org/issue36452 - Disable xfce-specific settings. Heyyyyyyy! We use i3 as the daily window manager, so the xfce4-panel settings would be commented out. - Correct accelerometers dir location. This should be chromebook-specific, so you need to change it yourself.
2022-03-24scripts/tablet_mode: new, v1.0135e21-0/+251
- Downloaded from https://gist.github.com/ninlith/d0b56676c09b9d3142266c20c833d3da
2022-02-03scripts/apt-up: update to v1.1135e21-8/+14
2022-01-15apt-up: new, v1.0135e21-0/+53
A tiny utility for debian-based distros.