rofi: support top-level clauses in rasi (#1788)
See https://github.com/nix-community/home-manager/pull/1748#issuecomment-774995577 for details. Related documentation: https://github.com/davatorium/rofi/wiki/Configuring-Rofi/920de75c4bfc64697dd1700c26f850d01508e957#splitting-configuration-over-multiple-files
This commit is contained in:
parent
e6f2687a83
commit
87e2ec341b
3 changed files with 26 additions and 16 deletions
|
|
@ -9,6 +9,8 @@ with lib;
|
|||
|
||||
theme = let inherit (config.lib.formats.rasi) mkLiteral;
|
||||
in {
|
||||
"@import" = "~/.cache/wal/colors-rofi-dark";
|
||||
|
||||
"*" = {
|
||||
background-color = mkLiteral "#000000";
|
||||
foreground-color = mkLiteral "rgba ( 250, 251, 252, 100 % )";
|
||||
|
|
|
|||
|
|
@ -15,3 +15,5 @@ border-color: #FFFFFF;
|
|||
foreground-color: rgba ( 250, 251, 252, 100 % );
|
||||
width: 512;
|
||||
}
|
||||
|
||||
@import "~/.cache/wal/colors-rofi-dark"
|
||||
Loading…
Add table
Add a link
Reference in a new issue