2024-03-30 09:03:32 -04:00
2024-03-30 09:03:32 -04:00
2024-03-30 09:03:32 -04:00
2024-03-30 09:03:32 -04:00

Personal EWW Configuration

Welcome

My personal configuration of EWW, written as an Org Mode document.

Run the block below with C-c C-c to tangle code blocks to config file.

(org-mode-restart)
(org-babel-tangle)

Widgets

(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")

Styling

Description
Personal configuration of ElKowars wacky widgets
Readme 28 KiB
Languages
SCSS 100%