mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +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";
|
theme = "3024 Night";
|
||||||
|
|
||||||
font = {
|
font = {
|
||||||
name = "JetBrainsMono Nerd Font";
|
name = "GohuFont 14 Nerd Font Mono";
|
||||||
size = 9;
|
size = 9;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -113,6 +113,7 @@
|
||||||
|
|
||||||
"custom/devices": {
|
"custom/devices": {
|
||||||
"interval": 60,
|
"interval": 60,
|
||||||
|
"font-size": 14,
|
||||||
// "return-type": "json",
|
// "return-type": "json",
|
||||||
"exec": "~/.local/bin/waybar-devices",
|
"exec": "~/.local/bin/waybar-devices",
|
||||||
},
|
},
|
||||||
|
|
@ -369,7 +370,7 @@
|
||||||
* {
|
* {
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
font-family: 'CommitMono Nerd Font';
|
font-family: 'GohuFont 11 Nerd Font Mono';
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
min-height: 26px;
|
min-height: 26px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue