summaryrefslogtreecommitdiff
path: root/.config/hypr/config.d/theme.conf
blob: 09a624db0af4ddc06c547aaa37e337b61f0f42a9 (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
general {
    gaps_in = 6
    gaps_out = $gaps
    border_size = $border
    col.active_border = 0xffaaaaaa
    col.inactive_border = 0xff777777
    layout = dwindle
}

group {
    col.border_active = 0x14171d 0x14171d 360deg
    col.border_inactive = 0x14171d 0x14171d 360deg
    col.border_locked_active = rgb(14171d) rgb(14171d) 0deg
    col.border_locked_inactive = rgb(14171d) rgb(14171d) 0deg
    groupbar {
        enabled = true
        gradients = true
        font_family = monospace
        font_size = 12
        height = 16
        col.active = rgb(24272d) rgb(24272d) 0deg
        col.inactive = rgb(14171d) rgb(14171d) 0deg
        col.locked_active = rgb(14171d) rgb(14171d) 0deg
        col.locked_inactive = rgb(14171d) rgb(14171d) 0deg
    }
}

decoration {
    rounding = $radius
    drop_shadow = yes
    shadow_range = 4
    shadow_render_power = 3
    col.shadow = rgba(1a1a1aee)
}

animations {
    enabled = yes

    animation = windows, 1, 7, default
    animation = windowsOut, 1, 7, default
    animation = border, 1, 10, default
    animation = borderangle, 1, 8, default
    animation = fade, 1, 7, default
    animation = workspaces, 1, 6, default
}

xwayland {
  force_zero_scaling = true
  use_nearest_neighbor = false
}

env = GDK_BACKEND,wayland,x11
env = SDL_VIDEODRIVER,wayland
env = CLUTTER_BACKEND,wayland

env = XDG_CURRENT_DESKTOP,Hyprland
env = XDG_SESSION_DESKTOP,Hyprland

env = QT_AUTO_SCREEN_SCALE_FACTOR,1
env = QT_QPA_PLATFORM,wayland;xcb
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
env = QT_QPA_PLATFORMTHEME,gtk2