fix ip thing

This commit is contained in:
koksnuss 2018-05-14 00:33:06 +02:00
parent 3286537e14
commit c7d9be3434
2 changed files with 4 additions and 4 deletions

View File

@ -25,16 +25,16 @@ storage df
- [x] ram - [x] ram
- [x] storage - [x] storage
- [x] ip - [x] ip
- [ ] fix ip not showing sometimes - [x] fix ip not showing sometimes
- [x] battery - [x] battery
- [x] same color palette - [x] same color palette
- [x] audio - [x] audio
- [x] fix audio not changing on mute - [x] fix audio not changing on mute
- [x] cpu - [x] cpu
- [x] backlight - [x] backlight
- [x] microphone
- [ ] swap - [ ] swap
- [ ] wifi/ethernet/bluetooth - [ ] wifi/ethernet/bluetooth
- [ ] external storage with mount - [ ] external storage with mount
- [ ] ethernet bandwith - [ ] ethernet bandwith
- [ ] microphone
- [ ] nice icons as labels - [ ] nice icons as labels

4
ip
View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
ip=$(curl ifconfig.me/ip) ip=$(curl -s checkip.dyndns.org | sed -e 's/.*Current IP Address: //' -e 's/<.*$//')
echo $ip echo $ip
echo "" echo ""
echo "#04B431" echo ""