diff --git a/config/.bash_profile b/config/.bash_profile index bd3b66b..a3cc9e1 100644 --- a/config/.bash_profile +++ b/config/.bash_profile @@ -5,7 +5,7 @@ export PATH="$PATH:/home/mikec/.local/share/JetBrains/Toolbox/scripts" export PATH="${PATH}:$HOME/.scripts:$HOME/maple2022/bin:$HOME/intelFPGA_lite/18.1/quartus/bin:$HOME/intelFPGA_lite/18.1/modelsim_ase/bin" export _JAVA_AWT_WM_NONREPARENTING=1 -export XDG_CURRENT_DESKTOP=sway +# export XDG_CURRENT_DESKTOP=sway source ~/.bashrc export QSYS_ROOTDIR="/home/mikec/intelFPGA_lite/18.1/quartus/sopc_builder/bin" export VERSION_CONTROL="never" diff --git a/config/.config/ghostty/config b/config/.config/ghostty/config index abf1b96..7bcfd31 100644 --- a/config/.config/ghostty/config +++ b/config/.config/ghostty/config @@ -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 diff --git a/config/.config/nvim/lua/config/packer.lua b/config/.config/nvim/lua/config/packer.lua index 8dd77ec..6707330 100755 --- a/config/.config/nvim/lua/config/packer.lua +++ b/config/.config/nvim/lua/config/packer.lua @@ -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 diff --git a/config/.config/nvim/lua/config/set.lua b/config/.config/nvim/lua/config/set.lua index 80fe11e..347d471 100755 --- a/config/.config/nvim/lua/config/set.lua +++ b/config/.config/nvim/lua/config/set.lua @@ -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", "", 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 diff --git a/config/.config/ranger/rc.conf b/config/.config/ranger/rc.conf index bd7345b..5d88e29 100644 --- a/config/.config/ranger/rc.conf +++ b/config/.config/ranger/rc.conf @@ -1,2 +1,2 @@ set preview_images true -set preview_images_method ueberzug +set preview_images_method kitty diff --git a/config/.config/zathura/zathurarc b/config/.config/zathura/zathurarc index 72625fe..a703659 100644 --- a/config/.config/zathura/zathurarc +++ b/config/.config/zathura/zathurarc @@ -1,4 +1,4 @@ include colors -set font "Olympe Mono Hacked 12" +set font "Cascadia Code 12" set database "sqlite" set recolor true diff --git a/config/.xprofile b/config/.xprofile index 87e50b3..9f93176 100644 --- a/config/.xprofile +++ b/config/.xprofile @@ -3,9 +3,9 @@ export GDK_SCALE=2 export GDK_DPI_SCALE=0.5 export XCURSOR_SIZE=32 # export SUDO_ASKPASS=ksshaskpass -# export _JAVA_AWT_WM_NONREPARENTING=1 +export _JAVA_AWT_WM_NONREPARENTING=1 #sxhkd -c $HOME/.config/berry/sxhkdrc & xrandr --output eDP-1 --scale 1.25x1.25 # autorandr -c # xrandr --output DisplayPort-0 --rate 165 -# $HOME/.fehbg +$HOME/.fehbg