From 4a2078eeb4240c002fca00e27765b5f7a4df6c9e Mon Sep 17 00:00:00 2001
From: Shubham Saini <pryr@pryr.xyz>
Date: Sat, 26 Sep 2020 22:18:35 +0530
Subject: changes

---
 picom/.config/picom.conf       |  5 +++--
 polybar/.config/polybar/config |  4 ++--
 sxhkd/.config/sxhkd/sxhkdrc    | 10 +++++-----
 3 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf
index b5fd0a0..a3a9b46 100755
--- a/picom/.config/picom.conf
+++ b/picom/.config/picom.conf
@@ -9,7 +9,7 @@ shadow-exclude = [
     "class_g ?= 'dmenu'",
     "class_g ?= 'panel'",
     "class_g ?= 'spectrwm'",
-    "name = 'polybar'",
+    "class_g ?= 'polybar'",
     "name = 'Polybar tray window'",
     "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
     "class_g = 'Firefox' && argb",
@@ -24,7 +24,7 @@ blur-strength = 3;
 blur-kern = "3x3box";
 # blur-method = "dual_kawase";
 blur-background-exclude = [
-    "name = 'polybar'",
+    "class_g ?= 'polybar'",
     "name = 'Polybar tray window'",
     "class_g ?= 'Rofi'",
     "class_g ?= 'zoom'",
@@ -75,6 +75,7 @@ corner-radius = 5;
 rounded-corners-exclude = [
     "name = 'bar'",
     "class_g ?= 'dmenu'",
+    "class_g ?= 'polybar'",
     "class_g ?= 'panel'",
     "class_g ?= 'spectrwm'"
 ];
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config
index ee9878a..3288b6e 100755
--- a/polybar/.config/polybar/config
+++ b/polybar/.config/polybar/config
@@ -64,7 +64,7 @@ ws-icon-7 = game;戮
 ws-icon-default = 
 
 label-focused = 
-label-focused-foreground = ${xrdb:color6:#ffd7b1}
+label-focused-foreground = #79ffe1
 label-focused-padding = 1
 ;label-focused-font = 10
 
@@ -157,7 +157,7 @@ click-middle = cmus-remote --pause
 scroll-up = cmus-remote --volume +5%
 scroll-down = cmus-remote --volume -5%
 format = <label>
-format-foreground = ${xrdb:color6:#ffd7b1}
+format-foreground = #79ffe1
 label = %output%
 !label-maxlen = 50
 
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc
index f6bc168..99c0c2f 100755
--- a/sxhkd/.config/sxhkd/sxhkdrc
+++ b/sxhkd/.config/sxhkd/sxhkdrc
@@ -3,9 +3,9 @@ super + Return
 super + shift + Return
 	bspc rule -a \* -o state=floating && urxvtc
 super + @space
-	dmenu_run -i -fn "JetBrains Mono Nerd Font Mono:style=medium:pixelsize=12.5" -nb "#000000" -nf "#f3f4f5" -sb "#626868" -sf "#000000"
+	dmenu_run -i -fn "JetBrains Mono Nerd Font Mono:style=medium:pixelsize=12.5" -nb "#000000" -nf "#f3f4f5" -sb "#EEFFFF" -sf "#000000"
 super + shift + w 
-    /opt/brave/brave
+    brave
 control + alt + l
     xset s activate
 super + shift + f
@@ -13,11 +13,11 @@ super + shift + f
 super + n
     urxvtc -e nvim ~/.cache/bujo/todo.md
 Print
-    ~/.local/bin/screenshot f
+    maim ~/scrots/$(date +%d-%b-%y).png
 control + Print
-    ~/.local/bin/screenshot w
+    maim -i $(xdotool getactivewindow) ~/scrots/$(date +%d-%b-%y).png
 super + shift + p
-    passmenu -i -fn "JetBrains Mono Nerd Font Mono:style=medium:pixelsize=12.5" -nb "#f3f4f5" -nf "#2f2f2f" -sb "#626868" -sf "#ffffff"
+    passmenu -i -fn "JetBrains Mono Nerd Font Mono:style=medium:pixelsize=12.5" -nb "#000000" -nf "#f3f4f5" -sb "#EEFFFF" -sf "#000000"
 super + Escape
 	pkill -USR1 -x sxhkd
 
-- 
cgit v1.2.3