MyNixOS website logo

The content that gets symlinked to $XDG_CONFIG_HOME/eww/eww.yuck.

Declarations
Type
null or strings concatenated with "\n"
Default
null
Example
''
  (defwindow example
    :monitor 0
    :geometry (geometry :x "0%"
                         :y "20px"
                         :width "90%"
                         :height "30px"
                         :anchor "top center")
    :stacking "fg"
    :reserve (struts :distance "40px" :side "top")
    :windowtype "dock"
    :wm-ignore false
  "example content")
''