summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/conky/main6
-rw-r--r--.zshrc1
2 files changed, 4 insertions, 3 deletions
diff --git a/.config/conky/main b/.config/conky/main
index 36a8cf4..936a64a 100644
--- a/.config/conky/main
+++ b/.config/conky/main
@@ -23,9 +23,9 @@ border_width 0
default_color 111111
default_shade_color black
default_outline_color blue
-alignment bottom_right
-gap_x 1930
-gap_y 10
+alignment bottom_left
+gap_x 1670
+gap_y 40
no_buffers yes
uppercase no
cpu_avg_samples 6
diff --git a/.zshrc b/.zshrc
index b0aeae0..29e2461 100644
--- a/.zshrc
+++ b/.zshrc
@@ -477,6 +477,7 @@ alias scw='screen -X eval "chdir $PWD"'
alias g='git'
alias xc="xclip"
alias xcp="xclip -o | fb"
+alias xcpe="xclip -o | vipe | ifne fb"
alias nsl='nslookup'