dotfiles/dot_config/hypr/look_and_feel.conf

124 lines
3.5 KiB
Text
Raw Normal View History

2025-04-08 15:33:51 +02:00
#####################
### LOOK AND FEEL ###
#####################
2025-04-12 14:59:04 +02:00
# Refer to https://wiki.hyprland.org/Configuring/Environment-variables/
# GTK-Thema
env = GTK_THEME,Arc-Dark
# GTK-Icon-Thema
env = GTK_ICON_THEME,La-Capitaine
# Schriftart und Größe
env = GTK_FONT_NAME,Noto Sans
env = GTK_FONT_SIZE,10
# Cursor-Thema und Größe
env = XCURSOR_THEME,capitaine-cursors
env = XCURSOR_SIZE,24
2025-04-24 10:55:20 +02:00
env = HYPRCURSOR_THEME,capitaine-cursors
2025-04-24 10:52:23 +02:00
env = HYPRCURSOR_SIZE,24
2025-04-12 14:59:04 +02:00
2025-04-08 15:39:17 +02:00
# Refer to https://wiki.hyprland.org/Configuring/Variables/
# https://wiki.hyprland.org/Configuring/Variables/#general
2025-04-08 15:33:51 +02:00
general {
gaps_in = 5
gaps_out = 20
2025-04-08 15:39:17 +02:00
2025-04-08 15:33:51 +02:00
border_size = 2
2025-04-08 15:39:17 +02:00
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
2025-04-08 15:33:51 +02:00
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.inactive_border = rgba(595959aa)
2025-04-08 15:39:17 +02:00
# Set to true enable resizing windows by clicking and dragging on borders and gaps
2025-04-25 10:26:35 +02:00
resize_on_border = true
2025-04-08 15:39:17 +02:00
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
2025-04-08 15:33:51 +02:00
allow_tearing = false
2025-04-08 15:39:17 +02:00
2025-04-08 15:33:51 +02:00
layout = dwindle
}
2025-04-08 15:39:17 +02:00
# https://wiki.hyprland.org/Configuring/Variables/#decoration
2025-04-08 15:33:51 +02:00
decoration {
rounding = 10
2025-04-29 12:45:35 +02:00
rounding_power = 2
2025-04-08 15:39:17 +02:00
# Change transparency of focused and unfocused windows
2025-04-08 15:33:51 +02:00
active_opacity = 1.0
inactive_opacity = 1.0
2025-04-08 15:39:17 +02:00
2025-04-29 12:42:18 +02:00
shadow {
enabled= true
range = 4
render_power = 3
color = rgba(1a1a1aee)
}
2025-04-08 15:39:17 +02:00
# https://wiki.hyprland.org/Configuring/Variables/#blur
blur {
enabled = true
size = 3
passes = 1
vibrancy = 0.1696
}
2025-04-08 15:33:51 +02:00
}
2025-04-08 15:39:17 +02:00
# https://wiki.hyprland.org/Configuring/Variables/#animations
2025-04-08 15:33:51 +02:00
animations {
2025-04-29 12:45:35 +02:00
enabled = yes, please :)
2025-04-08 15:39:17 +02:00
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
2025-04-29 12:45:35 +02:00
bezier = easeOutQuint,0.23,1,0.32,1
bezier = easeInOutCubic,0.65,0.05,0.36,1
bezier = linear,0,0,1,1
bezier = almostLinear,0.5,0.5,0.75,1.0
bezier = quick,0.15,0,0.1,1
animation = global, 1, 10, default
animation = border, 1, 5.39, easeOutQuint
animation = windows, 1, 4.79, easeOutQuint
animation = windowsIn, 1, 4.1, easeOutQuint, popin 87%
animation = windowsOut, 1, 1.49, linear, popin 87%
animation = fadeIn, 1, 1.73, almostLinear
animation = fadeOut, 1, 1.46, almostLinear
animation = fade, 1, 3.03, quick
animation = layers, 1, 3.81, easeOutQuint
animation = layersIn, 1, 4, easeOutQuint, fade
animation = layersOut, 1, 1.5, linear, fade
animation = fadeLayersIn, 1, 1.79, almostLinear
animation = fadeLayersOut, 1, 1.39, almostLinear
animation = workspaces, 1, 1.94, almostLinear, fade
animation = workspacesIn, 1, 1.21, almostLinear, fade
animation = workspacesOut, 1, 1.94, almostLinear, fade
2025-04-08 15:39:17 +02:00
}
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
dwindle {
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
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 {
force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
2025-04-10 23:39:51 +02:00
disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
2025-04-08 15:33:51 +02:00
}
2025-04-22 14:33:10 +02:00
binds {
pass_mouse_when_bound = true
workspace_back_and_forth = true
allow_workspace_cycles = true
2025-04-25 10:26:35 +02:00
disable_keybind_grabbing = true
2025-04-22 14:33:10 +02:00
}