extract dmenu and launcher
This commit is contained in:
parent
270deeab42
commit
6d3d7e5d44
10 changed files with 59 additions and 29 deletions
|
@ -32,7 +32,8 @@ in {
|
|||
};
|
||||
|
||||
"#window" = {
|
||||
background-color = mkLiteral "${color.bg}${lib.toHexString (theme.opacity * 255 / 100)}";
|
||||
background-color = mkLiteral
|
||||
"${color.bg}${lib.toHexString (theme.opacity * 255 / 100)}";
|
||||
# children = map mkLiteral [ "prompt" "entry" ];
|
||||
border = mkLiteral "2px solid";
|
||||
border-color = mkLiteral accent.color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue