diff options
| -rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 1 | ||||
| -rwxr-xr-x | polybar/.config/polybar/config | 4 | ||||
| -rwxr-xr-x | sxhkd/.config/sxhkd/sxhkdrc | 6 | ||||
| -rwxr-xr-x | x/.Xresources | 8 | ||||
| -rwxr-xr-x | zsh/.zshrc | 6 |
5 files changed, 13 insertions, 12 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 1585d54..f42fd94 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc | |||
| @@ -32,4 +32,5 @@ urxvtd & | |||
| 32 | picom --experimental-backends & | 32 | picom --experimental-backends & |
| 33 | dunst & | 33 | dunst & |
| 34 | ~/.config/polybar/launch.sh & | 34 | ~/.config/polybar/launch.sh & |
| 35 | /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & | ||
| 35 | sudo rtcwake -m mem -s 1 | 36 | sudo rtcwake -m mem -s 1 |
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index c91949f..b5c486a 100755 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config | |||
| @@ -31,8 +31,8 @@ padding-left = 2 | |||
| 31 | padding-right = 2 | 31 | padding-right = 2 |
| 32 | module-margin-left = 1.5 | 32 | module-margin-left = 1.5 |
| 33 | module-margin-right = 1.5 | 33 | module-margin-right = 1.5 |
| 34 | font-0 = Input Mono:style=medium:size=11.5:antialias=true:autohint=true:lcdfilter=lcddefault:rgba=rgb | 34 | font-0 = Input Mono:style=medium:size=10:antialias=true:autohint=true:lcdfilter=lcddefault:rgba=rgb |
| 35 | font-1 = JetBrains Mono Nerd Font Mono:style=medium:size=11.5:antialias=true:autohint=true:lcdfilter=lcddefault:rgba=rgb | 35 | font-1 = JetBrains Mono Nerd Font Mono:style=medium:size=10:antialias=true:autohint=true:lcdfilter=lcddefault:rgba=rgb |
| 36 | modules-left = pulseaudio battery date time cmus | 36 | modules-left = pulseaudio battery date time cmus |
| 37 | modules-center = | 37 | modules-center = |
| 38 | modules-right = bspwm | 38 | modules-right = bspwm |
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 61bff1c..188cc18 100755 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc | |||
| @@ -15,11 +15,11 @@ super + shift + f | |||
| 15 | super + n | 15 | super + n |
| 16 | urxvtc -e nvim ~/.cache/bujo/todo.md | 16 | urxvtc -e nvim ~/.cache/bujo/todo.md |
| 17 | 17 | ||
| 18 | maim ~/scrots/$(date +%d-%b-%y-%I:%M%p).png | 18 | maim ~/screens/$(date +%d-%b-%y-%I:%M%p).png |
| 19 | control + Print | 19 | control + Print |
| 20 | maim -i $(xdotool getactivewindow) ~/scrots/$(date +%d-%b-%y-%I:%M%p).png | 20 | maim -i $(xdotool getactivewindow) ~/screens/$(date +%d-%b-%y-%I:%M%p).png |
| 21 | control + shift + Print | 21 | control + shift + Print |
| 22 | maim -s ~/scrots/$(date +%d-%b-%y-%I:%M%p).png | 22 | maim -s ~/screens/$(date +%d-%b-%y-%I:%M%p).png |
| 23 | super + shift + p | 23 | super + shift + p |
| 24 | passmenu -i -fn "Input Mono:style=medium:size=9" -nb "#171a1f" -nf "#f3f4f5" -sb "#c6c8d1" -sf "#171a1f" | 24 | passmenu -i -fn "Input Mono:style=medium:size=9" -nb "#171a1f" -nf "#f3f4f5" -sb "#c6c8d1" -sf "#171a1f" |
| 25 | super + Escape | 25 | super + Escape |
diff --git a/x/.Xresources b/x/.Xresources index 2637192..9e9a4e9 100755 --- a/x/.Xresources +++ b/x/.Xresources | |||
| @@ -36,11 +36,11 @@ | |||
| 36 | *.color15: #F8F8F2 | 36 | *.color15: #F8F8F2 |
| 37 | 37 | ||
| 38 | URxvt.cursorBlink : 1 | 38 | URxvt.cursorBlink : 1 |
| 39 | URxvt.font :xft:Input Mono:size=10:style=Regular \ | 39 | URxvt.font :xft:Input Mono:size=12:style=Regular \ |
| 40 | xft:DejaVu Sans Mono:size=9:style=Medium | 40 | xft:DejaVu Sans Mono:size=9:style=Medium |
| 41 | 41 | ||
| 42 | URxvt.italicFont :xft:Input Mono:size=10:style=Italic | 42 | URxvt.italicFont :xft:Input Mono:size=12:style=Italic |
| 43 | URxvt.boldFont :xft:Input Mono:size=10:style=Bold | 43 | URxvt.boldFont :xft:Input Mono:size=12:style=Bold |
| 44 | 44 | ||
| 45 | URxvt.lineSpace : 0 | 45 | URxvt.lineSpace : 0 |
| 46 | URxvt.letterSpace : 0 | 46 | URxvt.letterSpace : 0 |
| @@ -66,5 +66,5 @@ Xft.hinting: 1 | |||
| 66 | Xft.autohint: 0 | 66 | Xft.autohint: 0 |
| 67 | Xft.hintstyle: hintslight | 67 | Xft.hintstyle: hintslight |
| 68 | Xft.rgba: rgb | 68 | Xft.rgba: rgb |
| 69 | Xft.dpi: 120 | 69 | !Xft.dpi: 110 |
| 70 | Xft.lcdfilter: lcddefault | 70 | Xft.lcdfilter: lcddefault |
| @@ -9,8 +9,8 @@ export VISUAL=nvim | |||
| 9 | export EDITOR="$VISUAL" | 9 | export EDITOR="$VISUAL" |
| 10 | export BROWSER=/usr/bin/brave | 10 | export BROWSER=/usr/bin/brave |
| 11 | export PATH=$PATH:$HOME/.bin | 11 | export PATH=$PATH:$HOME/.bin |
| 12 | export TERM=foot | 12 | export TERM=rxvt-unicode-256color |
| 13 | export XDG_CURRENT_DESKTOP=sway | 13 | export XDG_CURRENT_DESKTOP=bspwm |
| 14 | export MANPAGER="nvim -c 'set ft=man' - " | 14 | export MANPAGER="nvim -c 'set ft=man' - " |
| 15 | 15 | ||
| 16 | #aliases | 16 | #aliases |
| @@ -53,7 +53,7 @@ rmdata() { | |||
| 53 | generate() { | 53 | generate() { |
| 54 | rm ~/src/site/dst/.files | 54 | rm ~/src/site/dst/.files |
| 55 | ssg5 ~/src/site/src ~/src/site/dst "pryr's website" "https://pryr.xyz" | 55 | ssg5 ~/src/site/src ~/src/site/dst "pryr's website" "https://pryr.xyz" |
| 56 | rssg ~/src/site/dst/index.html "pryr\'s feed" > ~/src/site/dst/rss.xml | 56 | # rssg ~/src/site/dst/index.html "pryr\'s feed" > ~/src/site/dst/rss.xml |
| 57 | } | 57 | } |
| 58 | 58 | ||
| 59 | deploy() { | 59 | deploy() { |
