Final font tweaks to finish up

This commit is contained in:
Evie Litherland-Smith 2023-10-07 10:23:25 +01:00
parent e94a4dde31
commit 27795cfc9c
5 changed files with 6 additions and 12 deletions

View file

@ -1,7 +1,6 @@
{ pkgs, catppuccin-themes, ... }: { pkgs, catppuccin-themes, ... }:
{ {
home.packages = [ (pkgs.nerdfonts.override { fonts = [ "FiraCode" ]; }) ];
programs.alacritty = { programs.alacritty = {
enable = true; enable = true;
settings = { settings = {
@ -16,7 +15,7 @@
opacity = 0.8; opacity = 0.8;
}; };
font = { font = {
normal.family = "FiraCode Nerd Font"; normal.family = "Fira Sans Mono";
size = 14.0; size = 14.0;
}; };
selection.save_to_clipboard = true; selection.save_to_clipboard = true;

View file

@ -1,4 +1,4 @@
{...}: { { ... }: {
services.dunst = { services.dunst = {
enable = true; enable = true;
settings = { settings = {
@ -13,7 +13,7 @@
indicate_hidden = "yes"; indicate_hidden = "yes";
transparency = 16; transparency = 16;
separator_color = "frame"; separator_color = "frame";
font = "FiraCode Nerd Font 10"; font = "Fira Sans Mono 10";
ellipsize = "end"; ellipsize = "end";
ignore_newline = "no"; ignore_newline = "no";
stack_duplicates = true; stack_duplicates = true;

View file

@ -1,13 +1,12 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
home.packages = [ (pkgs.nerdfonts.override { fonts = [ "FiraCode" ]; }) ];
services.mako = { services.mako = {
enable = true; enable = true;
actions = true; actions = true;
anchor = "top-right"; anchor = "top-right";
defaultTimeout = 5000; defaultTimeout = 5000;
font = "FiraCode Nerd Font 10"; font = "Fira Sans 10";
icons = true; icons = true;
layer = "overlay"; layer = "overlay";
margin = "20"; margin = "20";

View file

@ -10,7 +10,7 @@
grey: #6e738d; grey: #6e738d;
width: 75%; width: 75%;
font: "FiraCode Nerd Font 18"; font: "Fira Sans Mono 18";
} }
element-text, element-icon , mode-switcher { element-text, element-icon , mode-switcher {

View file

@ -1,9 +1,5 @@
{ pkgs, ... }: { { pkgs, ... }: {
home.packages = with pkgs; [ home.packages = with pkgs; [ networkmanagerapplet bluez ];
(nerdfonts.override { fonts = [ "FiraCode" ]; })
networkmanagerapplet
bluez
];
programs.waybar = { programs.waybar = {
enable = true; enable = true;
style = ./style.css; style = ./style.css;