Indicator update (#76)

* update indicator script and remove color indicator dot styling options

---------

Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
cajun
2024-09-24 13:44:27 -05:00
committed by GitHub
parent 28dc1c3383
commit 8f8d9c637a
60 changed files with 273 additions and 437 deletions

View File

@@ -22,14 +22,6 @@ version: 2015-12-20
#
#...
#
#styling field:
# type: boolean
# name: use color indicator
# description: Use color indicator symbol on typeline.
# initial: no
#
#...
#
# ############################# Card type
# indicator:
# left: 20
@@ -38,5 +30,5 @@ version: 2015-12-20
# height: 15
# z index: 2
# render style: image
# visible: { styling.use_color_indicator == "yes" }
# visible: { has_identity() }
# image: { card_indicator() }