Files
2026-05-11 23:28:56 +02:00

96 lines
1.9 KiB
Plaintext

$GTK_THEME = "catppuccin-mocha-blue-standard+default"
$CURSOR_THEME = "DJ-FOX-C"
$ICON_THEME = "BeautyLine-Garuda"
$KVANTUM_THEME = "Catppuccin-Mocha-Blue"
# Experimental HDR (optional)
# experimental:xx_color_management_v4 = true
# debug:full_cm_proto=true
# 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:/home/honney/.local/share:/home/honney/.icons
env = GTK_ICON_THEME,BeautyLine-Garuda
# Icons & Cursor
env = HYPRCURSOR_THEME,DJ-FOX-C
env = HYPRCURSOR_SIZE,48
env = XCURSOR_THEME,DJ-FOX-C
env = XCURSOR_SIZE,48
cursor {
no_hardware_cursors = true
}
# Font
# Window management
general {
gaps_in = 5
gaps_out = 8
border_size = 0
layout = dwindle
allow_tearing = false
}
decoration {
rounding = 5
active_opacity = 0.92
inactive_opacity = 0.92
fullscreen_opacity = 1
blur {
enabled = false
size = 3
passes = 1
}
}
input {
kb_layout = us
kb_variant =
kb_model =
kb_options =
kb_rules =
follow_mouse = 1
touchpad {
natural_scroll = no
}
sensitivity = 0 # -1.0 to 1.0; 0 means no modification.
numlock_by_default = true
}
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 = 0.7
follow_focus = true
fullscreen_on_one_column = true
explicit_column_widths = 0.75,0.25
}