diff --git a/eww/ml4w-sidebar/eww.yuck b/eww/ml4w-sidebar/eww.yuck index 551c73b..cd2b124 100644 --- a/eww/ml4w-sidebar/eww.yuck +++ b/eww/ml4w-sidebar/eww.yuck @@ -36,7 +36,7 @@ (box :class "res_box" :orientation "v" :valign "center" :halign "center" :spacing 15 :space-evenly "false" (box :class "res_circle" :orientation "v" :valign "center" :halign "center" (circular-progress :class "res_cpu" :value CPU_USAGE :thickness 15 - (label :class "res_circle_small" :text "CPU") + (label :class "res_circle_small" :text "CPU" :show-truncated false) ) ) (label :class "res_text" :valign "end" :halign "center" :text "${CPU_USAGE}%") @@ -44,7 +44,7 @@ (box :class "res_box" :orientation "v" :valign "center" :halign "center" :spacing 15 :space-evenly "false" (box :class "res_circle" :orientation "v" :valign "center" :halign "center" (circular-progress :class "res_mem" :value MEM_USAGE :thickness 15 - (label :class "res_circle_small" :text "MEMORY") + (label :class "res_circle_small" :text "MEMORY" :show-truncated false) ) ) (label :class "res_text" :valign "end" :halign "center" :text "${MEM_USAGE}%") @@ -52,7 +52,7 @@ (box :class "res_box" :orientation "v" :valign "center" :halign "center" :spacing 15 :space-evenly "false" (box :class "res_circle" :orientation "v" :valign "center" :halign "center" (circular-progress :class "res_disk" :value DISK_USAGE :thickness 15 - (label :class "res_circle_small" :text "DISK") + (label :class "res_circle_small" :text "DISK" :show-truncated false) ) ) (label :class "res_text" :valign "end" :halign "center" :text "${DISK_USAGE}%") diff --git a/hypr/conf/autostart.conf b/hypr/conf/autostart.conf index 5acb6f8..03be179 100644 --- a/hypr/conf/autostart.conf +++ b/hypr/conf/autostart.conf @@ -27,8 +27,8 @@ exec-once = ~/dotfiles/hypr/scripts/init-wallpaper-engine.sh # 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 +exec-once = ~/dotfiles/hypr/scripts/eww.sh + +# Load configuration from ML4W Hyprland Settings App +exec = ~/.config/ml4w-hyprland-settings/hyprctl.sh