dotfiles/dot_config/hypr/look_and_feel.conf

98 lines
2.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-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-08 15:33:51 +02:00
resize_on_border = false
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-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-08 15:33:51 +02:00
drop_shadow = true
shadow_range = 4
shadow_render_power = 3
col.shadow = 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-08 15:53:22 +02:00
enabled = true
2025-04-08 15:39:17 +02:00
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
2025-04-08 15:33:51 +02:00
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
2025-04-08 15:39:17 +02:00
2025-04-08 15:33:51 +02:00
animation = windows, 1, 7, myBezier
2025-04-08 15:39:17 +02:00
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
}
# 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
}