update font, add glyphs for layout indicator

This commit is contained in:
speedie 2023-01-07 15:56:29 +01:00
parent 96699d4e84
commit 65ffc61dd3
3 changed files with 30 additions and 30 deletions

View file

@ -170,21 +170,21 @@ speedwm.text.tag8.used: 
speedwm.text.tag9.used:  speedwm.text.tag9.used: 
!! Layout text !! Layout text
speedwm.text.layout1: L1 speedwm.text.layout1:
speedwm.text.layout2: L2 speedwm.text.layout2:
speedwm.text.layout3: L3 speedwm.text.layout3:
speedwm.text.layout4: L4 speedwm.text.layout4:
speedwm.text.layout5: L5 speedwm.text.layout5:
speedwm.text.layout6: L6 speedwm.text.layout6:
speedwm.text.layout7: L7 speedwm.text.layout7:
speedwm.text.layout8: L8 speedwm.text.layout8:
speedwm.text.layout9: L9 speedwm.text.layout9:
speedwm.text.layout10: L10 speedwm.text.layout10:
speedwm.text.layout11: L11 speedwm.text.layout11:
speedwm.text.layout12: L12 speedwm.text.layout12:
speedwm.text.layout13: L13 speedwm.text.layout13:
speedwm.text.layout14: L14 speedwm.text.layout14:
speedwm.text.layout15: L15 speedwm.text.layout15:
!! Color toggles !! Color toggles
speedwm.color.hiddentitle: 1 ! Color the hidden title (0/1) speedwm.color.hiddentitle: 1 ! Color the hidden title (0/1)

Binary file not shown.

View file

@ -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 */ static char text_tag9_used[] = ""; /* Text for tag 9 when used */
/* Layouts */ /* Layouts */
static char text_layout1[] = "L1"; /* Text for layout 1 */ static char text_layout1[] = ""; /* Text for layout 1 */
static char text_layout2[] = "L2"; /* Text for layout 2 */ static char text_layout2[] = ""; /* Text for layout 2 */
static char text_layout3[] = "L3"; /* Text for layout 3 */ static char text_layout3[] = ""; /* Text for layout 3 */
static char text_layout4[] = "L4"; /* Text for layout 4 */ static char text_layout4[] = ""; /* Text for layout 4 */
static char text_layout5[] = "L5"; /* Text for layout 5 */ static char text_layout5[] = ""; /* Text for layout 5 */
static char text_layout6[] = "L6"; /* Text for layout 6 */ static char text_layout6[] = ""; /* Text for layout 6 */
static char text_layout7[] = "L7"; /* Text for layout 7 */ static char text_layout7[] = ""; /* Text for layout 7 */
static char text_layout8[] = "L8"; /* Text for layout 8 */ static char text_layout8[] = ""; /* Text for layout 8 */
static char text_layout9[] = "L9"; /* Text for layout 9 */ static char text_layout9[] = ""; /* Text for layout 9 */
static char text_layout10[] = "L10"; /* Text for layout 10 */ static char text_layout10[] = ""; /* Text for layout 10 */
static char text_layout11[] = "L11"; /* Text for layout 11 */ static char text_layout11[] = ""; /* Text for layout 11 */
static char text_layout12[] = "L12"; /* Text for layout 12 */ static char text_layout12[] = ""; /* Text for layout 12 */
static char text_layout13[] = "L13"; /* Text for layout 13 */ static char text_layout13[] = ""; /* Text for layout 13 */
static char text_layout14[] = "L14"; /* Text for layout 14 */ static char text_layout14[] = ""; /* Text for layout 14 */
static char text_layout15[] = "L15"; /* Text for layout 15 */ static char text_layout15[] = ""; /* Text for layout 15 */
/* Alpha/opacity settings /* Alpha/opacity settings
* *