summaryrefslogtreecommitdiff
path: root/osd.lua
diff options
context:
space:
mode:
Diffstat (limited to 'osd.lua')
-rw-r--r--osd.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/osd.lua b/osd.lua
index e96cdd0..ce735d6 100644
--- a/osd.lua
+++ b/osd.lua
@@ -107,6 +107,9 @@ function mt:option_icons(opt, info)
if opt.active then
str = str .. colours.icon_active .. '\226\143\186 '
end
+ if opt.missing then
+ str = str .. colours.icon_missing .. '!!!MISSING!!! '
+ end
return str
end