mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-08 09:53:13 +00:00
19 lines
285 B
Markdown
19 lines
285 B
Markdown
# Script: news-archlinux
|
|
|
|
A Python script that shows Arch Linux RSS news.
|
|
|
|
|
|
## Dependencies
|
|
|
|
* [python-feedparser](https://github.com/kurtmckee/feedparser//)
|
|
|
|
|
|
## Module
|
|
|
|
```ini
|
|
[module/news-archlinux]
|
|
type = custom/script
|
|
exec = ~/polybar-scripts/news-archlinux.py
|
|
interval = 600
|
|
```
|