stylix (round 2)
This commit is contained in:
parent
63493fd366
commit
5b7e15db62
5 changed files with 51 additions and 29 deletions
|
@ -2,12 +2,18 @@ label {
|
|||
font: 14pt "Departure Mono Nerd Font";
|
||||
}
|
||||
|
||||
button {
|
||||
border-radius: 0px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.background {
|
||||
background-color: #1d2021;
|
||||
}
|
||||
|
||||
.workspaces button {
|
||||
border: 0px;
|
||||
padding: 0 3px;
|
||||
}
|
||||
|
||||
.workspaces button.focused {
|
||||
|
|
|
@ -4,7 +4,10 @@
|
|||
binds = {
|
||||
"Print".action.screenshot = [];
|
||||
"Ctrl+Print".action.screenshot-screen = [];
|
||||
"Alt+Print".action.screenshot-window = [];
|
||||
"Shift+Print".action.screenshot-window = [];
|
||||
"Mod+S".action.screenshot = [];
|
||||
"Mod+Ctrl+S".action.screenshot-screen = [];
|
||||
"Mod+Shift+S".action.screenshot-window = [];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,34 +1,32 @@
|
|||
{...}: {
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
font = {
|
||||
name = "Departure Mono Nerd Font";
|
||||
size = 12;
|
||||
};
|
||||
font.size = 12;
|
||||
font.name = "Departure Mono Nerd Font";
|
||||
shellIntegration.enableFishIntegration = false;
|
||||
keybindings = {
|
||||
"ctrl+shift+n" = "new_os_window_with_cwd";
|
||||
};
|
||||
settings = rec {
|
||||
#adjust_column_width = "70%";
|
||||
# color0 = "#282828";
|
||||
# color8 = "#928374";
|
||||
# color1 = "#cc241d";
|
||||
# color9 = "#fb4934";
|
||||
# color2 = "#98971a";
|
||||
# color10 = "#b8bb26";
|
||||
# color3 = "#d79921";
|
||||
# color11 = "#fabd2f";
|
||||
# color4 = "#458588";
|
||||
# color12 = "#83a598";
|
||||
# color5 = "#b16286";
|
||||
# color13 = "#d3869b";
|
||||
# color6 = "#689d6a";
|
||||
# color14 = "#8ec07c";
|
||||
# color7 = "#a89984";
|
||||
# color15 = "#ebdbb2";
|
||||
# foreground = color15;
|
||||
# background = "#1d2021";
|
||||
adjust_column_width = "95%";
|
||||
color0 = "#282828";
|
||||
color8 = "#928374";
|
||||
color1 = "#cc241d";
|
||||
color9 = "#fb4934";
|
||||
color2 = "#98971a";
|
||||
color10 = "#b8bb26";
|
||||
color3 = "#d79921";
|
||||
color11 = "#fabd2f";
|
||||
color4 = "#458588";
|
||||
color12 = "#83a598";
|
||||
color5 = "#b16286";
|
||||
color13 = "#d3869b";
|
||||
color6 = "#689d6a";
|
||||
color14 = "#8ec07c";
|
||||
color7 = "#a89984";
|
||||
color15 = "#ebdbb2";
|
||||
foreground = color15;
|
||||
background = "#1d2021";
|
||||
confirm_os_window_close = 0;
|
||||
hide_window_decorations = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue