[PR #1060] [MERGED] Add a launch_command setting #1118

Closed
opened 2026-05-22 21:55:38 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1060
Author: @Username404-59
Created: 6/21/2025
Status: Merged
Merged: 6/22/2025
Merged by: @JakeStanger

Base: masterHead: master


📝 Commits (7)

  • 931807e Add a launch_command setting
  • c2d55a1 Add documentation for launch_command
  • a253a23 Remove now unused imports in menu
  • a6f63b3 Improve launch_command
  • d2f46a5 Make launch_command more flexible with {app_name}
  • 8dfca43 Update docs to mention {app_name} in launch_command
  • d891893 Rename launch_command to open_program & move it to desktop_file.rs

📊 Changes

8 files changed (+91 additions, -66 deletions)

View changed files

📝 docs/modules/Launcher.md (+18 -17)
📝 docs/modules/Menu.md (+15 -14)
📝 src/config/mod.rs (+4 -0)
📝 src/desktop_file.rs (+22 -2)
📝 src/modules/launcher/mod.rs (+13 -16)
📝 src/modules/menu/config.rs (+8 -0)
📝 src/modules/menu/mod.rs (+7 -2)
📝 src/modules/menu/ui.rs (+4 -15)

📄 Description

Resolves #1059

(feel free to roast the code, this is the first rust I've written)


🔄 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/1060 **Author:** [@Username404-59](https://github.com/Username404-59) **Created:** 6/21/2025 **Status:** ✅ Merged **Merged:** 6/22/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`931807e`](https://github.com/JakeStanger/ironbar/commit/931807e32607ac32ed74a7394ab617c09d57aa0a) Add a launch_command setting - [`c2d55a1`](https://github.com/JakeStanger/ironbar/commit/c2d55a196378c6d261829ee79e6e4593d9bc4ed3) Add documentation for launch_command - [`a253a23`](https://github.com/JakeStanger/ironbar/commit/a253a23d570f97c61964e3511124c3951acafeca) Remove now unused imports in menu - [`a6f63b3`](https://github.com/JakeStanger/ironbar/commit/a6f63b3bf1a25ba11929058d6c22435d2bb7751d) Improve launch_command - [`d2f46a5`](https://github.com/JakeStanger/ironbar/commit/d2f46a59b4c13e3f6ff81322f72114b89ffbb1f9) Make launch_command more flexible with {app_name} - [`8dfca43`](https://github.com/JakeStanger/ironbar/commit/8dfca4303dc3dd9bb557804289c0d876b642f725) Update docs to mention {app_name} in launch_command - [`d891893`](https://github.com/JakeStanger/ironbar/commit/d89189310154740f3f8be6c06509c2b1cd1529bd) Rename launch_command to open_program & move it to desktop_file.rs ### 📊 Changes **8 files changed** (+91 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `docs/modules/Launcher.md` (+18 -17) 📝 `docs/modules/Menu.md` (+15 -14) 📝 `src/config/mod.rs` (+4 -0) 📝 `src/desktop_file.rs` (+22 -2) 📝 `src/modules/launcher/mod.rs` (+13 -16) 📝 `src/modules/menu/config.rs` (+8 -0) 📝 `src/modules/menu/mod.rs` (+7 -2) 📝 `src/modules/menu/ui.rs` (+4 -15) </details> ### 📄 Description Resolves #1059 (feel free to roast the code, this is the first rust I've written) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 21:55:38 +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#1118
No description provided.