From d12d9fc8d6eff348706787e61494d63a67eb917e Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Sun, 31 May 2020 01:35:05 +0530 Subject: changes --- alacritty/.config/alacritty/alacritty.yml | 12 ++++++------ bin/.local/bin/shut | 8 ++++---- dunst/.config/dunst/dunstrc | 2 +- spectrwm/.config/spectrwm/spectrwm.conf | 8 ++++---- zathura/.config/zathura/zathurarc | 2 +- 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 font: normal: - family: "ASM-Regular" + family: "JetBrainsMono Nerd Font Mono" style: Regular bold: - family: "ASM-Bold" + family: "JetBrainsMono Nerd Font Mono" style: Bold italic: - family: "ASM-RegularItalic" + family: "JetBrainsMono Nerd Font Mono" style: Italic bold_italic: - family: "ASM-BoldItalic" + family: "JetBrainsMono Nerd Font Mono" style: Bold Italic # Point size - size: 9.0 + size: 9 antialias: true autohint: true lcdfiler: lcddefault @@ -65,7 +65,7 @@ cursor: # - ▇ Block # - _ Underline # - | Beam - style: Underline + style: Block scrolling: # 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 @@ #!/bin/bash -RET=$(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") +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") case $RET in - shutdown) sudo poweroff ;; - reboot) sudo reboot ;; - sleep) xset s activate & sudo zzz;; + shutdown) doas poweroff ;; + reboot) doas reboot ;; + sleep) xset s activate & doas zzz;; lock) xset s activate ;; *) ;; esac 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 @@ # Font and typography settings icon_path = /usr/share/icons/Adwaita/48x48/status/:/usr/share/icons/Adwaita/48x48/devices/:/usr/share/icons/Adwaita/48x48/apps - font = Hermit 10 + font = JetBrainsMono Nerd Font Mono 10 alignment = center show_age_threshold = 60 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 bar_color_selected[1] = rgb:00/80/80 bar_font_color[1] = rgb:b5/b5/b5, rgb:73/73/73 bar_font_color_selected = black -bar_font = ASM\-Bold:style=☞:size=9.5:antialias=true:autohint=true +bar_font = JetBrainsMono Nerd Font Mono:size=9.5:antialias=true:autohint=true:autohint=true:lcdfilter=lcddefault:rgba=rgb bar_action = ~/.config/spectrwm/statusbar bar_action_expand = 1 bar_justify = left @@ -68,7 +68,7 @@ urgent_enabled = 1 # Launch applications in a workspace of choice autorun = ws[1]:~/.fehbg autorun = ws[1]:picom -autorun = ws[2]:firefox +autorun = ws[2]:firefox-bin autorun = ws[1]:~/bin/xss autorun = ws[1]:~/.local/bin/bat_check.sh @@ -102,8 +102,8 @@ keyboard_mapping = ~/.config/spectrwm/keybindings.conf program[lock] = xset s activate program[term] = alacritty program[menu] = ~/bin/menu -program[bup] = sudo bash -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)+5*$(<$f/max_brightness)/100)) > $f/brightness; done' -program[bdown] = sudo bash -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)-5*$(<$f/max_brightness)/100)) > $f/brightness; done' +program[bup] = doas bash -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)+5*$(<$f/max_brightness)/100)) > $f/brightness; done' +program[bdown] = doas bash -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)-5*$(<$f/max_brightness)/100)) > $f/brightness; done' program[soundinc] = pulsemixer --change-volume +5 program[sounddec] = pulsemixer --change-volume -5 program[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 @@ # NOTE: This file is automatically generated by pywal. Do not edit it by hand. -set font "Hermit 8" # Use Hack as our font of choice +set font "JetBrainsMono Nerd Font 8" # Use Hack as our font of choice #set guioptions "v" # Show a "progress bar" when scrolling up/down set adjust-open "width" # Make documents take up all the available space by default set statusbar-basename "true" # When using the status bar, show the basename only -- cgit v1.2.3