This repository has been archived by the owner on Jul 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
96 lines (80 loc) · 2.02 KB
/
config.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
87
88
89
90
91
92
93
94
95
96
shell = "bash -c '{}'"
#[[item]]
#file = "~/.config/sway/border.svg"
#template = "svg-circle"
#rewrite = true
#hook = "~/.config/sway/rendersvg.sh border"
#[[item]]
#file = "~/.config/sway/border-selected.svg"
#template = "svg-circle"
#subtemplate = "selected"
#rewrite = true
#hook = "~/.config/sway/rendersvg.sh border-selected"
[[item]]
file = "~/.config/nvim/colors/base16.vim"
template = "vim"
rewrite = true
hook = "reloadnvim"
[[item]]
file = "~/.config/alacritty/alacritty.yml"
template = "alacritty"
subtemplate = "default-256"
[[item]]
file = "~/.config/qutebrowser/config.py"
template = "qutebrowser"
subtemplate = "minimal"
hook = "reloadqb"
[[item]]
file = "~/.themes/FlatColor/colors3"
template = "gtk-flatcolor"
subtemplate = "gtk-3"
rewrite = true
hook = "gsettings set org.gnome.desktop.interface gtk-theme dummy && gsettings set org.gnome.desktop.interface gtk-theme FlatColor"
[[item]]
file = "~/.themes/FlatColor/colors2"
template = "gtk-flatcolor"
subtemplate = "gtk-2"
rewrite = true
[[item]]
file= "~/.config/zathura/zathurarc"
template = "zathura"
[[item]]
file= "~/.config/mako/config"
template = "mako"
hook = "killall mako"
[[item]]
file = "~/.colors"
template = "bash"
rewrite = true
hook = "systemctl --user reload rgbdaemon"
[[item]]
file = "~/.config/waybar/colors.css"
template = "waybar"
hook = "pkill -SIGRTMIN+7 waybar"
rewrite = true
[[item]]
file = "~/.config/beautifuldiscord/style.css"
template = "styles"
subtemplate = "css-variables"
rewrite = false
start= "/* Start flavours */"
end = "/* End flavours */"
[[item]]
file = "~/.config/rofi/themes/colors.rasi"
template = "rofi"
subtemplate = "colors"
rewrite = true
[[item]]
file = "~/.config/spicetify/Themes/base16/color.ini"
template = "spotify"
rewrite = true
[[item]]
file = "~/.config/imv/config"
template = "imv"
[[item]]
file = "~/.config/sway/config"
template = "sway"
subtemplate = "colors"
light = false
#hook = "while true; do pgrep -x inkscape && while true; do pgrep -x inkscape || break; done && break; done && swaymsg reload"
hook = "swaymsg reload"