bruh
This commit is contained in:
parent
eeaeb3aece
commit
042cc9a102
5 changed files with 76 additions and 28 deletions
|
@ -1,5 +1,58 @@
|
|||
{
|
||||
wayland.windowManager.sway = {
|
||||
enable = true;
|
||||
config = rec {
|
||||
terminal = "kitty";
|
||||
modifier = "Mod4";
|
||||
bars = [
|
||||
{
|
||||
command = "waybar";
|
||||
}
|
||||
];
|
||||
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";
|
||||
};
|
||||
};
|
||||
window = {
|
||||
border = 5;
|
||||
titlebar = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue