saloonmoonin
This commit is contained in:
parent
4aa28922a6
commit
d607020a40
11 changed files with 390 additions and 58 deletions
|
@ -13,53 +13,53 @@
|
|||
gaps = {
|
||||
inner = 12;
|
||||
};
|
||||
colors = {
|
||||
focused = {
|
||||
background = "#191724";
|
||||
border = "#6e6a86";
|
||||
childBorder = "#6e6a86";
|
||||
indicator = "#26233a";
|
||||
text = "#e0def4";
|
||||
};
|
||||
focusedInactive = {
|
||||
background = "#797593";
|
||||
border = "#393552";
|
||||
childBorder = "#393552";
|
||||
indicator = "#ea9d34";
|
||||
text = "#e0def4";
|
||||
};
|
||||
placeholder = {
|
||||
background = "#1f1d2e";
|
||||
border = "#000000";
|
||||
childBorder = "#9893a5";
|
||||
indicator = "#000000";
|
||||
text = "#e0def4";
|
||||
};
|
||||
unfocused = {
|
||||
background = "#1f1d2e";
|
||||
border = "#1f1d2e";
|
||||
childBorder = "#1f1d2e";
|
||||
indicator = "#797593";
|
||||
text = "#e0def4";
|
||||
};
|
||||
urgent = {
|
||||
background = "#2a273f";
|
||||
border = "#ea9a97";
|
||||
childBorder = "#ea9a97";
|
||||
indicator = "#1f1d2e";
|
||||
text = "#e0def4";
|
||||
};
|
||||
};
|
||||
# colors = {
|
||||
# focused = {
|
||||
# background = "#191724";
|
||||
# border = "#6e6a86";
|
||||
# childBorder = "#6e6a86";
|
||||
# indicator = "#26233a";
|
||||
# text = "#e0def4";
|
||||
# };
|
||||
# focusedInactive = {
|
||||
# background = "#797593";
|
||||
# border = "#393552";
|
||||
# childBorder = "#393552";
|
||||
# indicator = "#ea9d34";
|
||||
# text = "#e0def4";
|
||||
# };
|
||||
# placeholder = {
|
||||
# background = "#1f1d2e";
|
||||
# border = "#000000";
|
||||
# childBorder = "#9893a5";
|
||||
# indicator = "#000000";
|
||||
# text = "#e0def4";
|
||||
# };
|
||||
# unfocused = {
|
||||
# background = "#1f1d2e";
|
||||
# border = "#1f1d2e";
|
||||
# childBorder = "#1f1d2e";
|
||||
# indicator = "#797593";
|
||||
# text = "#e0def4";
|
||||
# };
|
||||
# urgent = {
|
||||
# background = "#2a273f";
|
||||
# border = "#ea9a97";
|
||||
# childBorder = "#ea9a97";
|
||||
# indicator = "#1f1d2e";
|
||||
# text = "#e0def4";
|
||||
# };
|
||||
# };
|
||||
window = {
|
||||
border = 3;
|
||||
titlebar = false;
|
||||
};
|
||||
startup = [
|
||||
{
|
||||
always = true;
|
||||
command = "swaybg -i /home/kaitotlex/Pictures/eff.png";
|
||||
}
|
||||
];
|
||||
# startup = [
|
||||
# {
|
||||
# always = true;
|
||||
# command = "swaybg -i /home/kaitotlex/Pictures/eff.png";
|
||||
# }
|
||||
# ];
|
||||
};
|
||||
xwayland = true;
|
||||
extraConfig = ''
|
||||
|
|
|
@ -3,5 +3,6 @@
|
|||
./home.nix
|
||||
./spicetify.nix
|
||||
./de
|
||||
./stylix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -223,13 +223,18 @@
|
|||
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
theme = "Kanagawa_dragon";
|
||||
font.name = "CaskaydiaCove Nerd Font";
|
||||
settings = {
|
||||
font_size = 12;
|
||||
window_padding_width = "8 8 0";
|
||||
window_padding_width = "8 8";
|
||||
confirm_os_window_close = -1;
|
||||
shell_integration = "enabled";
|
||||
enable_audio_bell = "no";
|
||||
background_opacity = pkgs.lib.mkForce "0.8";
|
||||
allow_remote_control = "yes";
|
||||
listen_on = "unix:/tmp/kitty";
|
||||
scrollback_pager = ''nvim --noplugin -c "set signcolumn=no showtabline=0" -c "silent write! /tmp/kitty_scrollback_buffer | te cat /tmp/kitty_scrollback_buffer - "'';
|
||||
cursor = pkgs.lib.mkForce "#c0caf5";
|
||||
cursor_text_color = pkgs.lib.mkForce "#1a1b26";
|
||||
cursor_trail = 3;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -317,9 +322,7 @@
|
|||
programs.btop = {
|
||||
enable = true;
|
||||
settings = {
|
||||
color_theme = "tokyo-night";
|
||||
vim_keys = true;
|
||||
theme_background = false;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -7,8 +7,6 @@ in
|
|||
|
||||
programs.spicetify = {
|
||||
enable = true;
|
||||
theme = spicepkgs.themes.dribbblish;
|
||||
colorScheme = "rosepine";
|
||||
enabledExtensions = with spicepkgs.extensions; [
|
||||
lastfm
|
||||
fullAppDisplayMod
|
||||
|
|
9
users/kaitotlex/stylix/default.nix
Normal file
9
users/kaitotlex/stylix/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
stylix.targets = {
|
||||
waybar.enable = false;
|
||||
kitty.variant256Colors = true;
|
||||
neovim.enable = false;
|
||||
gnome.enable = true;
|
||||
kde.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue