1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-20 16:21:04 +02:00

Merge pull request #1060 from Username404-59/master

Add a launch_command setting
This commit is contained in:
Jake Stanger 2025-06-22 17:39:51 +01:00 committed by GitHub
commit bb7e927309
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 91 additions and 66 deletions

View file

@ -481,3 +481,7 @@ pub const fn default_false() -> bool {
pub const fn default_true() -> bool {
true
}
pub fn default_launch_command() -> String {
String::from("gtk-launch {app_name}")
}