enable stylix

This commit is contained in:
Don Harper 2024-05-19 23:02:23 -05:00
parent 22157a48a2
commit f7ae216417
10 changed files with 258 additions and 42 deletions

View file

@ -3,27 +3,7 @@
programs.alacritty = {
enable = true;
settings = {
window.opacity = 0.8;
decorations_theme_variant = "dark";
font = {
normal = {
family = "monospace";
style = "Regular";
};
bold = {
family = "monospace";
style = "Bold";
};
italic = {
family = "monospace";
style = "Italic";
};
bold_italic = {
family = "monospace";
style = "Bold Italic";
};
size = 9.0;
};
bell = {
animation = "EaseOutExpo";
duration = 500;

View file

@ -7,16 +7,11 @@
main = {
icon-theme = "Papirus-Dark";
width = 50;
font = "Ubuntu:style=Bold:size=12, Hack:weight=bold:size=12";
# font = "Ubuntu:style=Bold:size=12, Hack:weight=bold:size=12";
fields = "name,generic,comment,categories,filename,keywords";
prompt = " ";
layer = "overlay";
};
colors = {
background = "282a36fa";
selection = "3d4474fa";
border = "fffffffa";
};
border = {
radius = 20;
};

View file

@ -2,17 +2,11 @@
{
programs.kitty = {
enable = true;
font = {
#name = "Terminus";
name = "Fira Code";
size = 10;
};
theme = "Dracula";
settings = {
mouse_hide_wait = "3.0";
url_style = "double";
copy_on_select = "no";
background_opacity = "0.75";
# background_opacity = "0.75";
scrollback_lines = 4000;
scrollback_pager_history_size = 2048;
};
@ -24,8 +18,6 @@
};
settings = {
main = {
font = "Source Code Pro:size=9";
dpi-aware = "yes";
term = "tmux-256color";
};
mouse = {
@ -34,9 +26,6 @@
bell = {
urgent = "yes";
};
colors = {
alpha = "0.75";
};
};
};
}