[PR #1018] [MERGED] feat(keyboard): allow layout map to use markup #3908

Closed
opened 2026-05-22 23:57:10 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1018
Author: @tobias47n9e
Created: 5/28/2025
Status: Merged
Merged: 12/16/2025
Merged by: @JakeStanger

Base: masterHead: feat/keyboard-layout-escaped


📝 Commits (1)

  • 825786d feat(keyboard): allow layout map to use markup

📊 Changes

1 file changed (+4 additions, -0 deletions)

View changed files

📝 src/image/gtk.rs (+4 -0)

📄 Description

Still working on my text only ironbar and was not able to escape the keyboard layout.

This commit allows to escape the keyboard layout:

layout_escaped

Using this config:

[end.icons.layout_map]
German = "<span color='#0091e5'>LAYOUT</span>\n<span color='#0091e5'>[</span>de<span color='#0091e5'>]</span>"

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/1018 **Author:** [@tobias47n9e](https://github.com/tobias47n9e) **Created:** 5/28/2025 **Status:** ✅ Merged **Merged:** 12/16/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `feat/keyboard-layout-escaped` --- ### 📝 Commits (1) - [`825786d`](https://github.com/JakeStanger/ironbar/commit/825786df7331e5d2111fcc89b6e7a88e3733d437) feat(keyboard): allow layout map to use markup ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/image/gtk.rs` (+4 -0) </details> ### 📄 Description Still working on my text only ironbar and was not able to escape the keyboard layout. This commit allows to escape the keyboard layout: ![layout_escaped](https://github.com/user-attachments/assets/b228b612-f7e7-4558-98fe-3b2206cf9767) Using this config: ```toml [end.icons.layout_map] German = "<span color='#0091e5'>LAYOUT</span>\n<span color='#0091e5'>[</span>de<span color='#0091e5'>]</span>" ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 23:57:10 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#3908
No description provided.