Two questions about WeakAuras.

Firstly, is it possible to reduce text padding inside icons?
I can't find an option for that anyway, and the "bottom right" anchor is almost at the middle of the icons.


Second question is a bit more complex.
I'm trying to make icons for BS and CS with these conditions: Battle Shout icon is shown if -I don't have my own Commanding Shout (I don't want to overwrite my own buff) -I don't have an Agility/Strenght buff -Remaining time on Battle Shout or Horn of Winter is 5 seconds or less.

Everything else seems to work, except that I can't get a timer to show for BS and HoW when they are about to run out. (The icons do show up at that point)

Here is the LUA:
Code:
{
    ["fontSize"] = 12,
    ["displayStacks"] = "%p",
    ["color"] = {
        [1] = 1,
        [2] = 1,
        [3] = 1,
        [4] = 1,
    },
    ["disjunctive"] = false,
    ["stacksPoint"] = "BOTTOM",
    ["parent"] = "Shouts",
    ["yOffset"] = 0,
    ["regionType"] = "icon",
    ["untrigger"] = {
    },
    ["icon"] = true,
    ["animation"] = {
        ["start"] = {
            ["type"] = "preset",
            ["preset"] = "slidetop",
            ["duration_type"] = "seconds",
        },
        ["main"] = {
            ["duration_type"] = "seconds",
            ["type"] = "none",
        },
        ["finish"] = {
            ["type"] = "preset",
            ["preset"] = "slideleft",
            ["duration_type"] = "seconds",
        },
    },
    ["customTextUpdate"] = "update",
    ["additional_triggers"] = {
        [1] = {
            ["trigger"] = {
                ["type"] = "aura",
                ["subeventSuffix"] = "_CAST_START",
                ["ownOnly"] = true,
                ["event"] = "Health",
                ["subeventPrefix"] = "SPELL",
                ["inverse"] = true,
                ["names"] = {
                    [1] = "Commanding Shout",
                },
                ["unit"] = "player",
                ["debuffType"] = "HELPFUL",
            },
            ["untrigger"] = {
            },
        },
    },
    ["actions"] = {
        ["start"] = {
        },
        ["finish"] = {
        },
    },
    ["trigger"] = {
        ["type"] = "aura",
        ["subeventSuffix"] = "_CAST_START",
        ["event"] = "Health",
        ["unit"] = "player",
        ["custom_hide"] = "timed",
        ["useRem"] = true,
        ["inverse"] = true,
        ["rem"] = "5",
        ["remOperator"] = ">=",
        ["subeventPrefix"] = "SPELL",
        ["names"] = {
            [1] = "Battle Shout",
            [2] = "Horn of Winter",
            [3] = "Roar of Courage",
            [4] = "Strength of Earth",
        },
        ["debuffType"] = "HELPFUL",
    },
    ["stacksContainment"] = "INSIDE",
    ["zoom"] = 0,
    ["auto"] = true,
    ["selfPoint"] = "CENTER",
    ["id"] = "Battle Shout",
    ["width"] = 40,
    ["frameStrata"] = 1,
    ["stickyDuration"] = false,
    ["anchorPoint"] = "CENTER",
    ["font"] = "DorisPP",
    ["inverse"] = false,
    ["xOffset"] = 0,
    ["height"] = 40,
    ["displayIcon"] = "Interface\\Icons\\Ability_Warrior_BattleShout",
    ["load"] = {
        ["class"] = {
            ["multi"] = {
            },
        },
        ["spec"] = {
            ["multi"] = {
            },
        },
        ["size"] = {
            ["multi"] = {
            },
        },
    },
    ["textColor"] = {
        [1] = 1,
        [2] = 1,
        [3] = 1,
        [4] = 1,
    },
}
...and string, if you need to import it:
Code:
dKZ2daGAsr1UiL41sjTpsbntQKMlIA2aUjPKUTu1ovu7vSBq7Nk(jvI)sv9BugQuQbtHHtrheHCyuDmPIHHiTqfzPiWILIwUKhIq9uvpMKEoLMiPinvGMmPA6qxebDvsr5YexhjBKuiBLkvTzKA7sHLrkvFLkLptv(ovQmsPsNxHgnjgVuIlrkWPv6AKc19ifX0qeNubpJukNobmNhW8joIaIJXvyuy(aeLIMRkKhuzqlzIAUalo67gVQLv(tCebKRWOW8USc6yWODmCBHOu5dqukAUQqEqLbTKhMDVVwxRQFxwb9jv75hlb6HkogmAhdc5fQKparPO5Qc5bvg0s(McaG)mhPkXNqEHktluhKHsFobmE5yWODmiMrvCpjFaIsrZvfYdQmOLmrnxGfh97sbrP8jMJaBRcbcnG0IydMBZ7Ofs0I2Y7Z1Z1dyU(Anb4Jh5QTAZ1aZC91Q5uqvCBiPzEjEldcoAk5RkdMZHBphxgmG5wKxyaZXrtj3SeRG5MLyfm3cS6cYmdMtVW1QeWCC0uYnlXkyUzjwbZTaRUai0yWG5CD9fxgKd4J165jLnGzUtaZXA98KkG54OPKZPkEULQP0qG4POP3wY9jMOd6FqIiamN5oOlqGXmLlneiM3v4aOsULQP0qGy7sO3wYFBcD118f2qkRKPCiVxSbmZDYjM13ZH6l0ZX4kmkmyofCXCta(Ou56stkAAWrtjVlHU2wJ0mxdMtbXA98KkGbdgm3DRoQKzsinF1ZN4iciogxHrH50miMRPSATTBNJ165jvaZH8EXgWm3jFIJiG4yCfgfMzTN3LvqhdgTJHBleLkZAlNagVCmy0ogeZOkUNKzsYpwc0dvCmy0ogeYlujy(cBiLvYuEj9UykfhzvUgQj5L0NRX5uwHaPpt5QuwK17RS6soU9IEWCfz9uWmtcP56R1eGpoOYG5dqukAUQqEqLbTKjQ5cS4OVB8Qww5pXreqUcJcZTixTvBB2cX8jxabDrRbZBK5oKqkPbta