2024-03-30 09:42:41 -04:00
2024-03-30 09:03:32 -04:00
2024-03-30 09:42:41 -04:00
2024-03-30 09:42:41 -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)

DWM bar

(defwindow dwm-bar
           :monitor "<primary>"
           :geometry (geometry :x "0px"
                               :y "0px"
                               :width "100%"
                               :height "20px"
                               :anchor "top center")
           :stacking "fg"
           :reserve (struts :distance "0px" :side "top")
           :windowtype "dock"
           :wm-ignore false
  "dwm bar")

Styling

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