summaryrefslogtreecommitdiff
path: root/raveos-hyprland-theme/theme-data/raveswitch/config.ron
blob: c2c8aa924ce9625f3ad3b0614efd31a8ab5f06cf (plain)
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
// Edit with `raveswitch config edit`
(
    version: 4,
    windows: (
        scale: 8.5,
        items_per_row: 5,
        overview: None,
        switch: (
            modifier: "super",
            key: "Tab",
            filter_by: [
                current_monitor,
            ],
            switch_workspaces: false,
            exclude_workspaces: "",
            kill_key: 'q',
        ),
        switch_2: None,
    ),
    appearance: (
        max_columns: 10,
        card_width: 150,
        card_height: 150,
        icon_width: 60,
        icon_height: 60,
        border_radius: 6,
        margin: 11,
        card_padding: 6,
        font_size: 12,
        show_title: true,
        show_workspace: false,
        highlight_active: true,
        app_name_only: false,
    ),
    colors: (
        background: "#000000d2",
        border: "#ffffff18",
        selected_border: "auto",
        text: "#ffffffcc",
        text_selected: "#ffffff",
        icon_color_accent: true,
        accent_background_opacity: 0.5,
        selected_border_width: 2,
    ),
    animations: (
        open_duration: 180,
        close_duration: 180,
        select_duration: 250,
        easing: "ease-in-out",
        open_animation: "slide-up",
        scale_from: 1.0,
        slide_offset: 30,
    ),
    effects: (
        panel_blur: true,
        panel_blur_size: 20,
        card_blur: true,
        card_blur_size: 8,
        panel_shadow: true,
        panel_shadow_color: "#00000050",
        panel_shadow_range: 4,
        card_shadow: true,
        card_shadow_color: "#00000050",
        card_shadow_range: 4,
        icon_glow: true,
        icon_glow_strength: 22,
        dim_inactive: 0.5,
    ),
    behavior: (
        filter_current_workspace: false,
        filter_current_monitor: false,
        sort_by_mru: true,
        wrap_selection: true,
        mouse_hover_select: true,
        click_to_focus: true,
        close_on_mod_release: true,
    ),
    icon_color: (
        hue_sensitivity: 5.0,
        min_saturation: 0.25,
        min_lightness: 0.25,
        max_lightness: 0.7,
        cache_size: 200,
        fallback_color: "#7C3AED",
        extracted_colors: 1,
        multi_color_display: "gradient",
        multi_color_gradient_style: "radial",
        multi_color_animation: false,
        multi_color_effect: "glow",
    ),
)