sway colours
This commit is contained in:
parent
dfef9d0fb2
commit
ac22f728c9
|
@ -65,8 +65,22 @@
|
||||||
focus = {
|
focus = {
|
||||||
followMouse = "no";
|
followMouse = "no";
|
||||||
};
|
};
|
||||||
|
gaps = {
|
||||||
|
smartBorders = "no_gaps";
|
||||||
|
};
|
||||||
|
window = {
|
||||||
|
titlebar = false;
|
||||||
|
};
|
||||||
|
colors = {
|
||||||
|
focused = {
|
||||||
|
background = "#31447f";
|
||||||
|
border = "#31447f";
|
||||||
|
childBorder = "#31447f";
|
||||||
|
indicator = "#3bacf0";
|
||||||
|
text = "#ffffff";
|
||||||
|
};
|
||||||
|
};
|
||||||
terminal = "alacritty";
|
terminal = "alacritty";
|
||||||
workspaceAutoBackAndForth = true;
|
|
||||||
bars = [{ command = "${pkgs.waybar}/bin/waybar"; }];
|
bars = [{ command = "${pkgs.waybar}/bin/waybar"; }];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -130,7 +144,7 @@
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
#workspaces button.focused {
|
#workspaces button.focused {
|
||||||
box-shadow: inset 0 3px #f88a25;
|
box-shadow: inset 0 3px #FF9E3B;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
#workspaces button:hover {
|
#workspaces button:hover {
|
||||||
|
|
Loading…
Reference in a new issue