; Args: ; home: The user home directory ; base_dir: The installation directory ; bar_name: The bar name (should be unique) ; monitor: The Hyprland monitor id ; monitor_name: The Hyprland monitor name (include "{{ base_dir }}/modules/bar.yuck") (defwindow {{ bar_name }} :geometry (geometry :x "0" :y "15" :anchor "bottom center" :height "{{ height }}" :width "60%") :exclusive true :monitor {{ monitor }} (bar ))