aboutsummaryrefslogtreecommitdiff
path: root/roles/home/desktop/eww/panels/launcher.yuck
diff options
context:
space:
mode:
Diffstat (limited to 'roles/home/desktop/eww/panels/launcher.yuck')
-rw-r--r--roles/home/desktop/eww/panels/launcher.yuck27
1 files changed, 27 insertions, 0 deletions
diff --git a/roles/home/desktop/eww/panels/launcher.yuck b/roles/home/desktop/eww/panels/launcher.yuck
new file mode 100644
index 0000000..a568346
--- /dev/null
+++ b/roles/home/desktop/eww/panels/launcher.yuck
@@ -0,0 +1,27 @@
+(defwidget launcher []
+ (box :class "launcher panel"
+ :orientation "v"
+ :spacing 8
+ :space-evenly false
+ :height {556 - ((128 + 16 + 4) + 8)}
+ :width 768
+
+ (input
+ :valign "start"
+ )
+
+ (scroll
+ :vscroll true
+ :hscroll false
+ :vexpand true
+
+ (literal :content {lunch})
+ )
+ )
+)
+
+(defpoll lunch
+ :interval "60s"
+ ;`~/lunch.sh`
+ `~/code/lunch/zig-out/bin/lunch`
+)