Nicolas Frenay
f2c0c94d89
Add AMD PPT average power sensor ( #249 )
2022-11-09 11:18:02 +03:00
kaduvert
5275a093ea
places the temperature in the center of the icon box instead of at the left start ( #247 )
2022-10-17 09:54:19 +03:00
Erick Howard
9939f2888a
Update screenshots in wiki ( #246 )
...
Co-authored-by: Divine Bicycle <divine-bicycle@proton.me >
2022-09-28 09:23:31 +03:00
jssotomdz
c655ccb6cf
Add Gnome Shell 43 compatibility ( #245 )
2022-09-22 15:39:51 +03:00
polter
dab42ffc5c
nvidiaUtil: code cleanup, fix recognizing the card ( #242 )
...
Since the card list is populated only in constructor, to update it we
had to toggle "Nvidia" switch `on`->`off`->`on`.
The fix is to get the temperature along with the card name in one
`nvidia-smi` call.
Also some code cleanup was made, removed old unused code.
Fixes #241
Signed-off-by: Pavel Artsishevsky <polter.rnd@gmail.com >
2022-07-09 08:21:51 +03:00
Sync1211
2dfe76624f
* Fixed incorrect class name for nvidiabumblebee being used in _updateDisplay() ( #238 )
2022-05-16 17:00:26 +03:00
joickle
dab4b63c2e
Add space to rpm ( #231 )
2022-04-08 16:06:19 +03:00
UshakovVasilii
3ea64e3739
update gitignore for po
2022-03-27 20:00:48 +03:00
UshakovVasilii
4aafc9f670
remove po folder
2022-03-27 20:00:10 +03:00
KuroeHanako
05c7aa96d8
Add Korean Translation ( #229 )
2022-02-22 17:19:40 +03:00
Shem Pasamba
010c363d9b
Add 42 since it works there too ( #228 )
2022-02-05 12:26:11 +03:00
Thomas Debesse
f3afa64c8b
prefs: revamp the preference window and make various providers selectable independently, ref #223 ( #226 )
2021-11-21 15:29:06 +03:00
Thomas Debesse
e4bc02da10
freeipmiUtil: implement IPMI reading using ipmi-sensors from FreeIPMI project ( #220 )
...
Also add an option tu use sudo non-interactively.
2021-11-20 09:27:18 +03:00
Vasilii
308dfb9fbe
Revert "prefs: revamp the preference window and make various providers selectable independently, ref #223 ( #224 )" ( #225 )
...
This reverts commit a5488c23c3 .
2021-11-20 09:27:08 +03:00
Thomas Debesse
a5488c23c3
prefs: revamp the preference window and make various providers selectable independently, ref #223 ( #224 )
2021-11-20 09:13:58 +03:00
Thomas Debesse
c66b63d92d
bikeshedding: fix some indentation discrepancies ( #222 )
2021-11-18 17:03:05 +03:00
Thomas Debesse
dbf90c6145
smartctlUtil: do not reference error when not failing, do not return empty data if none ( #221 )
...
The `smartctl -j --scan` command may not fail and list drives properly
while `smartctl -j --info /dev/sda` may fail because of missing
permissions.
This error was making the extension on fail entirely when smartctl
was selected as a disk temperature sensor provider while the
user does not have enogh permission to do so.
Also makes sure smartctl can be properly called if path contains
a whitespace.
2021-11-18 17:02:41 +03:00
Thomas Debesse
65fd12d1c4
extension: only display liquidctl fan and voltage if related options are enabled ( #219 )
2021-11-18 14:19:26 +03:00
Jonas Malaco
84021045ee
sensorsUtil: read nvme sensors as disk temperature sensors ( #218 )
...
Extend e8848c2baa ("sensorsUtil: read drivetemp sensors as disk
temperature sensors (#217 )") to also identify NVMe temperature sensors.
2021-11-18 07:54:34 +03:00
Thomas Debesse
e8848c2baa
sensorsUtil: read drivetemp sensors as disk temperature sensors ( #217 )
2021-11-17 16:10:36 +03:00
Adam
a11b1ea1de
fix average and temperature sensors ( #214 )
...
* fix average and temperature sensors
Get length except for any temp equal to 0
* fix average of temperature (liquidctl sensors)
2021-10-18 08:36:29 +03:00
UshakovVasilii
3c3d01a54a
add shell version 41
2021-09-30 09:22:38 +03:00
Jonas Malaco
1730654c55
liquidctlUtil: add support for sensors from liquidctl ( #202 )
...
Requires liquidctl v1.7.0 or later, or a current git snapshot.
2021-07-20 13:01:50 +03:00
Ashesh Singh
a3eb96ff7c
Left align Pop-up menu items ( #205 )
...
* Left align FeronItem
* Left align static Pop-up menu items
2021-05-27 12:12:56 +03:00
Vasilii
89b6f71528
Merge pull request #204 from ashessin/patch-1
...
Ease GNOME shell version in metadata.json
2021-05-25 06:26:57 +03:00
Vasilii
09db210ef5
Merge pull request #203 from Valent-in/master
...
remove redeclaration of _onDestroy()
2021-05-25 06:26:24 +03:00
Ashesh Singh
5e42baea87
Update metadata.json
2021-05-23 18:02:15 -05:00
Valentin
626a79be6e
remove redeclaration of _onDestroy()
2021-05-23 16:23:22 +03:00
Vasilii
7a2e47b992
Merge pull request #201 from jonasmalacofilho/only-parse-sensors-json-once
...
Only parse the JSON from sensors once
2021-04-28 18:34:02 +03:00
Jonas Malaco
824282e0d6
sensorsUtil: prevent re-parsing of the JSON output
2021-04-28 06:38:29 -03:00
Jonas Malaco
cb33301cc7
commandLineUtil: toggle _updated after the callback returns
...
The callback can be used to process the received data a single time, and
in that case this._updated should only be toggled after the callback has
completed, since other methods may depend on its side effects.
In other scenarios the order does not matter (either way).
2021-04-28 06:38:29 -03:00
Vasilii
0fe773b35a
Merge pull request #200 from andyholmes/use-gsubprocess
...
commandLineUtil: refactor to use GSubprocess
2021-04-27 20:13:42 +03:00
Andy Holmes
e37b6c6c6e
commandLineUtil: refactor to use GSubprocess
...
This means doing all IO in a background thread, rather than popping
lines synchronously off a pipe.
2021-04-25 21:49:36 -07:00
Vasilii
3222eb7bfa
Merge pull request #198 from audreytoskin/locale
...
More consistent .mo file names
2021-04-24 07:54:55 +03:00
Audrey Toskin
e29ce35aae
More consistent .mo file names
...
Every other compiled locale file uses the name "freon.mo" under the
relevant language-specific directory, so Turkish should too.
2021-04-20 10:52:21 -07:00
Vasilii
457aac45e8
Merge pull request #197 from brianegan/gnome-forty
...
Update to Gnome Forty
2021-04-12 18:59:19 +03:00
brianegan
8e24564722
Update to Gnome Forty
2021-04-01 14:14:05 +02:00
Vasilii
19464d4e70
Merge pull request #191 from Vistaus/master
...
Added Dutch translation
2020-11-01 18:55:56 +03:00
Heimen Stoffels
ef8614ab3a
Added Dutch translation
2020-11-01 14:13:56 +01:00
Vasilii
0c1d394162
Merge pull request #190 from muhaaliss/master
...
Turkish translations added
2020-10-31 11:43:07 +03:00
Muha Aliss
3ba5d03f90
Turkish translations added
2020-10-29 16:24:11 +03:00
Vasilii
8d860f2875
Merge pull request #188 from mokilcde/master
...
fix "Error meta is null on Gnome 3.38"
2020-10-10 07:37:46 +03:00
Michael Ott
3029f4f7b8
fix "Error meta is null on Gnome 3.38"
2020-10-08 20:22:49 +02:00
UshakovVasilii
6b8d1693dd
fix metadata
2020-10-03 13:40:26 +03:00
Vasilii
11e1566df3
Merge pull request #183 from ignapk/3.37.90
...
Update to 3.37.90 (3.38)
2020-08-18 09:08:27 +03:00
ignapk
96af75371a
use ClutterActor's expand/align properties
...
BoxLayout meta child (expand/align) properties have long been depracated and recently fully removed in gnome shell 3.37.2 (!1274 ), in favor of ClutterActor's ones.
Embrace the change to provide compatibility with upcoming gnome shell 3.38 release
2020-08-16 15:21:34 +02:00
Vasilii
1ccc753ddf
Merge pull request #181 from gaul/negative-average
...
Exclude negative temperatures from average
2020-08-05 15:44:52 +03:00
Andrew Gaul
9240372a1c
Exclude negative temperatures from average
...
These are unlikely to be valid and ruin the average. I observed -263
degC for temp1 on an Intel NUC8.
2020-08-04 22:18:52 +09:00
Vasilii
c6d5c57490
Merge pull request #179 from hlechner/hide-degrees-option
...
add an option to hide/show the degrees celsius or degrees fahrenheit on panel
2020-07-28 08:54:01 +03:00
Vasilii
31b6ea664e
Merge pull request #177 from uno20001/hungarian_translation
...
Update Hungarian translation
2020-07-28 08:53:30 +03:00