From 68c07bcb933082878f6613c8830bf630efb4f17d Mon Sep 17 00:00:00 2001 From: Lucas Barbieri Date: Tue, 2 Jul 2024 18:54:26 -0300 Subject: [PATCH] update hyprland configs for new monochrome theme --- laptop/configs/hypr/.config/hypr/init.conf | 1 - laptop/configs/hypr/.config/hypr/rules.conf | 1 + .../configs/hypr/.config/hypr/settings.conf | 37 +++---------------- 3 files changed, 6 insertions(+), 33 deletions(-) diff --git a/laptop/configs/hypr/.config/hypr/init.conf b/laptop/configs/hypr/.config/hypr/init.conf index cd621d5..6f5f9f5 100644 --- a/laptop/configs/hypr/.config/hypr/init.conf +++ b/laptop/configs/hypr/.config/hypr/init.conf @@ -1,7 +1,6 @@ exec-once = ~/scripts/swww.sh exec-once = lxqt-policykit-agent & exec-once = ~/scripts/weechat.sh -exec-once = dunst & exec-once = gammastep -t 4500:3500 -l -23.5475:-46.63611 & exec-once = gsettings set org.gnome.desktop.interface icon-theme Win10Sur-black-dark & gsettings set org.gnome.desktop.interface gtk-theme Numix-BLACK-Pomegranate & gsettings set org.gnome.desktop.interface cursor-theme Simp1e exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP diff --git a/laptop/configs/hypr/.config/hypr/rules.conf b/laptop/configs/hypr/.config/hypr/rules.conf index 6f6d5e5..1ab0625 100644 --- a/laptop/configs/hypr/.config/hypr/rules.conf +++ b/laptop/configs/hypr/.config/hypr/rules.conf @@ -17,6 +17,7 @@ windowrule=workspace 11 silent,org.corectrl.corectrl windowrule=workspace 5 silent,anki windowrule=workspace 7 silent,lutris windowrule=workspace 5 silent,com.obsproject.Studio +windowrule=workspace 10 silent,Melvor Idle windowrule=noblur,com.obsproject.Studio windowrule=float,pavucontrol windowrule=workspace 8 silent,steam diff --git a/laptop/configs/hypr/.config/hypr/settings.conf b/laptop/configs/hypr/.config/hypr/settings.conf index bd6b62c..1c5d645 100644 --- a/laptop/configs/hypr/.config/hypr/settings.conf +++ b/laptop/configs/hypr/.config/hypr/settings.conf @@ -22,17 +22,16 @@ device { kb_options = ctrl:nocaps } general { - gaps_in = 7 - gaps_out = 7 + gaps_in = 2 + gaps_out = 4 border_size = 2 col.inactive_border = rgba(595959aa) - col.active_border = rgb(ccc04c) rgb(ccb901) - no_cursor_warps = false + col.active_border = rgb(ea9556) rgb(ffa25e) layout = master } decoration { - rounding = 10 + rounding = 0 blur { enabled = true @@ -48,36 +47,10 @@ decoration { animations { enabled = false - - bezier = linear, 0, 0, 1, 1 - bezier = md3_standard, 0.2, 0, 0, 1 - bezier = md3_decel, 0.05, 0.7, 0.1, 1 - bezier = md3_accel, 0.3, 0, 0.8, 0.15 - bezier = overshot, 0.05, 0.9, 0.1, 1.1 - bezier = crazyshot, 0.1, 1.5, 0.76, 0.92 - bezier = hyprnostretch, 0.05, 0.9, 0.1, 1.0 - bezier = menu_decel, 0.1, 1, 0, 1 - bezier = menu_accel, 0.38, 0.04, 1, 0.07 - bezier = easeInOutCirc, 0.85, 0, 0.15, 1 - bezier = easeOutCirc, 0, 0.55, 0.45, 1 - bezier = easeOutExpo, 0.16, 1, 0.3, 1 - bezier = softAcDecel, 0.26, 0.26, 0.15, 1 - bezier = md2, 0.4, 0, 0.2, 1 # use with .2s duration - animation = windows, 1, 3, md3_decel, popin 60% - animation = windowsIn, 1, 3, md3_decel, popin 60% - animation = windowsOut, 1, 3, md3_accel, popin 60% - animation = border, 1, 10, default - animation = fade, 1, 3, md3_decel - animation = layersIn, 1, 3, menu_decel, slide - animation = layersOut, 1, 1.6, menu_accel - animation = fadeLayersIn, 1, 2, menu_decel - animation = fadeLayersOut, 1, 4.5, menu_accel - animation = workspaces, 1, 7, menu_decel, slide - animation = specialWorkspace, 1, 3, md3_decel, slidevert } master { - new_is_master = false + new_status = slave allow_small_split = true mfact = 0.5 }