dotfiles/.config/eww/templates/bar/eww.yuck

16 lines
498 B
Plaintext
Raw Normal View History

2023-06-09 10:34:28 +00:00
; 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
2023-06-14 12:25:23 +00:00
(include "{{ base_dir }}/modules/bar.yuck")
2023-06-09 10:34:28 +00:00
2023-06-14 12:25:23 +00:00
(defwindow {{ bar_name }}
2023-06-09 10:34:28 +00:00
:geometry (geometry :x "0" :y "15"
:anchor "bottom center"
2023-06-14 12:25:23 +00:00
:height "{{ height }}" :width "60%")
2023-06-09 10:34:28 +00:00
:exclusive true
2023-06-14 12:25:23 +00:00
:monitor {{ monitor }}
2023-06-09 10:34:28 +00:00
(bar ))