some rice tweaks
This commit is contained in:
parent
481e682fbf
commit
db3d3b50ea
2 changed files with 9 additions and 7 deletions
|
@ -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;
|
||||
};
|
||||
|
|
2
rice.nix
2
rice.nix
|
@ -93,7 +93,7 @@ in rec {
|
|||
thickness = 2;
|
||||
rounding = 0;
|
||||
gaps_in = 4;
|
||||
gaps_out = 12;
|
||||
gaps_out = 4;
|
||||
};
|
||||
|
||||
bg = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue