This commit is contained in:
Hadi 2024-06-14 14:43:21 +02:00
parent 5af6219fff
commit 47701f3f49
3 changed files with 4 additions and 4 deletions

View File

@ -104,7 +104,7 @@ In your hosts configuration, you should add a `variables.nix` file to manage you
- user information - user information
- timezone and locale - timezone and locale
- keyboard layout - 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) - ... (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`. PS: To apply the theme to duckduckgo, follow the instructions in `$HOME/.config/duckduckgo-colorscheme.js`.

View File

@ -13,8 +13,8 @@
shell = "${pkgs.tmux}/bin/tmux"; shell = "${pkgs.tmux}/bin/tmux";
url_style = "curly"; url_style = "curly";
cursor_shape = "Underline"; cursor_shape = "Underline";
cursor_underline_thickness = 1; cursor_underline_thickness = config.var.theme.border-size;
window_padding_width = config.var.theme.gaps-out; window_padding_width = config.var.theme.gaps-in;
# Font # Font
font_family = config.var.theme.font-mono; font_family = config.var.theme.font-mono;

View File

@ -31,7 +31,7 @@
set -g @catppuccin_window_current_fill "number" set -g @catppuccin_window_current_fill "number"
set -g @catppuccin_window_current_text "#W" 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_left_separator " "
set -g @catppuccin_status_right_separator "" set -g @catppuccin_status_right_separator ""
set -g @catppuccin_status_fill "icon" set -g @catppuccin_status_fill "icon"