1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

rofi: terminal font

This commit is contained in:
Kierán Meinhardt
2019-04-14 10:28:43 +02:00
parent c0cee07a0d
commit 6a1b362bba

View File

@@ -7,9 +7,13 @@ with import <dot/theme.nix>;
terminal = config.defaultApplications.terminal;
borderWidth = 0;
lines = 5;
font = "${uiFont.name} ${toString (uiFont.size + 1)}";
font = "${terminalFont.name} ${toString (terminalFont.size + 1)}";
colors = rec {
window = { background = invertedColorScheme.background; border = invertedColorScheme.background; separator = invertedColorScheme.black.light; };
window = {
background = invertedColorScheme.background;
border = invertedColorScheme.background;
separator = invertedColorScheme.black.light;
};
rows = {
normal = {
background = window.background;