cpu screenshot

This commit is contained in:
pmakhov 2017-09-27 19:46:20 -04:00
parent 5facbc5e2b
commit 272410e553
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ watch(
elseif (charge >= 15 and charge < 40) then batteryType="battery-caution%s-symbolic" elseif (charge >= 15 and charge < 40) then batteryType="battery-caution%s-symbolic"
elseif (charge >= 40 and charge < 60) then batteryType="battery-low%s-symbolic" elseif (charge >= 40 and charge < 60) then batteryType="battery-low%s-symbolic"
elseif (charge >= 60 and charge < 80) then batteryType="battery-good%s-symbolic" elseif (charge >= 60 and charge < 80) then batteryType="battery-good%s-symbolic"
elseif (charge >= 80 and charge <= 100) then batteryType="battery-full%s-symbolic" elseif (charge >= 80 and charge <= 95) then batteryType="battery-full%s-symbolic"
end end
if status == 'Charging' then if status == 'Charging' then
batteryType = string.format(batteryType,'-charging') batteryType = string.format(batteryType,'-charging')