adi1090x / rofi

A huge collection of Rofi based custom Applets, Launchers & Powermenus.
GNU General Public License v3.0
6.62k stars 307 forks source link

config.rasi #137

Closed AlvinPix closed 1 year ago

AlvinPix commented 1 year ago

When running rofi it has problems with the following file config.rasi

$ bash config.rasi
ldgnu commented 1 year ago

Deleting the following lines is ok and does not give any more error Line 53 to 57 of the config.rasi

/*---------- Fallback Icon ----------*/
run,drun {
    fallback-icon: "application-x-addon";
}

rofi -v Version: 1.7.1

NovusEdge commented 1 year ago

It's a simple typo. Here's what it should be:

/*---------- Fallback Icon ----------*/
run-drun {
    fallback-icon: "application-x-addon";
}

I'll make a PR for the minor fix if it's this issue's still up for taking

NovusEdge commented 1 year ago

I've closed the PR in favor of #147

AlvinPix commented 1 year ago

Thank you for the update. I appreciate your quick response.

El lun, 10 jul 2023 a las 16:40, Aliasgar Khimani @.***>) escribió:

I've closed the PR in favor of #147 https://github.com/adi1090x/rofi/pull/147

— Reply to this email directly, view it on GitHub https://github.com/adi1090x/rofi/issues/137#issuecomment-1629699120, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW5754XSQS73GNK7BWY4ZVLXPRSDFANCNFSM6AAAAAAWH4PJII . You are receiving this because you authored the thread.Message ID: @.***>

tonmoy998 commented 1 year ago

Thank you