Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Search [materialdesignicons.com](https://materialdesignicons.com/) icons with [Flow Launcher](https://github.com/Flow-Launcher/Flow.Launcher)
Search [pictogrammers.com/library/mdi/](https://pictogrammers.com/library/mdi/) icons with [Flow Launcher](https://github.com/Flow-Launcher/Flow.Launcher)

## Install

Expand All @@ -17,7 +17,7 @@ Simply type the keywords: `mdi` to search!

Selected results are added to your clipboard.

`SHIFT`+`ENTER` allows you to open the icon on https://materialdesignicons.com/
`SHIFT`+`ENTER` allows you to open the icon on https://pictogrammers.com/library/mdi/

## Screenshots
![image](https://user-images.githubusercontent.com/535299/147867481-92e3158a-f87d-4a34-8cd3-b68e3d8a825b.png)
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"ID": "8g5cdc9a78ef4a7e667e138f1fc04015",
"ActionKeyword": "mdi",
"Name": "Search-MDI",
"Description": "Search materialdesignicons.com",
"Description": "Search pictogrammers.com/library/mdi/",
"Author": "Garulf",
"Version": "3.0.3",
"Language": "python",
Expand Down
2 changes: 1 addition & 1 deletion plugin/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
META_FILE = "meta.json"
META_PATH = Path(Path.cwd(), 'plugin', META_FILE)
MAX_RESULTS = 100
MDI_URL = "https://materialdesignicons.com/icon/"
MDI_URL = "https://pictogrammers.com/library/mdi/icon/"


class MDI(Flox, Clipboard):
Expand Down