sway laptop config

This commit is contained in:
Michael Chalupiak
2025-01-22 00:35:09 -05:00
parent 50f45725af
commit b825615a42
7 changed files with 19 additions and 14 deletions

View File

@@ -1,5 +1,9 @@
font-family = ""
font-family = "Olympe Mono Hacked"
# font-family = "FairfaxHax"
# font-family = "BigBlueTermPlus Nerd Font"
# font-family = "Olympe Mono Hacked"
font-family = "CaskaydiaCove Nerd Font"
font-size = 14
# theme = light:rose-pine-dawn,dark:rose-pine
theme = light:xcodelight,dark:xcodedark
window-decoration = false

View File

@@ -270,16 +270,16 @@ return require('packer').startup(function(use)
end
}
use 'nvim-tree/nvim-web-devicons'
-- use 'nvim-tree/nvim-web-devicons'
use({
"utilyre/barbecue.nvim",
tag = "*",
requires = {
"SmiteshP/nvim-navic",
"nvim-tree/nvim-web-devicons", -- optional dependency
-- "nvim-tree/nvim-web-devicons", -- optional dependency
},
after = "nvim-web-devicons", -- keep this if you're using NvChad
-- after = "nvim-web-devicons", -- keep this if you're using NvChad
config = function()
require("barbecue").setup()
end,
@@ -294,7 +294,8 @@ return require('packer').startup(function(use)
for i, server in pairs(vim.lsp.get_active_clients({ bufnr = 0 })) do
table.insert(names, server.name)
end
return " [" .. table.concat(names, " ") .. "]"
-- return " [" .. table.concat(names, " ") .. "]"
return "[" .. table.concat(names, " ") .. "]"
end
require('lualine').setup {
options = {
@@ -307,7 +308,7 @@ return require('packer').startup(function(use)
lualine_a = { { 'mode', separator = { left = '', right = '' } }, },
lualine_b = {},
lualine_c = {'filename'},
lualine_x = {lspactive, { 'diagnostics', icons_enabled = true }, 'branch', 'diff'},
lualine_x = {lspactive, { 'diagnostics', icons_enabled = false }, 'branch', 'diff'},
lualine_y = {'encoding', 'fileformat', 'filetype'},
lualine_z = {'location', { 'progress', separator = { left = '', right = '' } }, },
},
@@ -317,7 +318,7 @@ return require('packer').startup(function(use)
use {
'goolord/alpha-nvim',
requires = { 'nvim-tree/nvim-web-devicons' },
-- requires = { 'nvim-tree/nvim-web-devicons' },
config = function ()
require'alpha'.setup(require'alpha.themes.startify'.config)
end

View File

@@ -13,7 +13,7 @@ vim.opt.showmode = false
vim.opt.smartindent = true
vim.opt.spell = true
-- vim.opt.spell = true
vim.opt.spelllang = "en_us"
vim.opt.swapfile = false
@@ -53,7 +53,7 @@ vim.keymap.set("n", "<C-->", function()
ChangeScaleFactor(1 / 1.25)
end)
vim.opt.guifont = { "Olympe Mono Hacked", ":h12" }
vim.opt.guifont = { "Fairfax", ":h12" }
vim.opt.termguicolors = true
vim.g.netrw_keepdir = 0

View File

@@ -1,2 +1,2 @@
set preview_images true
set preview_images_method ueberzug
set preview_images_method kitty

View File

@@ -1,4 +1,4 @@
include colors
set font "Olympe Mono Hacked 12"
set font "Cascadia Code 12"
set database "sqlite"
set recolor true