Update
This commit is contained in:
parent
5af6219fff
commit
47701f3f49
@ -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`.
|
||||
|
@ -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;
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user