Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emretulek/disk-monitor
Widgets Disk Monitor Plugin
https://github.com/emretulek/disk-monitor
disk-monitor disk-monitor-widget widgets-plugin windows-widgets
Last synced: about 1 month ago
JSON representation
Widgets Disk Monitor Plugin
- Host: GitHub
- URL: https://github.com/emretulek/disk-monitor
- Owner: emretulek
- License: agpl-3.0
- Created: 2024-12-11T17:47:06.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-13T00:29:15.000Z (about 1 month ago)
- Last Synced: 2024-12-13T01:23:54.328Z (about 1 month ago)
- Topics: disk-monitor, disk-monitor-widget, widgets-plugin, windows-widgets
- Language: C#
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Disk Monitor Widget Plugin
This project was developed as a disk monitor widget for windows widgets.
### Internal Settings
**disk_letter** takes a specific disk name. If **"Total"** is written, it shows the total usage.
```json
{
"usage_font_size": 18.0,
"usage_foreground": "#FFBC8F8F",
"graphic_color": "#9e269a",
"graphic_timeline": 200.0,
"disk_letter": "C" // "Total"
}
```### Screenshots
![disk_monitor](https://raw.githubusercontent.com/emretulek/Disk-Monitor/refs/heads/master/sc_disk_m/disk_m_1.jpg)
![disk_monitor skin](https://raw.githubusercontent.com/emretulek/Disk-Monitor/refs/heads/master/sc_disk_m/disk_m_2.jpg)