aboutsummaryrefslogtreecommitdiff
path: root/roles/home/desktop/eww/panels/launcher.yuck
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-02-08 20:28:49 -0800
committerCaroline Larimore <caroline@larimo.re>2025-04-14 18:58:53 -0700
commit1cfb12afdddce77ab2a8c430b53faf9d8d31d920 (patch)
tree9f69be31594e436aa692edc5f15a3fa1efe511c9 /roles/home/desktop/eww/panels/launcher.yuck
parent1eb21c10c217c60e226d168875def24967570a19 (diff)
migration: eww
Diffstat (limited to 'roles/home/desktop/eww/panels/launcher.yuck')
-rw-r--r--roles/home/desktop/eww/panels/launcher.yuck27
1 files changed, 0 insertions, 27 deletions
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`
-)