Compare commits

...

2 Commits

Author SHA1 Message Date
Tanay Kar
403cc49a07
Merge 6dabb7a19fb8307879e35a40b3a7da957b86f53e into fb7011ec48bd065f398f2ff26d76e301aff1dc22 2025-06-20 18:00:19 +05:30
Tanay Kar
6dabb7a19f
Fixed syntax error in run-drun label
Corrected syntax error causing line 54 from run,drun to run-drun. Fixes syntax errors in launcher type-2 styles
2024-02-18 20:56:28 +05:30

View File

@ -51,7 +51,7 @@ configuration {
run-shell-command: "{terminal} -e {cmd}";
/*---------- Fallback Icon ----------*/
run,drun {
run-drun {
fallback-icon: "application-x-addon";
}