mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
feat: switch to new font (2)
This commit is contained in:
parent
bdb9c3669e
commit
45cff61686
4 changed files with 73 additions and 73 deletions
|
|
@ -12,8 +12,8 @@
|
|||
gtk = {
|
||||
enable = true;
|
||||
font = {
|
||||
name = "CaskaydiaCove Nerd Font";
|
||||
size = 12;
|
||||
name = "GohuFont 14 Nerd Font Mono";
|
||||
size = 14;
|
||||
};
|
||||
theme = {
|
||||
name = "Gruvbox-Green-Dark";
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@
|
|||
color = rgba(209, 207, 207, 0.75)
|
||||
#color = rgba(255, 255, 255, 0.6)
|
||||
font_size = 17
|
||||
font_family = JetBrains Mono Nerd Font Mono ExtraBold
|
||||
font_family = GohuFont 14 Nerd Font Mono
|
||||
position = 0, -200
|
||||
halign = center
|
||||
valign = center
|
||||
|
|
@ -141,7 +141,7 @@
|
|||
text = cmd[update:6000000] echo "$(bash /home/liv/.local/bin/weather.sh)"
|
||||
color = rgba(255, 255, 255, 1)
|
||||
font_size = 10
|
||||
font_family = JetBrains Mono Nerd Font Mono ExtraBold
|
||||
font_family = GohuFont 14 Nerd Font Mono
|
||||
position = 0, 50
|
||||
halign = center
|
||||
valign = top
|
||||
|
|
@ -152,7 +152,7 @@
|
|||
text = cmd[update:1000] echo -e "$(/home/liv/.local/bin/hyprlock-battery.sh)"
|
||||
color = rgba(255, 255, 255, 1)
|
||||
font_size = 12
|
||||
font_family = JetBrains Mono Nerd Font Mono ExtraBold
|
||||
font_family = GohuFont 14 Nerd Font Mono
|
||||
position = 0, 0
|
||||
halign = right
|
||||
valign = bottom
|
||||
|
|
|
|||
|
|
@ -36,8 +36,8 @@ in
|
|||
|
||||
settings = {
|
||||
fonts = {
|
||||
default_family = "FiraCode Nerd Font";
|
||||
default_size = "10pt";
|
||||
default_family = "GohuFont 14 Nerd Font Mono";
|
||||
default_size = "14pt";
|
||||
};
|
||||
|
||||
tabs = {
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
"button-text": " Clear all "
|
||||
},
|
||||
"dnd": {
|
||||
"text": " Do Not Disturb"
|
||||
"text": " Do not disturb"
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
* {
|
||||
all: unset;
|
||||
font-size: 14px;
|
||||
font-family: "Ubuntu Nerd Font";
|
||||
font-family: "GohuFont 14 Nerd Font Mono";
|
||||
transition: 200ms;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue