temp fix cuz too lazy to migrate to lua
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 19s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 19s
This commit is contained in:
parent
781e364ec6
commit
8b1c10335a
1 changed files with 7 additions and 5 deletions
|
|
@ -3,6 +3,8 @@
|
||||||
./keybinds.nix
|
./keybinds.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
catppuccin.hyprland.enable = false; # temp fix until i get things migrated to lua
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.hyprland; # inputs.hl.packages."${pkgs.system}".hyprland;
|
package = pkgs.hyprland; # inputs.hl.packages."${pkgs.system}".hyprland;
|
||||||
|
|
@ -57,8 +59,8 @@
|
||||||
allow_tearing = false;
|
allow_tearing = false;
|
||||||
layout = "dwindle";
|
layout = "dwindle";
|
||||||
|
|
||||||
"col.active_border" = if rice.borders.colored then "$accent" else "$overlay0";
|
"col.active_border" = if rice.borders.colored then "$accent" else "rgb(108,112,134)"; # accent overlay0
|
||||||
"col.inactive_border" = if rice.borders.colored then "$overlay2" else "$crust";
|
"col.inactive_border" = if rice.borders.colored then "rgb(147,153,178)" else "rgb(17,17,27)"; # overlay2 crust
|
||||||
};
|
};
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
|
|
@ -71,8 +73,8 @@
|
||||||
enabled = true;
|
enabled = true;
|
||||||
range = 6;
|
range = 6;
|
||||||
render_power = 3;
|
render_power = 3;
|
||||||
color_inactive = "rgba($crustAlpha99)";
|
color_inactive = "rgba(17,17,27,99)"; # crust alpha 99
|
||||||
color = "rgba($crustAlphaee)";
|
color = "rgba(17,17,27,238)"; # crust alpha ee
|
||||||
};
|
};
|
||||||
|
|
||||||
blur = {
|
blur = {
|
||||||
|
|
@ -119,7 +121,7 @@
|
||||||
middle_click_paste = false;
|
middle_click_paste = false;
|
||||||
exit_window_retains_fullscreen = true;
|
exit_window_retains_fullscreen = true;
|
||||||
on_focus_under_fullscreen = 1;
|
on_focus_under_fullscreen = 1;
|
||||||
background_color = "$base";
|
background_color = "rgb(17, 17, 27)"; # crust
|
||||||
};
|
};
|
||||||
|
|
||||||
input = {
|
input = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue