#398 #355 pocket process control UI

This commit is contained in:
Mikayla Fischler
2024-10-12 15:30:14 -04:00
parent 41843a2478
commit 38a1a4282c
6 changed files with 223 additions and 21 deletions

View File

@@ -73,6 +73,16 @@ states.yel_ind_s = {
{ color = cpair(colors.black, colors.yellow), symbol = "-" }
}
states.grn_ind_s = {
{ color = cpair(colors.black, colors.lightGray), symbol = "\x07" },
{ color = cpair(colors.black, colors.green), symbol = "+" }
}
states.wht_ind_s = {
{ color = cpair(colors.black, colors.lightGray), symbol = "\x07" },
{ color = cpair(colors.black, colors.white), symbol = "+" }
}
style.icon_states = states
-- MAIN LAYOUT --