From 66000d4fd5a6dc4c5fee8a2876556cece77154df Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Mon, 13 Jul 2020 16:48:38 +0530 Subject: changed colors a bit --- bin/.local/bin/screenshot | 4 ++-- picom/.config/picom.conf | 4 ++-- x/.Xresources | 20 ++++++++++---------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/bin/.local/bin/screenshot b/bin/.local/bin/screenshot index 100bbe2..56310fc 100755 --- a/bin/.local/bin/screenshot +++ b/bin/.local/bin/screenshot @@ -2,11 +2,11 @@ screenshot() { case $1 in f*) - scrot -m + scrot -m -e 'mv $f ~/scrots' ;; w*) sleep 1 - scrot -s + scrot -s -e 'mv $f ~/scrots' ;; *) ;; diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index 319bbfa..669922d 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf @@ -30,8 +30,8 @@ blur-background-exclude = [ ]; opacity-rule = [ "40:class_g = 'Bspwm' && class_i = 'presel_feedback'", - "100:class_g = 'st-256color' && focused", - "95:class_g = 'st-256color' && !focused" + "100:class_g = 'URxvt' && focused", + "95:class_g = 'URxvt' && !focused" ]; ## FADING diff --git a/x/.Xresources b/x/.Xresources index a03b684..088e0cf 100644 --- a/x/.Xresources +++ b/x/.Xresources @@ -8,28 +8,28 @@ *.color8: #747c84 ! red -*.color1: #c7ae95 -*.color9: #c7ae95 +*.color1: #b23e27 +*.color9: #b23e27 ! green -*.color2: #95c7ae -*.color10: #95c7ae +*.color2: #378e5e +*.color10: #378e5e ! yellow *.color3: #aec795 *.color11: #aec795 ! blue -*.color4: #ae95c7 -*.color12: #ae95c7 +*.color4: #50719b +*.color12: #50719b ! magenta -*.color5: #c795ae -*.color13: #c795ae +*.color5: #b76e9f +*.color13: #b76e9f ! cyan -*.color6: #95aec7 -*.color14: #95aec7 +*.color6: #318e88 +*.color14: #318e88 ! white *.color7: #c7ccd1 -- cgit v1.2.3