rofi rasi config

This commit is contained in:
ark-lamp-umbrella 2024-04-22 20:56:01 -07:00
parent f50d84b22b
commit 139c48ebb3
Signed by: ark-lamp-umbrella
GPG Key ID: 15E48F7B97025652
2 changed files with 16 additions and 0 deletions

View File

@ -191,6 +191,7 @@
enable = true;
package = pkgs.rofi-wayland;
font = "CozetteVector 14";
extraConfig = builtins.readFile ./rofi/config.rasi;
};
lsd = {
enable = true;

15
rofi/config.rasi Normal file
View File

@ -0,0 +1,15 @@
configuration {
display-drun: "Apps";
drun-display-format: "{name}";
}
* {
bg: #181f21;
fg: #dadada;
accent: #22292b;
active: #3b4244;
rad: 12px;
background-color: @bg;
text-color: @fg;
}