summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShubham Saini <pryr@pryr.xyz>2020-09-26 16:48:35 +0000
committerShubham Saini <pryr@pryr.xyz>2020-09-26 16:48:35 +0000
commit4a2078eeb4240c002fca00e27765b5f7a4df6c9e (patch)
tree287fbe8ae96d68cec8cd9ec021457d4755cb1549
parent31a157b314e4a6178a8f00325b07322bcf5b6597 (diff)
changes
-rwxr-xr-xpicom/.config/picom.conf5
-rwxr-xr-xpolybar/.config/polybar/config4
-rwxr-xr-xsxhkd/.config/sxhkd/sxhkdrc10
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 = [
9 "class_g ?= 'dmenu'", 9 "class_g ?= 'dmenu'",
10 "class_g ?= 'panel'", 10 "class_g ?= 'panel'",
11 "class_g ?= 'spectrwm'", 11 "class_g ?= 'spectrwm'",
12 "name = 'polybar'", 12 "class_g ?= 'polybar'",
13 "name = 'Polybar tray window'", 13 "name = 'Polybar tray window'",
14 "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'", 14 "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
15 "class_g = 'Firefox' && argb", 15 "class_g = 'Firefox' && argb",
@@ -24,7 +24,7 @@ blur-strength = 3;
24blur-kern = "3x3box"; 24blur-kern = "3x3box";
25# blur-method = "dual_kawase"; 25# blur-method = "dual_kawase";
26blur-background-exclude = [ 26blur-background-exclude = [
27 "name = 'polybar'", 27 "class_g ?= 'polybar'",
28 "name = 'Polybar tray window'", 28 "name = 'Polybar tray window'",
29 "class_g ?= 'Rofi'", 29 "class_g ?= 'Rofi'",
30 "class_g ?= 'zoom'", 30 "class_g ?= 'zoom'",
@@ -75,6 +75,7 @@ corner-radius = 5;
75rounded-corners-exclude = [ 75rounded-corners-exclude = [
76 "name = 'bar'", 76 "name = 'bar'",
77 "class_g ?= 'dmenu'", 77 "class_g ?= 'dmenu'",
78 "class_g ?= 'polybar'",
78 "class_g ?= 'panel'", 79 "class_g ?= 'panel'",
79 "class_g ?= 'spectrwm'" 80 "class_g ?= 'spectrwm'"
80]; 81];
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;戮
64ws-icon-default =  64ws-icon-default = 
65 65
66label-focused =  66label-focused = 
67label-focused-foreground = ${xrdb:color6:#ffd7b1} 67label-focused-foreground = #79ffe1
68label-focused-padding = 1 68label-focused-padding = 1
69;label-focused-font = 10 69;label-focused-font = 10
70 70
@@ -157,7 +157,7 @@ click-middle = cmus-remote --pause
157scroll-up = cmus-remote --volume +5% 157scroll-up = cmus-remote --volume +5%
158scroll-down = cmus-remote --volume -5% 158scroll-down = cmus-remote --volume -5%
159format = <label> 159format = <label>
160format-foreground = ${xrdb:color6:#ffd7b1} 160format-foreground = #79ffe1
161label = %output% 161label = %output%
162!label-maxlen = 50 162!label-maxlen = 50
163 163
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
3super + shift + Return 3super + shift + Return
4 bspc rule -a \* -o state=floating && urxvtc 4 bspc rule -a \* -o state=floating && urxvtc
5super + @space 5super + @space
6 dmenu_run -i -fn "JetBrains Mono Nerd Font Mono:style=medium:pixelsize=12.5" -nb "#000000" -nf "#f3f4f5" -sb "#626868" -sf "#000000" 6 dmenu_run -i -fn "JetBrains Mono Nerd Font Mono:style=medium:pixelsize=12.5" -nb "#000000" -nf "#f3f4f5" -sb "#EEFFFF" -sf "#000000"
7super + shift + w 7super + shift + w
8 /opt/brave/brave 8 brave
9control + alt + l 9control + alt + l
10 xset s activate 10 xset s activate
11super + shift + f 11super + shift + f
@@ -13,11 +13,11 @@ super + shift + f
13super + n 13super + n
14 urxvtc -e nvim ~/.cache/bujo/todo.md 14 urxvtc -e nvim ~/.cache/bujo/todo.md
15Print 15Print
16 ~/.local/bin/screenshot f 16 maim ~/scrots/$(date +%d-%b-%y).png
17control + Print 17control + Print
18 ~/.local/bin/screenshot w 18 maim -i $(xdotool getactivewindow) ~/scrots/$(date +%d-%b-%y).png
19super + shift + p 19super + shift + p
20 passmenu -i -fn "JetBrains Mono Nerd Font Mono:style=medium:pixelsize=12.5" -nb "#f3f4f5" -nf "#2f2f2f" -sb "#626868" -sf "#ffffff" 20 passmenu -i -fn "JetBrains Mono Nerd Font Mono:style=medium:pixelsize=12.5" -nb "#000000" -nf "#f3f4f5" -sb "#EEFFFF" -sf "#000000"
21super + Escape 21super + Escape
22 pkill -USR1 -x sxhkd 22 pkill -USR1 -x sxhkd
23 23