| Line | Branch | Exec | Source |
|---|---|---|---|
| 1 | #include <QByteArray> | ||
| 2 | #include <QMap> | ||
| 3 | #include <QJsonArray> | ||
| 4 | |||
| 5 | namespace test_qi3pc{ | ||
| 6 | namespace raw { | ||
| 7 | namespace data { | ||
| 8 | inline static QMap<QString, QByteArray> barConfigs = { | ||
| 9 | { "bar-bxuqzf", QByteArrayLiteral(R"( | ||
| 10 | { | ||
| 11 | "id": "bar-bxuqzf", | ||
| 12 | "mode": "dock", | ||
| 13 | "position": "bottom", | ||
| 14 | "status_command": "i3status", | ||
| 15 | "font": "-misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1", | ||
| 16 | "workspace_buttons": true, | ||
| 17 | "binding_mode_indicator": true, | ||
| 18 | "verbose": false, | ||
| 19 | "colors": { | ||
| 20 | "background": "#c0c0c0", | ||
| 21 | "statusline": "#00ff00", | ||
| 22 | "focused_workspace_text": "#ffffff", | ||
| 23 | "focused_workspace_bg": "#000000" | ||
| 24 | } | ||
| 25 | } | ||
| 26 | )")}}; | ||
| 27 | } // namespace data | ||
| 28 | } // namespace raw | ||
| 29 | } // namespace test_qi3pc | ||
| 30 |