| 46 | |
| 47 | auto getBarOutput() const -> std::string { return m_bar.output->name; } |
| 48 | auto formatBefore() const -> std::string { return m_formatBefore; } |
| 49 | auto formatAfter() const -> std::string { return m_formatAfter; } |
| 50 | auto taskbarFormatBefore() const -> std::string { return m_taskbarFormatBefore; } |
| 51 | auto taskbarFormatAfter() const -> std::string { return m_taskbarFormatAfter; } |