diff --git a/README.md b/README.md index a49e47f..6a6f071 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ In your hosts configuration, you should add a `variables.nix` file to manage you - user information - timezone and locale - keyboard layout -- the theme: will be used in programs and for GTK *(and QT (TODO))* themes +- the theme: will be used in programs and for GTK and QT themes - ... (check the `hosts/guest/variables.nix` file for more information) PS: To apply the theme to duckduckgo, follow the instructions in `$HOME/.config/duckduckgo-colorscheme.js`. diff --git a/home/programs/kitty/default.nix b/home/programs/kitty/default.nix index 7480ac3..2d0a88c 100644 --- a/home/programs/kitty/default.nix +++ b/home/programs/kitty/default.nix @@ -13,8 +13,8 @@ shell = "${pkgs.tmux}/bin/tmux"; url_style = "curly"; cursor_shape = "Underline"; - cursor_underline_thickness = 1; - window_padding_width = config.var.theme.gaps-out; + cursor_underline_thickness = config.var.theme.border-size; + window_padding_width = config.var.theme.gaps-in; # Font font_family = config.var.theme.font-mono; diff --git a/home/system/shell/tmux.nix b/home/system/shell/tmux.nix index 8372b3f..3e362c9 100644 --- a/home/system/shell/tmux.nix +++ b/home/system/shell/tmux.nix @@ -31,7 +31,7 @@ set -g @catppuccin_window_current_fill "number" set -g @catppuccin_window_current_text "#W" - set -g @catppuccin_status_modules_right "directory session" + set -g @catppuccin_status_modules_right "" set -g @catppuccin_status_left_separator " " set -g @catppuccin_status_right_separator "" set -g @catppuccin_status_fill "icon"