mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-24 07:20:37 -04:00
Added paper message support
This commit is contained in:
parent
933792b5d6
commit
0226cbd5c6
5 changed files with 409 additions and 35 deletions
|
@ -6,6 +6,7 @@ from kivymd.uix.list import OneLineIconListItem, MDList, IconLeftWidget, IconRig
|
|||
from kivy.properties import StringProperty
|
||||
|
||||
ts_format = "%Y-%m-%d %H:%M:%S"
|
||||
file_ts_format = "%Y_%m_%d_%H_%M_%S"
|
||||
|
||||
def mdc(color, hue=None):
|
||||
if hue == None:
|
||||
|
@ -14,6 +15,7 @@ def mdc(color, hue=None):
|
|||
|
||||
color_received = "LightGreen"
|
||||
color_delivered = "Blue"
|
||||
color_paper = "Indigo"
|
||||
color_propagated = "Indigo"
|
||||
color_failed = "Red"
|
||||
color_unknown = "Gray"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue