power menu, redshift, polybar
This commit is contained in:
20
.config/polybar/scripts/network-publicip/README.md
Normal file
20
.config/polybar/scripts/network-publicip/README.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Script: network-publicip
|
||||
|
||||
This script shows the public IP of the current connection.
|
||||
|
||||

|
||||
|
||||
|
||||
## Dependencies
|
||||
|
||||
* `curl`
|
||||
|
||||
|
||||
## Module
|
||||
|
||||
```ini
|
||||
[module/network-publicip]
|
||||
type = custom/script
|
||||
exec = ~/polybar-scripts/network-publicip.sh
|
||||
interval = 60
|
||||
```
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "# $(curl -4 -sf ifconfig.co)"
|
||||
BIN
.config/polybar/scripts/network-publicip/screenshots/1.png
Normal file
BIN
.config/polybar/scripts/network-publicip/screenshots/1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
Reference in New Issue
Block a user