Commit Graph

21 Commits

Author SHA1 Message Date
Lucien Cartier-Tilet 7d77b2d401
updated PKGBUILD 2020-09-27 15:07:13 +02:00
Lucien Cartier-Tilet d0478ba7c8
Updated systemd service, gitignores 2020-09-27 14:54:37 +02:00
Lucien Cartier-Tilet 4b327cab48
move PKGBUILD, update it 2020-09-27 14:39:29 +02:00
Lucien Cartier-Tilet 4fd33bfe66
Added manpage and systemd service 2020-09-27 13:00:36 +02:00
Lucien Cartier-Tilet 259afcf567
Bumped version number 2020-08-12 23:29:55 +02:00
Lucien Cartier-Tilet 903b6f61da
Merge branch 'senpai' of labs.phundrak.com:phundrak/pumopm into senpai 2020-08-12 23:27:47 +02:00
Lucien Cartier-Tilet 76764a88ce
Clearer code 2020-08-12 23:26:35 +02:00
Lucien Cartier-Tilet 4cf1ae41b7
Clearer code 2020-08-12 23:19:37 +02:00
Lucien Cartier-Tilet 96db20aebc
update gitignore 2020-08-11 19:25:46 +02:00
Lucien Cartier-Tilet 45b153e5ce
update PKGBUILD 2020-08-11 19:24:44 +02:00
Lucien Cartier-Tilet e1e70d9d7f
Add PKGBUILD to repository, fix untrue statement in README 2020-08-11 19:01:15 +02:00
Lucien Cartier-Tilet 4e2acb9682
Remove crate time
What the crate `time' did was simple enough to rewrite it easily
2020-08-11 18:26:40 +02:00
Lucien Cartier-Tilet 175b907afb
Update README 2020-08-11 18:19:15 +02:00
Lucien Cartier-Tilet 8e38042078
Update README 2020-08-11 18:16:20 +02:00
Lucien Cartier-Tilet 54bc5e85b3
Link in README the LICENSE file 2020-08-11 18:12:51 +02:00
Lucien Cartier-Tilet 10d6c57128
Bring PumoPM to a working state
PumoPM successfuly runs now, displays a notification on low battery,
warning on very low battery, and suspends the computer on critical
battery level.
2020-08-11 18:06:06 +02:00
Lucien Cartier-Tilet be8e7b9ea4
Update README and LICENSE files 2020-08-11 18:03:54 +02:00
Lucien Cartier-Tilet 7125d483fa
Make levels safer
It is now impossible to have any level set to something below 5% of
the battery and above 50%. If a lower level is set higher than its
higher level, the program will attempt to lower the level by 1%
without going under 5%.
2020-08-10 20:29:49 +02:00
Lucien Cartier-Tilet 5065c61e92
Better declaration of PumoPM’s arguments, add verbosity parameter 2020-08-10 19:57:40 +02:00
Lucien Cartier-Tilet a49c88a7c6
Add default state and command-line arguments
It is now possible to manually set the different levels with
command-line arguments.
2020-08-10 19:28:53 +02:00
Lucien Cartier-Tilet 94d55e5d3a
initial commit 2020-08-10 18:26:41 +02:00