diff --git a/conky/conky.conf b/conky/conky.conf index d1b0309..006a147 100644 --- a/conky/conky.conf +++ b/conky/conky.conf @@ -77,11 +77,11 @@ ${color green}File systems $hr ${if_up enp14s0}${color green}LAN $hr ${color grey}Interface:$color enp14s0 ${color grey}IP:$color ${addr enp14s0} - ${color grey}Up:$color ${upspeed enp14s0} ${alignr}${upspeedgraph enp14s0 10,250} - ${color grey}Down:$color ${downspeed enp14s0} ${alignr}${downspeedgraph enp14s0 10,250}${endif} + ${color grey}Up:$color ${upspeed enp14s0} ${alignr}${upspeedgraph enp14s0 10,250 #5498f8 #5498f8} + ${color grey}Down:$color ${downspeed enp14s0} ${alignr}${downspeedgraph enp14s0 10,250 #5498f8 #5498f8}${endif} ${if_up wlp13s0}${color green}WLAN $hr ${color grey}Interface:$color wlp13s0 ${color grey}IP:$color ${addr wlp13s0} - ${color grey}Up:$color ${upspeed wlp13s0} ${alignr}${upspeedgraph wlp13s0 10,250} - ${color grey}Down:$color ${downspeed wlp13s0} ${alignr}${downspeedgraph wlp13s0 10,250}${endif} + ${color grey}Up:$color ${upspeed wlp13s0} ${alignr}${upspeedgraph wlp13s0 10,250 #5498f8 #5498f8} + ${color grey}Down:$color ${downspeed wlp13s0} ${alignr}${downspeedgraph wlp13s0 10,250 #5498f8 #5498f8}${endif} ]] diff --git a/zsh/config.d/gcloud.zsh b/zsh/config.d/gcloud.zsh index 0c506d2..c9a386d 100644 --- a/zsh/config.d/gcloud.zsh +++ b/zsh/config.d/gcloud.zsh @@ -3,11 +3,3 @@ if [ -f "$HOME/google-cloud-sdk/path.zsh.inc" ]; then . "$HOME/google-cloud-sdk/ # The next line enables shell command completion for gcloud. if [ -f "$HOME/google-cloud-sdk/completion.zsh.inc" ]; then . "$HOME/google-cloud-sdk/completion.zsh.inc"; fi - -alias startenvoydev="gcloud compute instances start bohanon-envoy-dev --zone us-central1-c --project solo-test-236622 && gcloud compute config-ssh --force-key-file-overwrite --project solo-test-236622" -alias stopenvoydev="gcloud compute instances stop bohanon-envoy-dev --zone us-central1-c --project solo-test-236622" -alias sshenvoydev="gcloud beta compute ssh --zone us-central1-c bohanon-envoy-dev --project solo-test-236622" - -alias startoldenvoydev="gcloud compute instances start bohanon-envoy-dev-old --zone us-central1-a --project solo-test-236622 && gcloud compute config-ssh --force-key-file-overwrite --project solo-test-236622" -alias stopoldenvoydev="gcloud compute instances stop bohanon-envoy-dev-old --zone us-central1-a --project solo-test-236622" -alias ssholdenvoydev="gcloud beta compute ssh --zone us-central1-a bohanon-envoy-dev-old --project solo-test-236622"