wip: dnsc-machine setup
This commit is contained in:
parent
2a59aa010c
commit
c2c492f875
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
main = {
|
main = {
|
||||||
terminal = "${pkgs.wezterm}/bin/wezterm start -- ";
|
terminal = "${pkgs.wezterm}/bin/wezterm start -- ";
|
||||||
layer = "overlay";
|
layer = "overlay";
|
||||||
font = "VictorMono Nerd Font:weight=600:size=14";
|
font = "VictorMono Nerd Font:weight=500:size=16";
|
||||||
use-bold = true;
|
use-bold = true;
|
||||||
icon-theme = "Reversal-dark";
|
icon-theme = "Reversal-dark";
|
||||||
width = 85;
|
width = 85;
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
# horizontal-pad = 10;
|
# horizontal-pad = 10;
|
||||||
vertical-pad = 25;
|
vertical-pad = 25;
|
||||||
inner-pad = 25;
|
inner-pad = 25;
|
||||||
line-height = 20;
|
line-height = 40;
|
||||||
};
|
};
|
||||||
colors = {
|
colors = {
|
||||||
background = "0f0b15ff";
|
background = "0f0b15ff";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue