attempted fix to system eww script
This commit is contained in:
parent
98565a59cc
commit
7454e96cf4
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user