feat(misc): change themeing

This commit is contained in:
zackartz 2024-06-28 12:08:37 -04:00
parent 8037b002b5
commit 1a86676c62
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
4 changed files with 14 additions and 2 deletions

View file

@ -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,

View file

@ -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 " "

View file

@ -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;