1
0
Fork 0
dotfiles2000/dotfiles/hypr-session/dot-config/hypr/src_hyprland/lookNfeel.conf

82 lines
2.3 KiB
Text
Raw Normal View History

2024-11-02 21:08:55 +01:00
#####################
### LOOK AND FEEL ###
#####################
# Refer to https://wiki.hyprland.org/Configuring/Variables/
# https://wiki.hyprland.org/Configuring/Variables/#general
general {
2024-11-03 20:55:43 +01:00
gaps_in = 2
gaps_out = 5
2024-11-02 21:08:55 +01:00
2024-11-03 19:03:07 +01:00
border_size = 3
2024-11-02 21:08:55 +01:00
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
2024-11-03 20:55:43 +01:00
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
2024-11-02 21:08:55 +01:00
col.inactive_border = rgba(595959aa)
# Set to true enable resizing windows by clicking and dragging on borders and gaps
resize_on_border = false
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
allow_tearing = false
layout = dwindle
}
# https://wiki.hyprland.org/Configuring/Variables/#decoration
decoration {
rounding = 5
# Change transparency of focused and unfocused windows
2024-11-03 20:55:43 +01:00
active_opacity = 1.0
2024-11-02 21:08:55 +01:00
inactive_opacity = 1.0
2024-11-03 20:55:43 +01:00
drop_shadow = true
shadow_range = 4
2024-11-02 21:08:55 +01:00
shadow_render_power = 3
2024-11-03 20:55:43 +01:00
col.shadow = rgba(1a1a1aee)
2024-11-02 21:08:55 +01:00
# https://wiki.hyprland.org/Configuring/Variables/#blur
blur {
2024-11-03 20:55:43 +01:00
enabled = true
size = 3
passes = 1
2024-11-02 21:08:55 +01:00
vibrancy = 0.1696
}
}
# https://wiki.hyprland.org/Configuring/Variables/#animations
animations {
enabled = true
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
2024-11-03 20:55:43 +01:00
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
2024-11-02 21:08:55 +01:00
}
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
dwindle {
2024-11-03 20:55:43 +01:00
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
2024-11-02 21:08:55 +01:00
preserve_split = true # You probably want this
}
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
master {
new_status = master
}
# https://wiki.hyprland.org/Configuring/Variables/#misc
misc {
2024-11-03 20:55:43 +01:00
force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :(
2024-11-02 21:08:55 +01:00
}