diff options
author | Shubham Saini <pryr@pryr.xyz> | 2020-09-26 16:48:35 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2020-09-26 16:48:35 +0000 |
commit | 4a2078eeb4240c002fca00e27765b5f7a4df6c9e (patch) | |
tree | 287fbe8ae96d68cec8cd9ec021457d4755cb1549 | |
parent | 31a157b314e4a6178a8f00325b07322bcf5b6597 (diff) |
changes
-rwxr-xr-x | picom/.config/picom.conf | 5 | ||||
-rwxr-xr-x | polybar/.config/polybar/config | 4 | ||||
-rwxr-xr-x | 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 = [ | |||
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; | |||
24 | blur-kern = "3x3box"; | 24 | blur-kern = "3x3box"; |
25 | # blur-method = "dual_kawase"; | 25 | # blur-method = "dual_kawase"; |
26 | blur-background-exclude = [ | 26 | blur-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; | |||
75 | rounded-corners-exclude = [ | 75 | rounded-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;戮 | |||
64 | ws-icon-default = | 64 | ws-icon-default = |
65 | 65 | ||
66 | label-focused = | 66 | label-focused = |
67 | label-focused-foreground = ${xrdb:color6:#ffd7b1} | 67 | label-focused-foreground = #79ffe1 |
68 | label-focused-padding = 1 | 68 | label-focused-padding = 1 |
69 | ;label-focused-font = 10 | 69 | ;label-focused-font = 10 |
70 | 70 | ||
@@ -157,7 +157,7 @@ click-middle = cmus-remote --pause | |||
157 | scroll-up = cmus-remote --volume +5% | 157 | scroll-up = cmus-remote --volume +5% |
158 | scroll-down = cmus-remote --volume -5% | 158 | scroll-down = cmus-remote --volume -5% |
159 | format = <label> | 159 | format = <label> |
160 | format-foreground = ${xrdb:color6:#ffd7b1} | 160 | format-foreground = #79ffe1 |
161 | label = %output% | 161 | label = %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 | |||
3 | super + shift + Return | 3 | super + shift + Return |
4 | bspc rule -a \* -o state=floating && urxvtc | 4 | bspc rule -a \* -o state=floating && urxvtc |
5 | super + @space | 5 | super + @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" |
7 | super + shift + w | 7 | super + shift + w |
8 | /opt/brave/brave | 8 | brave |
9 | control + alt + l | 9 | control + alt + l |
10 | xset s activate | 10 | xset s activate |
11 | super + shift + f | 11 | super + shift + f |
@@ -13,11 +13,11 @@ super + shift + f | |||
13 | super + n | 13 | super + n |
14 | urxvtc -e nvim ~/.cache/bujo/todo.md | 14 | urxvtc -e nvim ~/.cache/bujo/todo.md |
15 | 15 | ||
16 | ~/.local/bin/screenshot f | 16 | maim ~/scrots/$(date +%d-%b-%y).png |
17 | control + Print | 17 | control + Print |
18 | ~/.local/bin/screenshot w | 18 | maim -i $(xdotool getactivewindow) ~/scrots/$(date +%d-%b-%y).png |
19 | super + shift + p | 19 | super + 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" |
21 | super + Escape | 21 | super + Escape |
22 | pkill -USR1 -x sxhkd | 22 | pkill -USR1 -x sxhkd |
23 | 23 | ||