Added a cpu temperature custom module. (#446)
* Added a CPU Temperature module. * Update defauls and add wiki link. * Move celsius to fahr conversion to method.
This commit is contained in:
@@ -179,6 +179,33 @@
|
||||
1.05em //
|
||||
);
|
||||
|
||||
/*
|
||||
* #################################
|
||||
* # Cpu Temp Module Styling #
|
||||
* #################################
|
||||
*/
|
||||
@include styleModule(
|
||||
//
|
||||
// class name
|
||||
'cpu-temp',
|
||||
// label color
|
||||
$bar-buttons-modules-cpuTemp-text,
|
||||
// icon color
|
||||
$bar-buttons-modules-cpuTemp-icon,
|
||||
// icon background if split style is used
|
||||
$bar-buttons-modules-cpuTemp-icon_background,
|
||||
// label background
|
||||
$bar-buttons-modules-cpuTemp-background,
|
||||
// inner spacing
|
||||
$bar-buttons-modules-cpuTemp-spacing,
|
||||
// if border enabled
|
||||
$bar-buttons-modules-cpuTemp-enableBorder,
|
||||
// border color
|
||||
$bar-buttons-modules-cpuTemp-border,
|
||||
// custom font size
|
||||
1.05em //
|
||||
);
|
||||
|
||||
/*
|
||||
* #################################
|
||||
* # Storage Module Styling #
|
||||
|
||||
Reference in New Issue
Block a user