https://github.com/zemmsoares/polypackage-version-check
š¦ Package version check module for Polybar & i3-blocks
https://github.com/zemmsoares/polypackage-version-check
i3-blocks i3-status i3-status-module polybar polybar-config polybar-scripts
Last synced: 2 months ago
JSON representation
š¦ Package version check module for Polybar & i3-blocks
- Host: GitHub
- URL: https://github.com/zemmsoares/polypackage-version-check
- Owner: zemmsoares
- Created: 2019-04-04T19:00:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-08T07:35:16.000Z (over 3 years ago)
- Last Synced: 2025-05-08T02:39:31.975Z (11 months ago)
- Topics: i3-blocks, i3-status, i3-status-module, polybar, polybar-config, polybar-scripts
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# polypackage-version-check



Polybar python script to scrap latest node version from website and compare it to the installed.
## Module
```ini
[module/nodeversion]
type = custom/script
interval = 30
exec = ~/.config/polybar/node.sh
label = %output:0:75:...%
```
## Icon
Icon from example ( Font Awesome 5 Brands )
```ini
font-1 = Font Awesome 5 Brands:size=10;1
```