diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-06-01 10:22:42 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-06-01 10:22:42 +0000 |
commit | ec689ee70e49c6026b7f2cb20731f06d5d7a568f (patch) | |
tree | 6a40a1e81d3ed6289e78aeca2c4c998baa94d2a7 | |
parent | d12d9fc8d6eff348706787e61494d63a67eb917e (diff) |
nicer shadows
-rw-r--r-- | alacritty/.config/alacritty/alacritty.yml | 11 | ||||
-rwxr-xr-x | bin/.local/bin/shut | 2 | ||||
-rw-r--r-- | dunst/.config/dunst/dunstrc | 2 | ||||
-rw-r--r-- | picom/.config/picom.conf | 21 | ||||
-rw-r--r-- | spectrwm/.config/spectrwm/spectrwm.conf | 4 | ||||
-rw-r--r-- | zathura/.config/zathura/zathurarc | 2 |
6 files changed, 16 insertions, 26 deletions
diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index b66a33f..162fd9c 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml | |||
@@ -30,20 +30,17 @@ background_opacity: 1.0 | |||
30 | 30 | ||
31 | font: | 31 | font: |
32 | normal: | 32 | normal: |
33 | family: "JetBrainsMono Nerd Font Mono" | 33 | family: "Hermit" |
34 | style: Regular | 34 | style: Regular |
35 | bold: | 35 | bold: |
36 | family: "JetBrainsMono Nerd Font Mono" | 36 | family: "Hermit" |
37 | style: Bold | 37 | style: Bold |
38 | italic: | 38 | italic: |
39 | family: "JetBrainsMono Nerd Font Mono" | 39 | family: "Hermit" |
40 | style: Italic | 40 | style: Italic |
41 | bold_italic: | ||
42 | family: "JetBrainsMono Nerd Font Mono" | ||
43 | style: Bold Italic | ||
44 | 41 | ||
45 | # Point size | 42 | # Point size |
46 | size: 9 | 43 | size: 8.5 |
47 | antialias: true | 44 | antialias: true |
48 | autohint: true | 45 | autohint: true |
49 | lcdfiler: lcddefault | 46 | lcdfiler: lcddefault |
diff --git a/bin/.local/bin/shut b/bin/.local/bin/shut index 90be4e0..1fb1295 100755 --- a/bin/.local/bin/shut +++ b/bin/.local/bin/shut | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | 2 | ||
3 | RET=$(echo -e "shutdown\nreboot\nsleep\nlock\ncancel" | dmenu -l 5 -p "Sayonara" -nb "#000000" -nf "#bfbfbf" -sb "#84a0c6" -sf "#000000" -fn "JetBrainsMono Nerd Font Mono:size=10:antialias=true:autohint=true") | 3 | RET=$(echo -e "shutdown\nreboot\nsleep\nlock\ncancel" | dmenu -l 5 -p "Sayonara" -nb "#000000" -nf "#bfbfbf" -sb "#84a0c6" -sf "#000000" -fn "Hermit:size=10:antialias=true:autohint=true") |
4 | 4 | ||
5 | case $RET in | 5 | case $RET in |
6 | shutdown) doas poweroff ;; | 6 | shutdown) doas poweroff ;; |
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index 06224ad..4cf3972 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc | |||
@@ -28,7 +28,7 @@ | |||
28 | 28 | ||
29 | # Font and typography settings | 29 | # Font and typography settings |
30 | icon_path = /usr/share/icons/Adwaita/48x48/status/:/usr/share/icons/Adwaita/48x48/devices/:/usr/share/icons/Adwaita/48x48/apps | 30 | icon_path = /usr/share/icons/Adwaita/48x48/status/:/usr/share/icons/Adwaita/48x48/devices/:/usr/share/icons/Adwaita/48x48/apps |
31 | font = JetBrainsMono Nerd Font Mono 10 | 31 | font = Hermit 10 |
32 | alignment = center | 32 | alignment = center |
33 | show_age_threshold = 60 | 33 | show_age_threshold = 60 |
34 | ellipsize = middle | 34 | ellipsize = middle |
diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index 858d87e..a155b63 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf | |||
@@ -1,20 +1,15 @@ | |||
1 | ## SHADOWS | 1 | ## SHADOWS |
2 | shadow = true; | 2 | shadow = true; |
3 | shadow-radius = 0.5; | 3 | shadow-radius = 25; |
4 | shadow-offset-x = 3; | 4 | shadow-offset-x = -20; |
5 | shadow-offset-y = 3; | 5 | shadow-offset-y = -15; |
6 | shadow-opacity = 0.65; | ||
7 | log-level = "warn"; | ||
8 | shadow-exclude = [ | 6 | shadow-exclude = [ |
9 | "name = 'Notification'", | 7 | "name = 'Notification'", |
10 | "class_g = 'conky'", | ||
11 | "class_g ?= 'Notify-osd'", | 8 | "class_g ?= 'Notify-osd'", |
12 | "class_g = 'Cairo-clock'", | ||
13 | "class_g ?= 'slop'", | ||
14 | "name = 'polybar'", | 9 | "name = 'polybar'", |
15 | "name = 'Polybar tray window'", | 10 | "name = 'Polybar tray window'", |
16 | "class_g ?= 'dmenu'", | ||
17 | "class_g ?= 'dwm'", | 11 | "class_g ?= 'dwm'", |
12 | "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'", | ||
18 | "class_g = 'Firefox' && argb", | 13 | "class_g = 'Firefox' && argb", |
19 | "_GTK_FRAME_EXTENTS@:c" | 14 | "_GTK_FRAME_EXTENTS@:c" |
20 | ]; | 15 | ]; |
@@ -26,10 +21,8 @@ blur-background = true; | |||
26 | blur-strength = 3; | 21 | blur-strength = 3; |
27 | blur-kern = "3x3box"; | 22 | blur-kern = "3x3box"; |
28 | blur-background-exclude = [ | 23 | blur-background-exclude = [ |
29 | "class_g ?= 'slop'", | ||
30 | "name = 'polybar'", | 24 | "name = 'polybar'", |
31 | "name = 'Polybar tray window'", | 25 | "name = 'Polybar tray window'", |
32 | "class_g = 'conky'", | ||
33 | "class_g ?= 'Rofi'", | 26 | "class_g ?= 'Rofi'", |
34 | "class_g ?= 'zoom'", | 27 | "class_g ?= 'zoom'", |
35 | "window_type = 'dock'", | 28 | "window_type = 'dock'", |
@@ -37,8 +30,8 @@ blur-background-exclude = [ | |||
37 | ]; | 30 | ]; |
38 | opacity-rule = [ | 31 | opacity-rule = [ |
39 | "40:class_g = 'Bspwm' && class_i = 'presel_feedback'", | 32 | "40:class_g = 'Bspwm' && class_i = 'presel_feedback'", |
40 | "100:class_g = 'Alacritty' && focused", | 33 | "100:class_g = 'st-256color' && focused", |
41 | "95:class_g = 'Alacritty' && !focused" | 34 | "95:class_g = 'st-256color' && !focused" |
42 | ]; | 35 | ]; |
43 | 36 | ||
44 | ## FADING | 37 | ## FADING |
diff --git a/spectrwm/.config/spectrwm/spectrwm.conf b/spectrwm/.config/spectrwm/spectrwm.conf index 0197f84..ce93d43 100644 --- a/spectrwm/.config/spectrwm/spectrwm.conf +++ b/spectrwm/.config/spectrwm/spectrwm.conf | |||
@@ -38,7 +38,7 @@ bar_color[1] = black | |||
38 | bar_color_selected[1] = rgb:00/80/80 | 38 | bar_color_selected[1] = rgb:00/80/80 |
39 | bar_font_color[1] = rgb:b5/b5/b5, rgb:73/73/73 | 39 | bar_font_color[1] = rgb:b5/b5/b5, rgb:73/73/73 |
40 | bar_font_color_selected = black | 40 | bar_font_color_selected = black |
41 | bar_font = JetBrainsMono Nerd Font Mono:size=9.5:antialias=true:autohint=true:autohint=true:lcdfilter=lcddefault:rgba=rgb | 41 | bar_font = Hermit:size=9.5:antialias=true:autohint=true:autohint=true:lcdfilter=lcddefault:rgba=rgb |
42 | bar_action = ~/.config/spectrwm/statusbar | 42 | bar_action = ~/.config/spectrwm/statusbar |
43 | bar_action_expand = 1 | 43 | bar_action_expand = 1 |
44 | bar_justify = left | 44 | bar_justify = left |
@@ -100,7 +100,7 @@ keyboard_mapping = ~/.config/spectrwm/keybindings.conf | |||
100 | 100 | ||
101 | # Validated default programs: | 101 | # Validated default programs: |
102 | program[lock] = xset s activate | 102 | program[lock] = xset s activate |
103 | program[term] = alacritty | 103 | program[term] = st |
104 | program[menu] = ~/bin/menu | 104 | program[menu] = ~/bin/menu |
105 | program[bup] = doas bash -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)+5*$(<$f/max_brightness)/100)) > $f/brightness; done' | 105 | program[bup] = doas bash -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)+5*$(<$f/max_brightness)/100)) > $f/brightness; done' |
106 | program[bdown] = doas bash -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)-5*$(<$f/max_brightness)/100)) > $f/brightness; done' | 106 | program[bdown] = doas bash -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)-5*$(<$f/max_brightness)/100)) > $f/brightness; done' |
diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc index 02c516d..b37446e 100644 --- a/zathura/.config/zathura/zathurarc +++ b/zathura/.config/zathura/zathurarc | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | # NOTE: This file is automatically generated by pywal. Do not edit it by hand. | 4 | # NOTE: This file is automatically generated by pywal. Do not edit it by hand. |
5 | 5 | ||
6 | set font "JetBrainsMono Nerd Font 8" # Use Hack as our font of choice | 6 | set font "Hermit 8" # Use Hack as our font of choice |
7 | #set guioptions "v" # Show a "progress bar" when scrolling up/down | 7 | #set guioptions "v" # Show a "progress bar" when scrolling up/down |
8 | set adjust-open "width" # Make documents take up all the available space by default | 8 | set adjust-open "width" # Make documents take up all the available space by default |
9 | set statusbar-basename "true" # When using the status bar, show the basename only | 9 | set statusbar-basename "true" # When using the status bar, show the basename only |