https://github.com/vovayatsyuk/tauri-dynamic-tray-menu
https://github.com/vovayatsyuk/tauri-dynamic-tray-menu
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vovayatsyuk/tauri-dynamic-tray-menu
- Owner: vovayatsyuk
- Created: 2023-10-04T19:07:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-27T11:31:48.000Z (over 2 years ago)
- Last Synced: 2024-12-29T06:21:43.953Z (over 1 year ago)
- Language: CSS
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tauri + Vanilla
https://github.com/tauri-apps/tauri/issues/7957
This repo is a small reproduction of the dynamic tray menu. Each second we
replace the menu with a new one. You can check this by opening the menu multiple
times. However, when the menu is opened you will not see any updates until you
reopen the menu.
## Installing
```
git clone git@github.com:vovayatsyuk/tauri-dynamic-tray-menu.git &&\
cd tauri-dynamic-tray-menu &&\
npm ci
```
## Running
```
npm run tauri dev
```