diff --git a/git/ignore b/git/ignore index a40fcf1..0e50244 100644 --- a/git/ignore +++ b/git/ignore @@ -6,11 +6,46 @@ __pycache__/ .ruff_cache/ .ropeproject/ -# Rust specific -target/ - +# Node.js / JavaScript node_modules/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +dist/ +build/ +.cache/ +.next/ +out/ +.vscode/ -# Zig specific -.zig-cache/ -zig-out/ +# Golang +bin/ +obj/ +vendor/ +*.exe +*.test +*.out +coverage.out + +# Go modules cache (optional if you vendor deps) +go.sum +go.mod + +# Terraform +*.tfstate +*.tfstate.* +*.backup +.terraform/ +.crash/ +terraform.tfvars +override.tf +override.tf.json +*_override.tf +*_override.tf.json + +# General +.DS_Store +.env +.env.* +*.log diff --git a/hypr/hyprlock.conf b/hypr/hyprlock.conf index ca9a92d..9de4111 100644 --- a/hypr/hyprlock.conf +++ b/hypr/hyprlock.conf @@ -92,7 +92,7 @@ background { monitor = - path = /home/arcadian/Pictures/Wallpaper/0313.jpg + path = /home/arcadian/Pictures/Wallpaper/wallpaper60.png # only png supported for now }