diff --git a/docs/example.Xresources b/docs/example.Xresources index ddb3199..36dc408 100644 --- a/docs/example.Xresources +++ b/docs/example.Xresources @@ -170,21 +170,21 @@ speedwm.text.tag8.used:  speedwm.text.tag9.used:  !! Layout text -speedwm.text.layout1: L1 -speedwm.text.layout2: L2 -speedwm.text.layout3: L3 -speedwm.text.layout4: L4 -speedwm.text.layout5: L5 -speedwm.text.layout6: L6 -speedwm.text.layout7: L7 -speedwm.text.layout8: L8 -speedwm.text.layout9: L9 -speedwm.text.layout10: L10 -speedwm.text.layout11: L11 -speedwm.text.layout12: L12 -speedwm.text.layout13: L13 -speedwm.text.layout14: L14 -speedwm.text.layout15: L15 +speedwm.text.layout1:  +speedwm.text.layout2:  +speedwm.text.layout3:  +speedwm.text.layout4:  +speedwm.text.layout5:  +speedwm.text.layout6:  +speedwm.text.layout7:  +speedwm.text.layout8:  +speedwm.text.layout9:  +speedwm.text.layout10:  +speedwm.text.layout11:  +speedwm.text.layout12:  +speedwm.text.layout13:  +speedwm.text.layout14:  +speedwm.text.layout15:  !! Color toggles speedwm.color.hiddentitle: 1 ! Color the hidden title (0/1) diff --git a/docs/font-symbols.ttf b/docs/font-symbols.ttf index c6cb319..20f11f8 100644 Binary files a/docs/font-symbols.ttf and b/docs/font-symbols.ttf differ diff --git a/options.h b/options.h index 516fbb4..c3421c4 100644 --- a/options.h +++ b/options.h @@ -279,21 +279,21 @@ static char text_tag8_used[] = ""; /* Text for tag 8 when us static char text_tag9_used[] = ""; /* Text for tag 9 when used */ /* Layouts */ -static char text_layout1[] = "L1"; /* Text for layout 1 */ -static char text_layout2[] = "L2"; /* Text for layout 2 */ -static char text_layout3[] = "L3"; /* Text for layout 3 */ -static char text_layout4[] = "L4"; /* Text for layout 4 */ -static char text_layout5[] = "L5"; /* Text for layout 5 */ -static char text_layout6[] = "L6"; /* Text for layout 6 */ -static char text_layout7[] = "L7"; /* Text for layout 7 */ -static char text_layout8[] = "L8"; /* Text for layout 8 */ -static char text_layout9[] = "L9"; /* Text for layout 9 */ -static char text_layout10[] = "L10"; /* Text for layout 10 */ -static char text_layout11[] = "L11"; /* Text for layout 11 */ -static char text_layout12[] = "L12"; /* Text for layout 12 */ -static char text_layout13[] = "L13"; /* Text for layout 13 */ -static char text_layout14[] = "L14"; /* Text for layout 14 */ -static char text_layout15[] = "L15"; /* Text for layout 15 */ +static char text_layout1[] = " "; /* Text for layout 1 */ +static char text_layout2[] = " "; /* Text for layout 2 */ +static char text_layout3[] = " "; /* Text for layout 3 */ +static char text_layout4[] = " "; /* Text for layout 4 */ +static char text_layout5[] = " "; /* Text for layout 5 */ +static char text_layout6[] = " "; /* Text for layout 6 */ +static char text_layout7[] = " "; /* Text for layout 7 */ +static char text_layout8[] = " "; /* Text for layout 8 */ +static char text_layout9[] = " "; /* Text for layout 9 */ +static char text_layout10[] = " "; /* Text for layout 10 */ +static char text_layout11[] = " "; /* Text for layout 11 */ +static char text_layout12[] = " "; /* Text for layout 12 */ +static char text_layout13[] = " "; /* Text for layout 13 */ +static char text_layout14[] = " "; /* Text for layout 14 */ +static char text_layout15[] = " "; /* Text for layout 15 */ /* Alpha/opacity settings *