From b52ee57b353d50d632d84e6c407dc5717ee98d12 Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Tue, 30 Apr 2024 21:58:03 -0500 Subject: [PATCH] u --- dots/hyprland/hyprland.conf | 2 +- scripts/99_software.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dots/hyprland/hyprland.conf b/dots/hyprland/hyprland.conf index 1ad2681..dfeb011 100644 --- a/dots/hyprland/hyprland.conf +++ b/dots/hyprland/hyprland.conf @@ -20,7 +20,7 @@ monitor=,preferred,auto,auto # execute at launch #exec-once = hyprpaper & waybar & hypridle & hyprdim --strength 0.6 --duration 500 --no-dim-when-only --dialog-dim 0.1 & pcloud -exec-once = startup +exec-once = startup.sh # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf diff --git a/scripts/99_software.sh b/scripts/99_software.sh index 8f6cfb6..15acf3a 100644 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -21,6 +21,8 @@ fi operation=$1 parameter=$2 +# ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ + param_check() { parameter=$1 error_msg=$2