mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
fix: Fixes hyprlock to not be fixed to internal monitor, updates install-webapp script to use the SCRIPT env var.
This commit is contained in:
2
env/.config/hypr/hyprlock.conf
vendored
2
env/.config/hypr/hyprlock.conf
vendored
@@ -43,7 +43,7 @@ background {
|
||||
}
|
||||
|
||||
input-field {
|
||||
monitor = eDP-1
|
||||
monitor =
|
||||
size = 20%, 5%
|
||||
outline_thickness = 3
|
||||
inner_color = rgba(0, 0, 0, 0.0) # no fill
|
||||
|
||||
7
env/.local/scripts/install-webapp
vendored
7
env/.local/scripts/install-webapp
vendored
@@ -73,6 +73,13 @@ declare -a mime_types # Optional mime types
|
||||
declare -a help_flag
|
||||
declare -a file_mode
|
||||
declare INTERACTIVE_MODE=false
|
||||
SCRIPTS="${SCRIPTS}"
|
||||
|
||||
if [[ -z "$SCRIPTS" ]]; then
|
||||
echo "SCRIPTS not set"
|
||||
echo "using ~/.local/scripts"
|
||||
SCRIPTS=$HOME/.local/scripts
|
||||
fi
|
||||
|
||||
zparseopts -D -F -K -- \
|
||||
{n,-name}:=app_name \
|
||||
|
||||
Reference in New Issue
Block a user