77 lines
1.6 KiB
Plaintext
77 lines
1.6 KiB
Plaintext
$GTK_THEME = "catppuccin-mocha-blue-standard+default"
|
|
$CURSOR_THEME = "DJ-FOX-C"
|
|
$ICON_THEME = "BeautyLine-Garuda"
|
|
$KVANTUM_THEME = "Catppuccin-Mocha-Blue"
|
|
|
|
# GTK Theming
|
|
env = GTK_THEME,Colloid-Dark
|
|
env = GTK_ICON_THEME,BeautyLine-Garuda
|
|
env = GTK_THEME_VARIANT,dark
|
|
env = XDG_CURRENT_DESKTOP,Hyprland
|
|
env = GDK_BACKEND,wayland,x11
|
|
env = GTK_USE_PORTAL,1
|
|
env = GTK_THEME_VARIANT,dark
|
|
|
|
|
|
# Qt/Kvantum Theming
|
|
# in env.conf
|
|
|
|
# Icons:
|
|
env = XDG_DATA_DIRS,/usr/local/share:/usr/share:~/.local/share:~/.icons
|
|
env = GTK_ICON_THEME,BeautyLine-Garuda
|
|
|
|
# Icons & Cursor
|
|
env = HYPRCURSOR_THEME,DJ-FOX-C
|
|
env = HYPRCURSOR_SIZE,24
|
|
env = XCURSOR_THEME,DJ-FOX-C
|
|
env = XCURSOR_SIZE,24
|
|
|
|
cursor {
|
|
no_hardware_cursors = true
|
|
}
|
|
|
|
# Window management
|
|
general {
|
|
gaps_in = 5
|
|
gaps_out = 8
|
|
border_size = 0
|
|
layout = dwindle
|
|
allow_tearing = false
|
|
}
|
|
|
|
decoration {
|
|
rounding = 5
|
|
active_opacity = 1
|
|
# inactive_opacity = 0.75
|
|
inactive_opacity = 1
|
|
fullscreen_opacity = 1
|
|
blur {
|
|
enabled = false
|
|
size = 3
|
|
passes = 1
|
|
}
|
|
}
|
|
|
|
animations {
|
|
enabled = yes
|
|
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
|
animation = windows, 1, 7, myBezier
|
|
animation = windowsOut, 1, 7, default, popin 80%
|
|
animation = border, 1, 10, default
|
|
animation = borderangle, 1, 8, default
|
|
animation = fade, 1, 7, default
|
|
animation = workspaces, 1, 6, default
|
|
}
|
|
|
|
misc {
|
|
force_default_wallpaper = 0
|
|
disable_hyprland_logo = true
|
|
}
|
|
|
|
scrolling {
|
|
column_width = 1
|
|
follow_focus = true
|
|
fullscreen_on_one_column = true
|
|
# explicit_column_widths = 0.17,0.3
|
|
}
|