mirror of
https://github.com/polybar/polybar.git
synced 2026-05-05 13:53:26 +00:00
task(dsl): Replace colons with dashes
Colons break ini syntax highlighters and linters.
This commit is contained in:
@ -12,8 +12,8 @@ namespace modules
|
||||
DefineModule(MemoryModule, TimerModule)
|
||||
{
|
||||
static constexpr auto TAG_LABEL = "<label>";
|
||||
static constexpr auto TAG_BAR_USED = "<bar:used>";
|
||||
static constexpr auto TAG_BAR_FREE = "<bar:free>";
|
||||
static constexpr auto TAG_BAR_USED = "<bar-used>";
|
||||
static constexpr auto TAG_BAR_FREE = "<bar-free>";
|
||||
|
||||
std::unique_ptr<drawtypes::Bar> bar_used;
|
||||
std::unique_ptr<drawtypes::Bar> bar_free;
|
||||
|
||||
Reference in New Issue
Block a user