2024-01-24 23:23:07 -06:00
|
|
|
# Cursor
|
|
|
|
|
|
|
|
exec = hyprctl setcursor Catppuccin-Mocha-Lavender 24
|
|
|
|
exec = gsettings set org.gnome.desktop.interface cursor-theme 'Bibata-Modern-Ice'
|
|
|
|
exec = gsettings set org.gnome.desktop.interface cursor-size 24
|
|
|
|
|
|
|
|
|
|
|
|
# Font
|
|
|
|
|
|
|
|
exec = gsettings set org.gnome.desktop.interface font-name 'Cantarell 10'
|
|
|
|
exec = gsettings set org.gnome.desktop.interface document-font-name 'Cantarell 10'
|
|
|
|
exec = gsettings set org.gnome.desktop.interface monospace-font-name 'CaskaydiaCove Nerd Font Mono 9'
|
|
|
|
exec = gsettings set org.gnome.desktop.interface font-antialiasing 'rgba'
|
|
|
|
exec = gsettings set org.gnome.desktop.interface font-hinting 'full'
|
|
|
|
|
|
|
|
# Theme
|
|
|
|
exec = gsettings set org.gnome.desktop.interface icon-theme 'Tela-circle-dracula'
|
|
|
|
exec = gsettings set org.gnome.desktop.interface gtk-theme 'Catppuccin-Mocha'
|
|
|
|
exec = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
|
|
|
layerrule = blur,waybar
|
|
|
|
|
|
|
|
|
|
|
|
# Window Customization
|
|
|
|
source = ~/.config/hypr/mocha.conf
|
|
|
|
|
|
|
|
general {
|
2024-03-18 20:08:42 -05:00
|
|
|
#gaps_in = 15
|
|
|
|
#gaps_out = 40, 160, 40, 160
|
|
|
|
gaps_in = 0
|
|
|
|
gaps_out = 0
|
2024-04-17 04:25:01 -05:00
|
|
|
border_size = 4
|
|
|
|
#border_size = 0
|
2024-02-26 01:01:35 -06:00
|
|
|
col.active_border = $peach
|
2024-04-17 04:25:01 -05:00
|
|
|
#col.inactive_border = $peach
|
2024-01-24 23:23:07 -06:00
|
|
|
layout = dwindle
|
2024-02-08 03:57:45 -06:00
|
|
|
resize_on_border = false
|
2024-04-17 04:25:01 -05:00
|
|
|
cursor_inactive_timeout = 2
|
2024-01-24 23:23:07 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
group {
|
|
|
|
col.border_active = rgba(ca9ee6ff) rgba(f2d5cfff) 45deg
|
|
|
|
col.border_inactive = rgba(b4befecc) rgba(6c7086cc) 45deg
|
|
|
|
col.border_locked_active = rgba(ca9ee6ff) rgba(f2d5cfff) 45deg
|
|
|
|
col.border_locked_inactive = rgba(b4befecc) rgba(6c7086cc) 45deg
|
|
|
|
}
|
|
|
|
|
|
|
|
decoration {
|
2024-02-26 01:01:35 -06:00
|
|
|
rounding = 0
|
2024-01-24 23:23:07 -06:00
|
|
|
drop_shadow = false
|
|
|
|
dim_special = 0.3
|
|
|
|
#active_opacity = 1.0
|
2024-02-26 01:01:35 -06:00
|
|
|
#inactive_opacity = 0.8
|
2024-04-17 04:25:01 -05:00
|
|
|
fullscreen_opacity = 1.0
|
2024-01-24 23:23:07 -06:00
|
|
|
|
|
|
|
blur {
|
|
|
|
enabled = yes
|
|
|
|
special = true
|
|
|
|
size = 6
|
|
|
|
passes = 3
|
|
|
|
new_optimizations = on
|
|
|
|
ignore_opacity = on
|
|
|
|
xray = false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
animations {
|
|
|
|
enabled = yes
|
|
|
|
|
|
|
|
# Hyprdots
|
|
|
|
bezier = wind, 0.05, 0.9, 0.1, 1.05
|
|
|
|
bezier = winIn, 0.1, 1.1, 0.1, 1.1
|
|
|
|
bezier = winOut, 0.3, -0.3, 0, 1
|
|
|
|
bezier = liner, 1, 1, 1, 1
|
|
|
|
animation = windows, 1, 6, wind, slide
|
|
|
|
animation = windowsIn, 1, 6, winIn, slide
|
|
|
|
animation = windowsOut, 1, 5, winOut, slide
|
|
|
|
animation = windowsMove, 1, 5, wind, slide
|
|
|
|
animation = border, 1, 1, liner
|
|
|
|
animation = borderangle, 1, 30, liner, loop
|
|
|
|
animation = fade, 1, 10, default
|
|
|
|
animation = workspaces, 1, 5, wind
|
|
|
|
}
|
|
|
|
|
|
|
|
misc {
|
|
|
|
disable_hyprland_logo = true
|
|
|
|
disable_splash_rendering = true
|
|
|
|
force_default_wallpaper = 0
|
|
|
|
vrr = 1
|
|
|
|
}
|