mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: switch to new font
This commit is contained in:
parent
027207bcf3
commit
9c56e49085
2 changed files with 307 additions and 306 deletions
|
|
@ -6,7 +6,7 @@
|
|||
theme = "3024 Night";
|
||||
|
||||
font = {
|
||||
name = "JetBrainsMono Nerd Font";
|
||||
name = "GohuFont 14 Nerd Font Mono";
|
||||
size = 9;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -113,6 +113,7 @@
|
|||
|
||||
"custom/devices": {
|
||||
"interval": 60,
|
||||
"font-size": 14,
|
||||
// "return-type": "json",
|
||||
"exec": "~/.local/bin/waybar-devices",
|
||||
},
|
||||
|
|
@ -369,7 +370,7 @@
|
|||
* {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family: 'CommitMono Nerd Font';
|
||||
font-family: 'GohuFont 11 Nerd Font Mono';
|
||||
font-weight: 400;
|
||||
font-size: 11px;
|
||||
min-height: 26px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue