summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alacritty/.config/alacritty/alacritty.yml11
-rwxr-xr-xbin/.local/bin/shut2
-rw-r--r--dunst/.config/dunst/dunstrc2
-rw-r--r--picom/.config/picom.conf21
-rw-r--r--spectrwm/.config/spectrwm/spectrwm.conf4
-rw-r--r--zathura/.config/zathura/zathurarc2
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
31font: 31font:
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
3RET=$(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") 3RET=$(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
5case $RET in 5case $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
2shadow = true; 2shadow = true;
3shadow-radius = 0.5; 3shadow-radius = 25;
4shadow-offset-x = 3; 4shadow-offset-x = -20;
5shadow-offset-y = 3; 5shadow-offset-y = -15;
6shadow-opacity = 0.65;
7log-level = "warn";
8shadow-exclude = [ 6shadow-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;
26blur-strength = 3; 21blur-strength = 3;
27blur-kern = "3x3box"; 22blur-kern = "3x3box";
28blur-background-exclude = [ 23blur-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];
38opacity-rule = [ 31opacity-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
38bar_color_selected[1] = rgb:00/80/80 38bar_color_selected[1] = rgb:00/80/80
39bar_font_color[1] = rgb:b5/b5/b5, rgb:73/73/73 39bar_font_color[1] = rgb:b5/b5/b5, rgb:73/73/73
40bar_font_color_selected = black 40bar_font_color_selected = black
41bar_font = JetBrainsMono Nerd Font Mono:size=9.5:antialias=true:autohint=true:autohint=true:lcdfilter=lcddefault:rgba=rgb 41bar_font = Hermit:size=9.5:antialias=true:autohint=true:autohint=true:lcdfilter=lcddefault:rgba=rgb
42bar_action = ~/.config/spectrwm/statusbar 42bar_action = ~/.config/spectrwm/statusbar
43bar_action_expand = 1 43bar_action_expand = 1
44bar_justify = left 44bar_justify = left
@@ -100,7 +100,7 @@ keyboard_mapping = ~/.config/spectrwm/keybindings.conf
100 100
101# Validated default programs: 101# Validated default programs:
102program[lock] = xset s activate 102program[lock] = xset s activate
103program[term] = alacritty 103program[term] = st
104program[menu] = ~/bin/menu 104program[menu] = ~/bin/menu
105program[bup] = doas bash -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)+5*$(<$f/max_brightness)/100)) > $f/brightness; done' 105program[bup] = doas bash -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)+5*$(<$f/max_brightness)/100)) > $f/brightness; done'
106program[bdown] = doas bash -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)-5*$(<$f/max_brightness)/100)) > $f/brightness; done' 106program[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
6set font "JetBrainsMono Nerd Font 8" # Use Hack as our font of choice 6set 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
8set adjust-open "width" # Make documents take up all the available space by default 8set adjust-open "width" # Make documents take up all the available space by default
9set statusbar-basename "true" # When using the status bar, show the basename only 9set statusbar-basename "true" # When using the status bar, show the basename only