-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.toml.example
More file actions
68 lines (61 loc) · 2.2 KB
/
config.toml.example
File metadata and controls
68 lines (61 loc) · 2.2 KB
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
[paths]
# theme_root_dir = "~/.config/omarchy/themes"
# current_theme_link = "~/.config/omarchy/current/theme" # Theme Manager+ materializes this directory.
# current_background_link = "~/.config/omarchy/current/background"
# omarchy_bin_dir = "~/.local/share/omarchy/bin"
# waybar_dir = "~/.config/waybar"
# waybar_themes_dir = "~/.config/waybar/themes"
# walker_dir = "~/.config/walker"
# walker_themes_dir = "~/.config/walker/themes"
# hyprlock_dir = "~/.config/hypr"
# hyprlock_themes_dir = "~/.config/hypr/themes/hyprlock"
# starship_config = "~/.config/starship.toml"
# starship_themes_dir = "~/.config/starship-themes"
[waybar]
# apply_mode = "symlink" # symlink|copy
# default_mode = "auto" # auto|named|"" (empty = none)
# default_name = "" # e.g. "omarchy-default"
[walker]
# apply_mode = "symlink" # symlink|copy
# default_mode = "auto" # auto|named|"" (empty = none)
# default_name = "" # e.g. "omarchy-default"
[hyprlock]
# apply_mode = "symlink" # symlink|copy
# default_mode = "auto" # auto|named|"" (empty = none)
# default_name = "" # e.g. "omarchy-default"
[starship]
# default_mode = "" # preset|named|"" (empty = none)
# default_preset = ""
# default_name = "" # e.g. "omarchy-default"
[tui]
# apply_key = "ctrl+enter" # examples: "ctrl+enter", "ctrl+m", "enter"
[behavior]
# quiet_default = false
# awww_transition = true
# awww_transition_type = "grow"
# awww_transition_duration = 2.4
# awww_transition_angle = 35
# awww_transition_fps = 60
# awww_transition_pos = "center"
# awww_transition_bezier = ".42,0,.2,1"
# awww_transition_wave = "28,12"
#
# Cinematic drift (wave) preset:
# awww_transition_type = "wave"
# awww_transition_duration = 2.6
# awww_transition_angle = 35
# awww_transition_fps = 60
# awww_transition_pos = "center"
# awww_transition_bezier = ".42,0,.2,1"
# awww_transition_wave = "28,12"
#
# Classic wipe preset:
# awww_transition_type = "wipe"
# awww_transition_duration = 2.0
# awww_transition_angle = 45
# awww_transition_fps = 60
# awww_transition_pos = "center"
# awww_transition_bezier = ".54,0,.34,.99"
# awww_transition_wave = "20,20"
# awww_auto_start = false # reserved (theme-manager does not auto-start awww-daemon)
# Presets are stored separately in ~/.config/theme-manager/presets.toml