summaryrefslogtreecommitdiff
path: root/.config/eww/eww.yuck
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-12-13 23:43:10 -0500
committerbdunahu <bdunahu@operationnull.com>2026-01-03 21:46:06 -0700
commit288ccb3984c7cb46b67d0f6bf7fb6d53c5d7a2d3 (patch)
tree47091f5aeede90e1364546e8122cd55e6d7f2971 /.config/eww/eww.yuck
parentdf14036eb22ff9326c2806eb3f8cafc0d3042efa (diff)
guix: full refactor of configuration structure
Diffstat (limited to '.config/eww/eww.yuck')
-rw-r--r--.config/eww/eww.yuck18
1 files changed, 0 insertions, 18 deletions
diff --git a/.config/eww/eww.yuck b/.config/eww/eww.yuck
deleted file mode 100644
index 335a687..0000000
--- a/.config/eww/eww.yuck
+++ /dev/null
@@ -1,18 +0,0 @@
-(include "pollers.yuck")
-(include "widgets.yuck")
-
-(defwindow bar
- :monitor 0
- :windowtype "dock"
- :geometry (geometry :x "0%"
- :y "0%"
- :width "100%"
- :height "20px"
- :anchor "top center")
- :reserve (struts :side "top" :distance "2.3%")
- (bar))
-
-;; Local Variables:
-;; mode: scheme
-;; compile-command: "eww daemon --restart; eww open bar"
-;; End: