mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 03:26:17 +00:00
update system
This commit is contained in:
@@ -59,8 +59,8 @@ in
|
||||
disable_splash_rendering = true;
|
||||
vrr = lib.mkDefault 2;
|
||||
};
|
||||
decoration.border_part_of_window = false;
|
||||
input.touchpad.natural_scroll = true;
|
||||
gestures.workspace_swipe = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@ in
|
||||
luasnip.enable = true;
|
||||
lspkind = {
|
||||
enable = true;
|
||||
mode = "symbol_text";
|
||||
settings.mode = "symbol_text";
|
||||
};
|
||||
lualine.settings.sections.lualine_x = lib.mkIf cfg.ollama (
|
||||
lib.mkBefore [
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
chromium
|
||||
|
||||
# media
|
||||
jellyfin-media-player
|
||||
yt-dlp
|
||||
f3d
|
||||
mpv
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
general {
|
||||
col.inactive_border = rgba({{colors.surface.default.hex_stripped}}{{custom.transparency_hex | to_lower}})
|
||||
col.inactive_border = 0x00000000
|
||||
# col.inactive_border = rgba({{colors.surface.default.hex_stripped}}{{custom.transparency_hex | to_lower}})
|
||||
col.active_border = rgb({{colors.primary.default.hex_stripped}})
|
||||
border_size = 4
|
||||
extend_border_grab_area = 4
|
||||
|
||||
Reference in New Issue
Block a user