-
Notifications
You must be signed in to change notification settings - Fork 2
/
vars.toml
86 lines (76 loc) · 1.61 KB
/
vars.toml
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
[gtk]
icons = "Arc"
theme = "Arc-Lighter"
[desktop]
wallpaper = "$HOME/dotfiles/wallpapers/sea.jpg"
monitor = "HDMI-A-1"
[theme]
font = "Fira Code 10"
background = "#1c1e26"
foreground = "#cbced0"
text = "#1c1e26"
cursor = "#cbced0"
black = "#1c1e26"
red = "#e95678"
green = "#29d398"
yellow = "#fac29a"
blue = "#268bd2"
magenta = "#ee64ac"
cyan = "#59e1e3"
white = "#cbced0"
light_black = "#6f6f70"
light_red = "#fab795"
light_green = "#232530"
light_yellow = "#2e303e"
light_blue = "#9da0a2"
light_magenta = "#dcdfe4"
light_cyan = "#f09383"
light_white = "#e3e6ee"
[theme.icons.battery]
charging = ""
empty = ""
quarter = ""
half = ""
three_quarter = ""
full = ""
[theme.icons.volume]
zero = ""
low = ""
high = ""
muted = ""
[theme.icons.brightness]
default = ""
[theme.icons.workspace]
1 = ""
2 = ""
3 = ""
4 = ""
5 = ""
6 = ""
7 = ""
8 = ""
9 = ""
10 = ""
[theme.icons.capture]
camera = ""
display = ""
select = ""
record = ""
[theme.icon.wifi]
wifi_up = ""
wifi_down = ""
[theme.icon.eth]
eth_up = ""
eth_down = ""
[secrets]
gitlab_token = """
hQEMA6a3l9gLmfGAAQf8C/B6o60/CpBOYkDxCpNhYOJLaBHMHzbYzoRL+A20mtl4
EJoX3tGrDZP3wTRPe9cwQJYYXnGv1reDHlcPqtb4IYGfX69wF7Es8I4kPNdwtrEq
devIPtsFOI+XaN209zOItbJbmkeQ0Ky9krS9/XRSWqC8eUNzf2KJQNowk6YLHgbL
Q/dgSN5/xMUx2X2QCft3VNNprwU2hxI1/Ioxrv0rMiIeHmUGI1S8KQp8cdhBgPan
alxAi4gMvJMhzR61YMrMg1oKRW7CPyMrV/U1MxoCkJ+MGdIwAKcD7aapS4XxTaL7
vcwqgOaA10X991Av221Ibrh3LxknLu3+k4Se8PD+PdJVAbMEOCTEaEklHELWF51D
xFTxY7zeI4c96id2wUZGNmFB6FTlH18FM6z3z7h/H9esE+sTpkaigYrLS1byz7Xs
3uF6o4SfU4gLwCGtFySfnG8kPyJAFg==
=rF4G
"""