From 40a5a58e494889414ac991e5a76dcf90148265ef Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Wed, 1 May 2024 16:08:42 +0200 Subject: [PATCH] Updates --- hypr/conf/autostart.conf | 8 +++++++- hypr/conf/ml4w.conf | 3 --- hypr/scripts/wallpaper.sh | 2 +- waybar/modules.json | 4 ++-- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/hypr/conf/autostart.conf b/hypr/conf/autostart.conf index 8a1400a..5acb6f8 100644 --- a/hypr/conf/autostart.conf +++ b/hypr/conf/autostart.conf @@ -24,5 +24,11 @@ exec-once = wl-paste --watch cliphist store # Initialize Wallpaper Engine exec-once = ~/dotfiles/hypr/scripts/init-wallpaper-engine.sh -# Start ML4W Welcome App +# Autostart ML4W App exec-once = ~/dotfiles/hypr/scripts/ml4w-welcome-autostart.sh + +# Load configuration from ML4W Hyprland Settings App +exec-once = ~/.config/ml4w-hyprland-settings/hyprctl.sh + +# Start ewww daemon +exec-once = ~/dotfiles/hypr/scripts/eww.sh \ No newline at end of file diff --git a/hypr/conf/ml4w.conf b/hypr/conf/ml4w.conf index ff04ece..5ed75dc 100644 --- a/hypr/conf/ml4w.conf +++ b/hypr/conf/ml4w.conf @@ -32,6 +32,3 @@ windowrulev2 = center,class:(dotfiles-floating) env = APPIMAGELAUNCHER_DISABLE,1 -exec-once = ~/dotfiles/hypr/scripts/ml4w-welcome-autostart.sh -exec-once = ~/.config/ml4w-hyprland-settings/hyprctl.sh -exec-once = ~/dotfiles/hypr/scripts/eww.sh diff --git a/hypr/scripts/wallpaper.sh b/hypr/scripts/wallpaper.sh index b772dfa..3c20993 100755 --- a/hypr/scripts/wallpaper.sh +++ b/hypr/scripts/wallpaper.sh @@ -120,7 +120,7 @@ else # ----------------------------------------------------- # Reload Hyprctl.sh # ----------------------------------------------------- - $HOME/.config/ml4w-hyprland-settings/hyprctl.sh + $HOME/.config/ml4w-hyprland-settings/hyprctl.sh & fi # ----------------------------------------------------- diff --git a/waybar/modules.json b/waybar/modules.json index 0695d26..88c31d0 100644 --- a/waybar/modules.json +++ b/waybar/modules.json @@ -58,8 +58,8 @@ // ML4W Welcome App "custom/ml4w-welcome": { - "on-click": "sleep 0.3 && ~/dotfiles/eww/ml4w-sidebar/launch.sh", - "on-click-right": "sleep 0.3 && ~/dotfiles/apps/ML4W_Welcome-x86_64.AppImage", + "on-click": "sleep 0.1 && ~/dotfiles/eww/ml4w-sidebar/launch.sh", + "on-click-right": "sleep 0.1 && ~/dotfiles/apps/ML4W_Welcome-x86_64.AppImage", "format": " ", "tooltip": false },