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

vim, tmux, dunst

This commit is contained in:
Kierán Meinhardt
2019-04-18 17:10:20 +02:00
parent 2f42fac548
commit 14d7a53ef2
4 changed files with 10 additions and 21 deletions

View File

@@ -6,7 +6,7 @@ with import <dot/theme.nix>;
settings = {
global = {
transparency = 10;
font = "${uiFont.name} ${toString uiFont.size}";
font = "${terminalFont.name} ${toString terminalFont.size}";
geometry = "200x5-30+20";
frame_color = invertedColorScheme.background;
follow = "mouse";