summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2020-05-30 20:05:05 +0000
committerShubham Saini <shubham6405@gmail.com>2020-05-30 20:05:05 +0000
commitd12d9fc8d6eff348706787e61494d63a67eb917e (patch)
treea30db9a23de4fa480c4981a20ab85abe05beb4e3
parent5262da31979f82a27dd53a60a8bf3fc411a1a848 (diff)
changes
-rw-r--r--alacritty/.config/alacritty/alacritty.yml12
-rwxr-xr-xbin/.local/bin/shut8
-rw-r--r--dunst/.config/dunst/dunstrc2
-rw-r--r--spectrwm/.config/spectrwm/spectrwm.conf8
-rw-r--r--zathura/.config/zathura/zathurarc2
5 files changed, 16 insertions, 16 deletions
diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml
index 38cc4c6..b66a33f 100644
--- a/alacritty/.config/alacritty/alacritty.yml
+++ b/alacritty/.config/alacritty/alacritty.yml
@@ -30,20 +30,20 @@ background_opacity: 1.0
30 30
31font: 31font:
32 normal: 32 normal:
33 family: "ASM-Regular" 33 family: "JetBrainsMono Nerd Font Mono"
34 style: Regular 34 style: Regular
35 bold: 35 bold:
36 family: "ASM-Bold" 36 family: "JetBrainsMono Nerd Font Mono"
37 style: Bold 37 style: Bold
38 italic: 38 italic:
39 family: "ASM-RegularItalic" 39 family: "JetBrainsMono Nerd Font Mono"
40 style: Italic 40 style: Italic
41 bold_italic: 41 bold_italic:
42 family: "ASM-BoldItalic" 42 family: "JetBrainsMono Nerd Font Mono"
43 style: Bold Italic 43 style: Bold Italic
44 44
45 # Point size 45 # Point size
46 size: 9.0 46 size: 9
47 antialias: true 47 antialias: true
48 autohint: true 48 autohint: true
49 lcdfiler: lcddefault 49 lcdfiler: lcddefault
@@ -65,7 +65,7 @@ cursor:
65 # - ▇ Block 65 # - ▇ Block
66 # - _ Underline 66 # - _ Underline
67 # - | Beam 67 # - | Beam
68 style: Underline 68 style: Block
69 69
70scrolling: 70scrolling:
71 # Maximum number of lines in the scrollback buffer. 71 # Maximum number of lines in the scrollback buffer.
diff --git a/bin/.local/bin/shut b/bin/.local/bin/shut
index 53fdf03..90be4e0 100755
--- a/bin/.local/bin/shut
+++ b/bin/.local/bin/shut
@@ -1,11 +1,11 @@
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 "ASM\-Regular:style=☞: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 "JetBrainsMono Nerd Font Mono:size=10:antialias=true:autohint=true")
4 4
5case $RET in 5case $RET in
6 shutdown) sudo poweroff ;; 6 shutdown) doas poweroff ;;
7 reboot) sudo reboot ;; 7 reboot) doas reboot ;;
8 sleep) xset s activate & sudo zzz;; 8 sleep) xset s activate & doas zzz;;
9 lock) xset s activate ;; 9 lock) xset s activate ;;
10 *) ;; 10 *) ;;
11esac 11esac
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc
index 4cf3972..06224ad 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 = Hermit 10 31 font = JetBrainsMono Nerd Font Mono 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/spectrwm/.config/spectrwm/spectrwm.conf b/spectrwm/.config/spectrwm/spectrwm.conf
index 79252db..0197f84 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 = ASM\-Bold:style=☞:size=9.5:antialias=true:autohint=true 41bar_font = JetBrainsMono Nerd Font Mono: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
@@ -68,7 +68,7 @@ urgent_enabled = 1
68# Launch applications in a workspace of choice 68# Launch applications in a workspace of choice
69autorun = ws[1]:~/.fehbg 69autorun = ws[1]:~/.fehbg
70autorun = ws[1]:picom 70autorun = ws[1]:picom
71autorun = ws[2]:firefox 71autorun = ws[2]:firefox-bin
72autorun = ws[1]:~/bin/xss 72autorun = ws[1]:~/bin/xss
73autorun = ws[1]:~/.local/bin/bat_check.sh 73autorun = ws[1]:~/.local/bin/bat_check.sh
74 74
@@ -102,8 +102,8 @@ keyboard_mapping = ~/.config/spectrwm/keybindings.conf
102program[lock] = xset s activate 102program[lock] = xset s activate
103program[term] = alacritty 103program[term] = alacritty
104program[menu] = ~/bin/menu 104program[menu] = ~/bin/menu
105program[bup] = sudo 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] = sudo 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'
107program[soundinc] = pulsemixer --change-volume +5 107program[soundinc] = pulsemixer --change-volume +5
108program[sounddec] = pulsemixer --change-volume -5 108program[sounddec] = pulsemixer --change-volume -5
109program[soundmute] = pulsemixer --toggle-mute 109program[soundmute] = pulsemixer --toggle-mute
diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc
index b37446e..02c516d 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 "Hermit 8" # Use Hack as our font of choice 6set font "JetBrainsMono Nerd Font 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