[PR #559] [MERGED] Add reverse order for launcher items/favorites #2205

Closed
opened 2026-05-22 22:56:09 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/559
Author: @SerraPi
Created: 4/26/2024
Status: Merged
Merged: 4/28/2024
Merged by: @JakeStanger

Base: masterHead: master


📝 Commits (4)

  • a76e60d Add reverse order for launcher items/favorites
  • a601832 Add lanucher reverse order to docs
  • 1c465ba Fixed styling(?)
  • cb7280a Add example configs for json,toml,yaml,corn

📊 Changes

2 files changed (+15 additions, -4 deletions)

View changed files

📝 docs/modules/Launcher.md (+6 -3)
📝 src/modules/launcher/mod.rs (+9 -1)

📄 Description

example json config

  {
    "type": "launcher",
    "favorites": [
      "firefox",
      "discord",
      "steam"
    ],
    "reversed": true,
    "show_names": false,
    "show_icons": true,
    "icon_size": 32
  }

🔄 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/559 **Author:** [@SerraPi](https://github.com/SerraPi) **Created:** 4/26/2024 **Status:** ✅ Merged **Merged:** 4/28/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`a76e60d`](https://github.com/JakeStanger/ironbar/commit/a76e60d8546cc72d136e44ef3e5e6acc62deb82f) Add reverse order for launcher items/favorites - [`a601832`](https://github.com/JakeStanger/ironbar/commit/a6018323192c895eb4ce4fb3d4b632d00b538ac0) Add lanucher reverse order to docs - [`1c465ba`](https://github.com/JakeStanger/ironbar/commit/1c465ba1900607546c85f96b37eccd78102f6c60) Fixed styling(?) - [`cb7280a`](https://github.com/JakeStanger/ironbar/commit/cb7280a9c291a5f7de74f5f5e5c232cb85b84e63) Add example configs for json,toml,yaml,corn ### 📊 Changes **2 files changed** (+15 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `docs/modules/Launcher.md` (+6 -3) 📝 `src/modules/launcher/mod.rs` (+9 -1) </details> ### 📄 Description example json config { "type": "launcher", "favorites": [ "firefox", "discord", "steam" ], "reversed": true, "show_names": false, "show_icons": true, "icon_size": 32 } --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 22:56:09 +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#2205
No description provided.