add waybar config
This commit is contained in:
35
waybar/modules/temperature.jsonc
Normal file
35
waybar/modules/temperature.jsonc
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"temperature": {
|
||||
"thermal-zone": 1,
|
||||
// "hwmon-path":
|
||||
// "hwmon-path-abs":
|
||||
// "input-filename":
|
||||
// "warning-threshold":
|
||||
"critical-threshold": 90,
|
||||
"interval": 10,
|
||||
// "format-warning":
|
||||
"format-critical": " {temperatureC}°C",
|
||||
"format": "{icon} {temperatureC}°C",
|
||||
"format-icons": [
|
||||
"", "", ""
|
||||
],
|
||||
// "rotate":
|
||||
"min-length": 8,
|
||||
"max-length": 8,
|
||||
// "align":
|
||||
// "justify":
|
||||
// "on-click":
|
||||
// "on-click-middle":
|
||||
// "on-click-right":
|
||||
// "on-update":
|
||||
// "on-scroll-up":
|
||||
// "on-scroll-down":
|
||||
// "smooth-scrolling-threshold":
|
||||
// "tooltip":
|
||||
"tooltip-format": "Fahrenheit: {temperatureF}°F"
|
||||
// "menu":
|
||||
// "menu-file":
|
||||
// "menu-actions":
|
||||
// "expand":
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user