mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
rofi: terminal font
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user