From 1cfb12afdddce77ab2a8c430b53faf9d8d31d920 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sat, 8 Feb 2025 20:28:49 -0800 Subject: migration: eww --- roles/home/desktop/eww/panels/launcher.yuck | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 roles/home/desktop/eww/panels/launcher.yuck (limited to 'roles/home/desktop/eww/panels/launcher.yuck') diff --git a/roles/home/desktop/eww/panels/launcher.yuck b/roles/home/desktop/eww/panels/launcher.yuck deleted file mode 100644 index a568346..0000000 --- a/roles/home/desktop/eww/panels/launcher.yuck +++ /dev/null @@ -1,27 +0,0 @@ -(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` -) -- cgit v1.2.3