power menu, redshift, polybar
This commit is contained in:
28
.config/polybar/scripts/notification-reddit/README.md
Normal file
28
.config/polybar/scripts/notification-reddit/README.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# Script: notification-reddit
|
||||
|
||||
A script that shows if there are unread mails in your reddit inbox.
|
||||
|
||||

|
||||
|
||||
|
||||
## Dependencies
|
||||
|
||||
* `curl`
|
||||
* `jq`
|
||||
|
||||
|
||||
## Configuration
|
||||
|
||||
Open [reddit.com/prefs/feeds/](https://www.reddit.com/prefs/feeds/). Copy the `JSON` link from `your inbox` > `unread messages`.
|
||||
|
||||
Add your username at the end of `USERAGENT` to create a unique string.
|
||||
|
||||
|
||||
## Module
|
||||
|
||||
```ini
|
||||
[module/notification-reddit]
|
||||
type = custom/script
|
||||
exec = ~/polybar-scripts/notification-reddit.sh
|
||||
interval = 60
|
||||
```
|
||||
Reference in New Issue
Block a user