update hyprland configs for new monochrome theme

This commit is contained in:
Lucas Barbieri 2024-07-02 18:54:26 -03:00
parent 4132c4d2b1
commit 68c07bcb93
3 changed files with 6 additions and 33 deletions

View File

@ -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

View File

@ -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

View File

@ -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
}