fix naming in info-archnews

This commit is contained in:
x70b1 2018-02-08 16:02:38 +01:00
parent cc0c0d0918
commit 259b619770

View File

@ -1,4 +1,4 @@
# Script: news-arch # Script: info-archnews
A Python script that shows Arch Linux RSS news. A Python script that shows Arch Linux RSS news.
@ -13,6 +13,6 @@ A Python script that shows Arch Linux RSS news.
```ini ```ini
[module/news-arch] [module/news-arch]
type = custom/script type = custom/script
exec = ~/polybar-scripts/news-arch.py exec = ~/polybar-scripts/info-archnews.py
interval = 600 interval = 600
``` ```