From 0c35005e15dcdda4c199aa30f79faa95da706bc5 Mon Sep 17 00:00:00 2001 From: DemonKingSwarn Date: Fri, 1 May 2026 12:50:42 +0530 Subject: asdfasdfasdfasdfasdfasdfadsf an automated commit --- home.nix | 1 + home/ghostty.nix | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/home.nix b/home.nix index 19ed9d5..967ff23 100644 --- a/home.nix +++ b/home.nix @@ -33,6 +33,7 @@ sessionPath = [ "${config.home.homeDirectory}/.local/bin" + "${config.home.homeDirectory}/.radicle/bin" "${config.home.homeDirectory}/.local/bin/statusbar" "${config.home.homeDirectory}/.local/share/cargo/bin" "${config.home.homeDirectory}/.local/share/go/bin" diff --git a/home/ghostty.nix b/home/ghostty.nix index a8288f2..34d33e9 100644 --- a/home/ghostty.nix +++ b/home/ghostty.nix @@ -7,9 +7,7 @@ settings = { theme = "Catppuccin Mocha"; #background = "#282a36"; - background-opacity = 0.9; - - #custom-shader = "/home/swarn/.config/ghostty/bettercrt.glsl"; + background-opacity = 0.90; window-vsync = true; @@ -26,6 +24,8 @@ cursor-style = "block"; cursor-style-blink = false; + cursor-opacity = 0.90; + mouse-hide-while-typing = true; shell-integration-features = "no-cursor"; #gtk-titlebar = false; @@ -34,8 +34,8 @@ window-theme = "ghostty"; - window-padding-x = 8; - window-padding-y = 2; + window-padding-x = 10; + window-padding-y = 10; window-padding-balance = true; keybind = [ -- cgit v1.1