From 8ea71ee2baf86d32f810bc6f6c560e6677cc2e09 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Wed, 13 Sep 2023 21:45:58 -0600 Subject: [PATCH] updates again --- alacritty/alacritty.yml | 5 +++-- x/.xinitrc | 2 +- x/{spawn-alacritty.sh => spawn-alacritty} | 0 3 files changed, 4 insertions(+), 3 deletions(-) rename x/{spawn-alacritty.sh => spawn-alacritty} (100%) diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 552b034..b52f8be 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -38,7 +38,7 @@ window: padding: x: 10 y: 7 - opacity: 0.70 + opacity: 0.85 mouse: hide_when_typing: true @@ -100,7 +100,8 @@ mouse: # Gruvbox dark colors: primary: - background: '#202020' + background: '#282828' + # background: '#1A1D1E' # background: '#3c3836' # background: '#32302f' # background: '#000000' diff --git a/x/.xinitrc b/x/.xinitrc index 8f20975..d71925a 100644 --- a/x/.xinitrc +++ b/x/.xinitrc @@ -56,7 +56,7 @@ light -S 30 & # pacmd set-sink-volume alsa_output.pci-0000_03_00.6.HiFi__hw_Generic_1__sink 0 & # set up wallpaper -feh --bg-fill ~/git/wallpapers-exorcist/gruvbox/mountains-2.jpg +feh --bg-fill ~/Pictures/Wallpapers/unsplash-beach.jpg # apply Xresources xrdb -merge ~/.Xresources diff --git a/x/spawn-alacritty.sh b/x/spawn-alacritty similarity index 100% rename from x/spawn-alacritty.sh rename to x/spawn-alacritty