mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-08-04 03:28:30 -07:00
Compare commits
2 commits
a5e6da58c1
...
2f9110c98d
Author | SHA1 | Date | |
---|---|---|---|
2f9110c98d | |||
e22e6d7c36 |
1 changed files with 2 additions and 7 deletions
|
@ -59,13 +59,10 @@
|
||||||
useLegacyExtensions = false;
|
useLegacyExtensions = false;
|
||||||
config = {
|
config = {
|
||||||
background = {
|
background = {
|
||||||
color = "#${config.lib.stylix.colors.base00}";
|
color = "#${config.lib.stylix.colors.base01}";
|
||||||
};
|
};
|
||||||
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