Commit Graph

503 Commits

Author SHA1 Message Date
Adnan Hodzic 44c6b37db4 fixed display_load function not being executed each iteration 2020-09-13 20:13:34 +02:00
Adnan Hodzic b44110cacd temporarily disabled execution of app_verison func (#111) 2020-09-13 11:52:22 +02:00
Adnan Hodzic 6f729ed6d4 updated about dialog 2020-09-11 22:04:02 +02:00
Adnan Hodzic 557b0f956c don't run --remove if daemon is not present 2020-09-11 21:57:17 +02:00
Adnan Hodzic 28cd1e7cd9 version bump (1.3 release) 2020-09-11 21:45:31 +02:00
Adnan Hodzic fb88158235 refactor + additon of new functionality i,e (app_res_use) 2020-09-11 21:15:59 +02:00
Adnan Hodzic 04a9c00b12 refactor of get_current_gov func and its use 2020-09-11 09:02:19 +02:00
Adnan Hodzic 878733a20f refactoring (addedd display_load + get_turbo func) 2020-09-11 08:32:16 +02:00
Adnan Hodzic d3a767626a added app_version to non snap env 2020-09-11 00:19:04 +02:00
Adnan Hodzic 7f0ad729c9 revamped info is shown by splitting sysinfo func 2020-09-10 23:01:30 +02:00
Adnan Hodzic 39a9c04f33 removed get_sys_info func + implemented env + python info to debug 2020-09-10 17:44:19 +02:00
Adnan Hodzic dde9cd2133 func refactor/add distro info, kernel, driver, snap to debug 2020-09-09 21:00:58 +02:00
Adnan Hodzic c5aabd5223 Resolved "error: invalid command 'bdist_wheel'" during snap package build 2020-09-09 19:30:49 +02:00
Adnan Hodzic a9d29610f1 Snap version bump to reflect changes made in PR: #105 2020-09-03 19:24:28 +02:00
rrodriguez81 5969709948
Improved turbo trigger on 1 core 100% load and on load average >1m when there are more than 8 threads (#105) 2020-09-03 19:17:18 +02:00
Adnan Hodzic 566fd4a7bf Revamp of writing daemon service logs for snap envs (Close: #53, #82) 2020-09-02 16:33:57 +02:00
Adnan Hodzic 3f670da926 switch to core20 2020-09-02 14:21:01 +02:00
Adnan Hodzic 4c2670cae5 Merge remote-tracking branch 'origin/master' 2020-09-02 09:10:04 +02:00
Adnan Hodzic d0f3631c35 removed .snap + improved gitignore
Revert "removed .snap + improved gitignore"

This reverts commit ff77aaf6fbd91aa552ef1d768ad54373c412248e.

properly removed *.snap + improved gitignore
2020-09-02 09:07:19 +02:00
Adnan Hodzic 80501b343a properly removed *.snap + improved gitignore 2020-09-02 01:53:50 +02:00
Adnan Hodzic c47e94c6ac Revert "removed .snap + improved gitignore"
This reverts commit ff77aaf6fbd91aa552ef1d768ad54373c412248e.
2020-09-02 01:51:42 +02:00
Adnan Hodzic 2cbfcdced1 removed .snap + improved gitignore 2020-09-01 22:36:17 +02:00
Adnan Hodzic 0bc4501438 snap 1.2.2 (beta) 2020-08-31 22:50:28 +02:00
rrodriguez81 c4d7f43803 Modified fixed cpu usage percentage (#99)
* A fixed value of 25% CPU Load is not correct for enabling turbo, it should be enabled when one thread reach 100%

* A fixed turbo on chargin state

* Improved 1 thread CPU 100% load detection solution

Co-authored-by: Roberto Rodríguez <rrodriguez@datiobd.com>
2020-08-31 22:44:11 +02:00
Adnan Hodzic 5a169a1357 updated AUR package section 2020-08-14 15:45:41 +02:00
Adnan Hodzic 02bfd551c2 removed unused power lib 2020-08-14 11:28:29 +02:00
Adnan Hodzic 5c3adbef77 implemented env agnostic way to install pip packages (Close: #94) 2020-08-14 08:38:44 +02:00
Adnan Hodzic c6f0ae77cb Update README.md 2020-08-12 16:56:42 +02:00
Adnan Hodzic b4752ccfe2 Revert "Reorganize README.md (#90)"
This reverts commit b5d735d72a.
2020-08-10 17:57:19 +02:00
Mark Wagie 2e4f155f9e Reorganize README.md (#90)
Install, *then* use. Not the other way around. Now it's clearer for folks using the AUR package they can just start using it. The AUR package install file notifies the user there is a service. Keep It Simple.
2020-08-10 18:12:23 +03:00
Adnan Hodzic 973873e52d snap 1.2.1 release 2020-08-09 22:22:51 +02:00
Adnan Hodzic 8df6a37fc1 added ARM support + fedora cgroups v2 workaround 2020-08-09 22:06:12 +02:00
Vadym Stupakov d41f7c3f68 Fix for unsupported turbo (#89)
* added possible fox for nit supported turbo boost
2020-08-09 21:41:32 +02:00
Stefan Rohrbacher b6e1cc3a59 add licence to snap package (#86) 2020-08-08 14:46:07 +02:00
Vadym Stupakov 6b8be7afe7 fixed imports (#80)
* fixed imports
2020-08-06 21:58:01 +02:00
Adnan Hodzic 8f5c1d7c00 added missing stage-package needed in debug 2020-08-06 21:29:35 +02:00
Vadym Stupakov e5dea5b883 Added sensor to --debug (#79)
* added inxi into snap.

* remove errors for inxi that occurs in snap env

* added sensors into debug output

- partially solves #74
- refactored

* Update core.py

fixed false renaming

* added warnings suppression

* added space after injection
2020-08-06 21:14:12 +02:00
Adnan Hodzic 4db945d726 updated readme (including AMD support) 2020-08-06 21:06:04 +02:00
Vadym Stupakov 6a633a7e52 added inxi into snap. (#78)
* added inxi into snap.

* remove errors for inxi that occurs in snap env
2020-08-06 19:51:48 +02:00
Vadym Stupakov 35d6cb6519 Fix for amd (#76)
* added hot fix for snap for pop os
2020-08-06 17:30:47 +02:00
Vadym Stupakov 8af3f39bbf added hot fix for snap for pop os (#75)
* added hot fix for snap for pop os
2020-08-06 17:24:06 +02:00
Vadym Stupakov b55c61574c K10temp (#73)
* fixed temperature for AMD

* fixes #72

* wrapped into try...except block
2020-08-06 12:35:12 +02:00
Adnan Hodzic e7c7e39d62 snap version bump + minor visual edit 2020-08-06 08:42:33 +02:00
Adnan Hodzic 50f3b12816 added missing build packages for snap 2020-08-06 08:42:33 +02:00
Vadym Stupakov e02f7a6881 implemented --debug option (#70)
* implemented --debug option
- Added --debug option that shows sys info
- Added inxi as dependency
- Implemented get_sys_info() that returns inxi output
  with injected governnor information
- Fixed bug: delete_file was called but this was deleted in prev PR
- Updated issue template
2020-08-05 23:49:23 +02:00
Vadym Stupakov c56c656193 switching to psutil in order to monitor charger state (#68)
* switching to psutil in order to monitor charger state
2020-08-05 21:31:10 +02:00
Vadym Stupakov 3c15d21ce2 added issue template (#66)
* added issue template

* Update issue_template.md

* added -z option that filters sensitive user information
2020-08-05 21:20:18 +02:00
Vadym Stupakov c66721c0b5 Refactroring and amd support (#67)
* refactored and fixed amd coretemp

- added get_avail_powersave() (and performance).
  This function returns the most energy efficient governor.
  This should fix AMD issue when powersave is not available
  but "ondemand" or "schedutil" are present

- Cleaned up and refactoring.
  Added more convinient util fuctions.
  Also made it more pythonic, reduced subprocess calls.

- fixed get_curr_gov()

* fixed gov_check()
2020-08-05 21:12:59 +02:00
Vadym Stupakov e1e09d0629 added ability to use auto-cpufreq-installer from any path (#65)
* added ability to use this script from any path
2020-08-05 18:06:28 +02:00
Vadym Stupakov d0243806e9 Refactoring and fix for #14 (AMD issue) (#62)
* refactored and fixed amd coretemp
2020-08-04 18:22:38 +02:00