-
Notifications
You must be signed in to change notification settings - Fork 0
/
eww.yuck
41 lines (29 loc) · 1.24 KB
/
eww.yuck
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
;;IMPORTANT: INCLUDE ANY EXTERNAL YUCK HERE!!!!
(defvar isStartMenuShown false)
;; INCLUDE THE UUID OF THE LAST FOCUSED TAB
(include "yuck/util/TABUUID.yuck")
;; INCLUDE YUCK THAT IMPORTS DYNAMIC WINDOW DEFINITIONS
(include "yuck/util/schmoove-pointers.yuck")
;; INCLUDE YUCK THAT DEFINES BASIC UI ELEMENTS
(include "yuck/UI/manifest.yuck")
;; INCLUDE MAIN CONFIG FILE, WHICH POINTS TO ALL (SYSTEM) SUBCONFIGS.
;; WILL LIKELY BE PHASED OUT SOON
(include "conf/manifest.yuck")
;; INCLUDE PROGRAM MANIFEST
(include "programs/manifest.yuck")
(deflisten confWatch :initial "fuck" `tail -f /tmp/confWatch`) ;; FILE NEEDS TO BE SAVED TO LOAD THE VARIABLE PROPERLY???? AS IN, IT NEEDS TO BE SAVED AFTER INITIALIZATION.
(defwindow tester :geometry (geometry :x "50%"
:y "50%"
:anchor "top left"
:width "400px"
:height "300px"
)
:wm-ignore true
:stacking "fg"
:focusable true
(label :text "${confWatch}")
)
(defvar testDir "/home/bingle/")
;; TAB AND WINDOW BUTTON HEIGHT: 20px
;; WINDOW BUTTON WIDTH: 150px
;; TAB WIDTH: 200px