aboutsummaryrefslogtreecommitdiffstats
path: root/swaybar/config.c
diff options
context:
space:
mode:
authorLibravatar Mykyta Holubakha <hilobakho@gmail.com>2016-04-24 20:35:21 +0300
committerLibravatar Mykyta Holubakha <hilobakho@gmail.com>2016-04-24 20:35:21 +0300
commit0f1cfdec617d122afbc87eb6466d5d2e5c348259 (patch)
tree929117e8a3276b240b59262e0809eb51c949eb42 /swaybar/config.c
parentFix line length calculation (diff)
downloadsway-0f1cfdec617d122afbc87eb6466d5d2e5c348259.tar.gz
sway-0f1cfdec617d122afbc87eb6466d5d2e5c348259.tar.zst
sway-0f1cfdec617d122afbc87eb6466d5d2e5c348259.zip
Renamed to pango_markup
Diffstat (limited to 'swaybar/config.c')
-rw-r--r--swaybar/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaybar/config.c b/swaybar/config.c
index 7ef9a07e..7bd22c91 100644
--- a/swaybar/config.c
+++ b/swaybar/config.c
@@ -46,7 +46,7 @@ char *parse_font(const char *font) {
46struct config *init_config() { 46struct config *init_config() {
47 struct config *config = calloc(1, sizeof(struct config)); 47 struct config *config = calloc(1, sizeof(struct config));
48 config->status_command = NULL; 48 config->status_command = NULL;
49 config->plaintext_markup = true; 49 config->pango_markup = true;
50 config->position = DESKTOP_SHELL_PANEL_POSITION_BOTTOM; 50 config->position = DESKTOP_SHELL_PANEL_POSITION_BOTTOM;
51 config->font = strdup("monospace 10"); 51 config->font = strdup("monospace 10");
52 config->mode = NULL; 52 config->mode = NULL;