mirror of
https://github.com/larstvei/nix-config.git
synced 2025-08-30 04:40:13 +00:00
Focus and rounded corners
This commit is contained in:
parent
d8b5cfd2b0
commit
ec0b98795f
@ -4,8 +4,28 @@
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
|
||||
misc = {
|
||||
disable_hyprland_logo = true;
|
||||
background_color = "0x2E3440";
|
||||
};
|
||||
|
||||
general = {
|
||||
border_size = 2;
|
||||
"col.active_border" = "0xFF81A1C1";
|
||||
"col.inactive_border" = "0xFF677691";
|
||||
};
|
||||
|
||||
decoration = {
|
||||
rounding = 15;
|
||||
inactive_opacity = 0.75;
|
||||
blur.enabled = false;
|
||||
shadow.enabled = false;
|
||||
border_part_of_window = true;
|
||||
};
|
||||
|
||||
monitor = [ ",preferred,auto,1" ];
|
||||
|
||||
gestures.workspace_swipe = true;
|
||||
|
Loading…
Reference in New Issue
Block a user