-
Notifications
You must be signed in to change notification settings - Fork 0
/
starter.xc
114 lines (94 loc) · 7.66 KB
/
starter.xc
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# ▀▄▀ █ █▀▀ █▀█
# █░█ █ █▄▄ █▄█
# ▁▁▁▁▁▁▁▁v0.7▁
#
# ░░ SETUP ░░░░░░░░░░░░░░░░░
# ░░ ▔▔▔▔▔ ░░
# ░░ copy this template ░░
# ░░ ░░
# ░░ cp starter.xc [PATH] ░░
# ░░ ░░
# ░░░░░░░░░░░░░░░░░░░░░░░░░░
#
# ░░ USAGE ░░░░░░░░░░░░░░░░░
# ░░ ▔▔▔▔▔ ░░
# ░░ run this template ░░
# ░░ ░░
# ░░ xico -t [FILE] ░░
# ░░ ░░
# ░░░░░░░░░░░░░░░░░░░░░░░░░░
# delay
set d 0
# r_opacity
set o 0
# r_rx
# r_ry
set r 50
# t_font-family
set ff monospace
# t_font-weight
set fw bold
# t_font-size
set fs 8em
# size
set s 500
# r_fill
# set bg #222233
# t_fill
set fg #3311FF
# pre $HOME/awesome/themes/$USER/icons/layout
put ◧ tileleft.png
put ◧ tileleft.png
# t_x
# set x 50
# t_y
# set y 50
# set xbg #DD6688
# set xbo 0
#
# ╭────────────────────┬────────┬────────────────┬───────────────────────────────────────────────────────────────────────────────────╮
# │ option │ alias │ default │ type │
# ╞════════════════════╪════════╪════════════════╪═══════════════════════════════════════════════════════════════════════════════════╡
# │ r_fill │ bg │ black │ [ <hex-color> | <named-color> | <rgb()> | <rgba()> | <hsl()> <hsla()> | <lab()> ] │
# │ r_width ┆ w ┆ 100 ┆ [ auto | <length> | <percentage> ] │
# │ r_height │ h │ 100 │ [ auto | <length> | <percentage> ] │
# │ r_opacity ┆ o ┆ 0.5 ┆ [ <number>(0,1) | <percentage> ] │
# │ r_rx │ r │ 25 │ [ <length> | <percentage> | auto ] │
# │ r_ry ┆ r ┆ 25 ┆ [ <length> | <percentage> | auto ] │
# │ r_x │ │ 0 │ [ <length> | <percentage> ] │
# │ r_y ┆ ┆ 0 ┆ [ <length> | <percentage> ] │
# ├╌─╌╌╌─╌╌─╌─╌╌╌╌─┄╌──┼─╌╌─╌─╌─┼─╌╌─╌╌─╌─╌──────┼─╌╌─╌─╌─╌╌─╌─╌─╌╌─╌─╌──╌╌─╌─╌─╌╌─╌─╌──╌╌─╌─╌──╌╌─╌─╌─╌╌─╌─╌──╌╌─╌─╌─╌╌─╌─╌─────────┤
# │ t_fill │ fg │ #3311FF │ [ <hex-color> | <named-color> | <rgb()> | <rgba()> | <hsl()> <hsla()> | <lab()> ] │
# │ t_stroke-color │ stroke │ cyan │ [ <hex-color> | <named-color> | <rgb()> | <rgba()> | <hsl()> <hsla()> | <lab()> ] │
# │ t_stroke-width │ border │ 0 │ [ <length> | <percentage> ] │
# │ t_stroke-linecap │ │ round │ [ <butt | round | square> ] │
# │ t_stroke-linejoin │ │ round │ [ <arcs | bevel |miter | miter-clip | round> ] │
# │ t_font-family ┆ ff ┆ monospace ┆ [ <family-name> | <generic-family> ] │
# │ t_font-weight │ fw │ bold │ [ <normal | bold | bolder | lighter | <number> ] │
# │ t_font-size ┆ fs ┆ 8em ┆ [ <absolute-size> | <relative-size> | <length-percentage> ] │
# │ t_rotate │ rotate │ 0 │ [ auto | auto-reverse | <number> ] │
# │ t_transform │ │ translate(0,0) │ [ <transform-function> ] │
# │ t_transform-origin ┆ ┆ center ┆ [ <transform-origin> ] ┆
# │ t_dx │ │ 0 │ [ <length-percentage> | <number> ] │
# │ t_dy ┆ ┆ 3.5 ┆ [ <length-percentage> | <number> ] │
# │ t_x │ x │ 50 │ [ <length> | <percentage> ] │
# │ t_y ┆ y ┆ 50 ┆ [ <length> | <percentage> ] │
# ╰────────────────────┴────────┴────────────────┴───────────────────────────────────────────────────────────────────────────────────╯
# ╭─────────────────────┬───────┬─────────┬──────────────────────────────────╮
# │ option │ alias │ default │ type │
# ╞═════════════════════╪═══════╪═════════╪══════════════════════════════════╡
# │ background ╎ xbg ╎ black ╎ [ <color> ] │
# │ background-opacity ╎ xbo ╎ 0 ╎ [ <number>(0,1) | <percentage> ] │
# │ size ╎ s ╎ 500 ╎ [ <number> ] │
# │ delay ╎ d ╎ 3 ╎ [ <number> ] │
# ╰─────────────────────┴───────┴─────────┴──────────────────────────────────╯
##########################################################
#### 💡 Check complete template templates/default.xc ###
##########################################################
#
## copy the starter template and start there
#
# cp templates/starter.xc <path>
# xico -t starter.xc
###########################################################
# vim: ft=config:syntax=spec:commentstring=#%s:nowrap:nornu:nonu:nospell:nocul:nocuc