Compare commits

...

3 Commits

Author SHA1 Message Date
Martin
6c62410eee
Merge 1bd7fdf8824ee1f092ceb3eba6ad9feaf2179d68 into d6ae47205a375108f7fc7c96b6dc9d647951dcad 2025-07-22 11:37:43 +02:00
adi1090x
d6ae47205a Deploying to master from @ adi1090x/rofi@adfcc0770f 🚀 2025-07-15 15:04:55 +00:00
Martin
1bd7fdf882
Fix #179 #170 #122 2024-11-14 20:01:18 +01:00
2 changed files with 5 additions and 2 deletions

View File

@ -109,7 +109,7 @@ $ ./setup.sh
</p> </p>
<p align="center"> <p align="center">
<!-- sponsors --><a href="https://github.com/davidtoska"><img src="https:&#x2F;&#x2F;github.com&#x2F;davidtoska.png" width="60px" alt="User avatar: David Toska" /></a><a href="https://github.com/snubbi1954-elementary"><img src="https:&#x2F;&#x2F;github.com&#x2F;snubbi1954-elementary.png" width="60px" alt="User avatar: Carl Andersen" /></a><a href="https://github.com/dgxlab"><img src="https:&#x2F;&#x2F;github.com&#x2F;dgxlab.png" width="60px" alt="User avatar: David Vargas" /></a><a href="https://github.com/jxtrt"><img src="https:&#x2F;&#x2F;github.com&#x2F;jxtrt.png" width="60px" alt="User avatar: jtrt" /></a><!-- sponsors --> <!-- sponsors --><a href="https://github.com/davidtoska"><img src="https:&#x2F;&#x2F;github.com&#x2F;davidtoska.png" width="60px" alt="User avatar: David Toska" /></a><a href="https://github.com/dgxlab"><img src="https:&#x2F;&#x2F;github.com&#x2F;dgxlab.png" width="60px" alt="User avatar: David Vargas" /></a><a href="https://github.com/jxtrt"><img src="https:&#x2F;&#x2F;github.com&#x2F;jxtrt.png" width="60px" alt="User avatar: jtrt" /></a><!-- sponsors -->
</p> </p>
--- ---

View File

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