attempted fix to system eww script
This commit is contained in:
@@ -22,7 +22,7 @@ def cpu():
|
||||
|
||||
def sensor(chip: str):
|
||||
return {
|
||||
temp.label: temp.current for temp in psutil.sensors_temperatures().get(chip)
|
||||
temp.label: temp.current for temp in psutil.sensors_temperatures().get(chip, [])
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
### -*-conf-space-*- ###
|
||||
# Rocinante Display Config #
|
||||
### ###
|
||||
|
||||
set $builtindisplay eDP-1
|
||||
|
||||
output $builtindisplay scale 1.2 pos 0 1080
|
||||
Reference in New Issue
Block a user