mirror of
https://github.com/adrlau/nix-dotfiles.git
synced 2026-02-08 14:37:00 +01:00
feat: add rounded corners, center window, and enlarge icons in config
This commit is contained in:
@@ -19,6 +19,14 @@ in
|
||||
foreground = "${hex palette.base05}ff";
|
||||
highlight = "${hex palette.base0D}ff";
|
||||
};
|
||||
window = {
|
||||
border-radius = 12;
|
||||
x = "center";
|
||||
y = "center";
|
||||
};
|
||||
icons = {
|
||||
size = 48;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user