changed icons to be dark after 6:30 pm

This commit is contained in:
koffeejava
2026-03-14 18:28:08 -06:00
parent 07519a2258
commit 3255f402c8

View File

@@ -8,14 +8,14 @@ def icon(id)
if Time.local.minute < 10
time = (Time.local.hour.to_s + 0.to_s + Time.local.minute.to_s).to_i
if time > 1200
if time > 1830
orange = "\e[38;5;235m"
else
orange = "\e[38;5;214m"
end
elsif Time.local.minute >= 10
time = (Time.local.hour.to_s + Time.local.minute.to_s).to_i
if time > 1200
if time > 1830
orange = "\e[38;5;8m"
else
orange = "\e[38;5;214m"