#73 additional indicators next to core map

This commit is contained in:
Mikayla Fischler
2022-08-09 00:40:50 -04:00
parent 02c3c5c53c
commit 3c2f631451
4 changed files with 51 additions and 14 deletions

View File

@@ -35,7 +35,7 @@ local function hbar(args)
-- determine bar colors
local bar_bkg = e.fg_bg.blit_bkg
local bar_fgd = e.fg_bg.blit_fgd
if args.show_percent and args.bar_fg_bg ~= nil then
if args.bar_fg_bg ~= nil then
bar_bkg = args.bar_fg_bg.blit_bkg
bar_fgd = args.bar_fg_bg.blit_fgd
end