39 lines
984 B
Plaintext
39 lines
984 B
Plaintext
source = ./theming.conf
|
|
source = ./animations.conf
|
|
source = ./bindings.conf
|
|
# source = ./behaviour.conf
|
|
source = ./exec-once.conf
|
|
source = ./layer-rules.conf
|
|
source = ./layout.conf
|
|
source = ./monitor-rules.conf
|
|
# source = ./window-rules.conf
|
|
# source = ./workspace-rules.conf
|
|
|
|
|
|
exec-once = /nix/store/c9cnbxhxbagj7gfpc1g5hl4x4f8dzayv-dbus-1.16.2/bin/dbus-update-activation-environment --systemd DISPLAY HYPRLAND_INSTANCE_SIGNATURE WAYLAND_DISPLAY XDG_CURRENT_DESKTOP XDG_SESSION_TYPE && systemctl --user stop hyprland-session.target && systemctl --user start hyprland-session.target
|
|
decoration {
|
|
shadow {
|
|
color=rgba(1e1e2e99)
|
|
}
|
|
}
|
|
|
|
general {
|
|
col.active_border=0xff97cbcd 0xff89b4fa
|
|
col.inactive_border=rgb(45475a)
|
|
}
|
|
|
|
group {
|
|
groupbar {
|
|
col.active=rgb(89b4fa)
|
|
col.inactive=rgb(45475a)
|
|
text_color=rgb(cdd6f4)
|
|
}
|
|
col.border_active=rgb(89b4fa)
|
|
col.border_inactive=rgb(45475a)
|
|
col.border_locked_active=rgb(94e2d5)
|
|
}
|
|
|
|
misc {
|
|
background_color=rgb(1e1e2e)
|
|
}
|