feat(misc): change themeing
This commit is contained in:
parent
8037b002b5
commit
1a86676c62
4 changed files with 14 additions and 2 deletions
|
|
@ -49,6 +49,8 @@
|
|||
};
|
||||
|
||||
catppuccin.enable = true;
|
||||
catppuccin.flavor = "macchiato";
|
||||
catppuccin.accent = "pink";
|
||||
|
||||
home.packages = [
|
||||
pkgs.gimp
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ return {
|
|||
"catppuccin/nvim",
|
||||
name = "catppuccin",
|
||||
init = function()
|
||||
vim.cmd.colorscheme("catppuccin-mocha")
|
||||
vim.cmd.colorscheme("catppuccin-macchiato")
|
||||
end,
|
||||
opts = {
|
||||
transparent_background = true,
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ in {
|
|||
set-window-option -g pane-base-index 1
|
||||
set-option -g renumber-windows on
|
||||
|
||||
set -g @catppuccin-flavor 'mocha'
|
||||
set -g @catppuccin-flavor 'macchiato'
|
||||
set -g @catppuccin_window_left_separator ""
|
||||
set -g @catppuccin_window_right_separator " "
|
||||
set -g @catppuccin_window_middle_separator " █"
|
||||
|
|
|
|||
|
|
@ -24,6 +24,16 @@ in {
|
|||
# If you want to use JACK applications, uncomment this
|
||||
jack.enable = true;
|
||||
|
||||
extraConfig.pipewire.adjust-sample-rate = {
|
||||
"context.properties" = {
|
||||
"default.clock.rate" = 48000;
|
||||
"default.allowed-rates" = [48000];
|
||||
"default.clock.quantum" = 32;
|
||||
"default.clock.min-quantum" = 32;
|
||||
"default.clock.max-quantum" = 32;
|
||||
};
|
||||
};
|
||||
|
||||
# use the example session manager (no others are packaged yet so this is enabled by default,
|
||||
# no need to redefine it in your config for now)
|
||||
wireplumber.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue