File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414#
1515# You should have received a copy of the GNU General Public License
1616# along with this program. If not, see <https://www.gnu.org/licenses/>.
17- import math
17+
1818# This file allows to add custom data source as sensors and display them in System Monitor themes
1919# There is no limitation on how much custom data source classes can be added to this file
2020# See CustomDataExample theme for the theme implementation part
2121
22+ import math
2223import platform
23- import random
2424from abc import ABC , abstractmethod
2525from typing import List
2626
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ PyYAML~=6.0.1 # For themes files
55psutil ~= 5.9.8 # CPU / disk / network metrics
66pystray ~= 0.19.5 # Tray icon (all OS)
77babel ~= 2.14.0 # Date/time formatting
8- ruamel.yaml ~= 0.18.5 # For configuration editor
8+ ruamel.yaml ~= 0.18.6 # For configuration editor
99sv-ttk ~= 2.6.0 # Tk Sun Valley theme for configuration editor
1010
1111# Efficient image serialization
You can’t perform that action at this time.
0 commit comments