mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-08-04 11:38:29 -07:00
chore: some textfox tweaks
This commit is contained in:
parent
e22e6d7c36
commit
2f9110c98d
1 changed files with 1 additions and 6 deletions
|
@ -63,9 +63,6 @@
|
||||||
};
|
};
|
||||||
border = {
|
border = {
|
||||||
color = "#${config.lib.stylix.colors.base0B}";
|
color = "#${config.lib.stylix.colors.base0B}";
|
||||||
width = "3px";
|
|
||||||
transition = "1.0s ease";
|
|
||||||
radius = "0px";
|
|
||||||
};
|
};
|
||||||
displayHorizontalTabs = false;
|
displayHorizontalTabs = false;
|
||||||
displayWindowControls = false;
|
displayWindowControls = false;
|
||||||
|
@ -73,10 +70,8 @@
|
||||||
displayUrlbarIcons = true;
|
displayUrlbarIcons = true;
|
||||||
displaySidebarTools = false;
|
displaySidebarTools = false;
|
||||||
displayTitles = true;
|
displayTitles = true;
|
||||||
newtabLogo = " __ __ ____ \A / /____ _ __/ /_/ __/___ _ __\A / __/ _ \\| |/_/ __/ /_/ __ \\| |/_/\A / /_/ __/> </ /_/ __/ /_/ /> < \A \\__/\\___/_/|_|\\__/_/ \\____/_/|_| ";
|
|
||||||
font = {
|
font = {
|
||||||
family = "CaskaydiaCove Nerd Font";
|
family = config.stylix.fonts.monospace.name;
|
||||||
size = "15px";
|
|
||||||
accent = "#${config.lib.stylix.colors.base0B}";
|
accent = "#${config.lib.stylix.colors.base0B}";
|
||||||
};
|
};
|
||||||
tabs.vertical = {
|
tabs.vertical = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue