some rice tweaks

This commit is contained in:
atagen 2023-08-10 15:40:43 +10:00
parent 481e682fbf
commit db3d3b50ea
2 changed files with 9 additions and 7 deletions

View file

@ -89,7 +89,7 @@ in {
config = {
anchor_to_edges = true;
position = "top";
height = fonts.sans.size;
height = 10;
icon_theme = icons.name;
start = [
@ -104,7 +104,7 @@ in {
}
];
center = [
{ type = "focused"; icon_size = 12; }
{ type = "focused"; icon_size = 10; }
];
end = [
{ type = "music";
@ -131,8 +131,10 @@ in {
[
util.bg
normal.black
normal.yellow
bright.yellow
normal.black
normal.black
# normal.yellow
# bright.yellow
util.fg
normal.red
fonts.sans.name
@ -244,8 +246,8 @@ in {
};
focusedInactive = {
background = normal.black;
border = normal.yellow;
childBorder = normal.yellow;
border = normal.blue;
childBorder = normal.blue;
indicator = normal.blue;
text = normal.white;
};