diff options
author | David Runge <dave@sleepmap.de> | 2016-03-11 12:30:27 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-03-11 12:30:27 +0100 |
commit | 1339b8e7b05d70e2e5aefb5d4898d46039870767 (patch) | |
tree | 97694009c889d75fdd794236fa4c14d5cb32da71 /.config/conky/side | |
parent | b7be00a2818fdc2c5b47a318a67c95bde3fda7f1 (diff) | |
parent | 4fddd5572d8ae4ddb8f56278c2945b10ed3ce3cb (diff) | |
download | dotfiles-1339b8e7b05d70e2e5aefb5d4898d46039870767.tar.gz dotfiles-1339b8e7b05d70e2e5aefb5d4898d46039870767.tar.bz2 dotfiles-1339b8e7b05d70e2e5aefb5d4898d46039870767.tar.xz dotfiles-1339b8e7b05d70e2e5aefb5d4898d46039870767.zip |
Merge branch 'master' of sleepmap.de:dotfiles
* 'master' of sleepmap.de:dotfiles:
.gitignore: Adding further processing, arduino, qtpass, weather configs and cache folders to ignore list.
.config/SuperCollider/sc_ide_conf.yaml: Post 3.7 settings
.config/psd/.psd.conf: Removing backup from the index
.config/conky/side: Changing to execpi for dig launch.
Reversing the hostname check.
.tmux.conf: Adding own scripts to status-right, removing tpm.
bin/get_*: Adding helper scripts to be used in tmux.
.processing/language.txt: Adding default language setting.
.arduino/preferences.txt: updating sketch stuff
.mutt/*: Updating footer.
.config/gtk-3.0/settings.ini: Removing dark-theme settings, as they make fields in browsers unusable. Thx gnome!
Diffstat (limited to '.config/conky/side')
-rwxr-xr-x | .config/conky/side | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/conky/side b/.config/conky/side index 830e407..5defca8 100755 --- a/.config/conky/side +++ b/.config/conky/side @@ -92,7 +92,7 @@ ${color5} Network:\ ${if_up wlp3s0} ${color1} wlp3s0: ${color3}${addr wlp3s0} ${color1} net: ${color3}${exec iwgetid | cut -d ":" -f2} -${color1} ext: ${color3}${exec dig +short myip.opendns.com @resolver1.opendns.com} +${color1} ext: ${color3}${execpi 360 dig +short myip.opendns.com @resolver1.opendns.com} ${color1} gway: ${color3}${exec route -n | grep wlp3s0 | grep UG | awk '{print $2}'} ${color1} dns: ${color3}${exec grep "nameserver" /etc/resolv.conf | awk '{print $2}'} ${color1} speed: ${color3}${exec iwconfig wlp3s0 | grep "Bit Rate" | cut -d"=" -f2 | cut -d" " -f1} Mb/s |