Rice!
This commit is contained in:
parent
588bc378a2
commit
cbfd55b79c
4 changed files with 18 additions and 2 deletions
|
@ -72,6 +72,21 @@ in with lib; {
|
|||
terminal = "kitty --single-instance";
|
||||
bars = [];
|
||||
|
||||
gaps = {
|
||||
inner = 4;
|
||||
outer = 2;
|
||||
};
|
||||
|
||||
colors = {
|
||||
focused = rec {
|
||||
text = "#ffffff";
|
||||
border = "#7c56c4";
|
||||
background = border;
|
||||
childBorder = border;
|
||||
indicator = border;
|
||||
};
|
||||
};
|
||||
|
||||
# Directional keys
|
||||
modifier = mod;
|
||||
fonts = {
|
||||
|
|
|
@ -11,6 +11,7 @@ let theme = config.theme; in {
|
|||
scrollback_lines = 5000000;
|
||||
background = "#${theme.background.minor}";
|
||||
bold_font = "Fira Code Medium";
|
||||
window_padding_width = 2;
|
||||
};
|
||||
|
||||
font = {
|
||||
|
|
|
@ -133,7 +133,7 @@ in {
|
|||
}
|
||||
|
||||
window#waybar {
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
background-color: rgba(0, 0, 0, 0.45);
|
||||
}
|
||||
|
||||
#battery,
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
programs.helix = {
|
||||
enable = true;
|
||||
settings = {
|
||||
theme = "github_dark_dimmed";
|
||||
theme = "monokai_pro_spectrum";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue