no more transparent

This commit is contained in:
2026-08-14 23:19:01 -03:00
parent 0946f49859
commit b0447e387e
3 changed files with 6 additions and 4 deletions

View File

@@ -64,8 +64,8 @@ env = HYPRCURSOR_SIZE,24
# https://wiki.hypr.land/Configuring/Variables/#general
general {
gaps_in = 8
gaps_out = 8
gaps_in = 0
gaps_out = 0
border_size = 1
@@ -84,7 +84,7 @@ general {
# https://wiki.hypr.land/Configuring/Variables/#decoration
decoration {
rounding = 10
rounding = 0
# Change transparency of focused and unfocused windows
active_opacity = 1.0

View File

@@ -1,4 +1,4 @@
background_opacity 0.8
background_opacity 1.0
hide_window_decorations yes
map ctrl+q goto_tab 1

View File

@@ -13,10 +13,12 @@ local function make_transparent()
end
end
--[[
vim.api.nvim_create_autocmd({ "ColorScheme", "VimEnter" }, {
callback = make_transparent,
desc = "Force transparent background after any colorscheme loads",
})
]]
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
if not (vim.uv or vim.loop).fs_stat(lazypath) then