power menu, redshift, polybar

This commit is contained in:
azpsen
2024-01-28 16:37:10 -06:00
parent 89516a6ce1
commit 319b44ecbd
307 changed files with 7642 additions and 5 deletions

View File

@@ -0,0 +1,26 @@
# Script: network-ipinfo.io
Shows your public IP address and country of origin retrieved from `ipinfo.io`.
![network-ipinfo.io](screenshots/1.png)
## Dependencies
* `curl`
* `jq`
## Configuration
The minimum interval of 60 seconds is important since free usage is limited to 50,000 API requests per month.
## Module
```ini
[module/network-ipinfo.io]
type = custom/script
exec = ~/.config/polybar/network-ipinfo.io.sh
interval = 60
```