mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-28 11:43:51 -08:00
style(waybar-laptop): change font to caskaydiacove nerd font
This commit is contained in:
parent
54c1a54789
commit
13a8e530bb
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
||||||
* {
|
* {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
font-family: CaskaydiaCove Nerd Font;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
|
@ -80,9 +81,9 @@ window#waybar {
|
||||||
#memory,
|
#memory,
|
||||||
#cpu {
|
#cpu {
|
||||||
padding-right: 2px;
|
padding-right: 2px;
|
||||||
border-top-right-radius: 0px;
|
border-top-right-radius: 0px;
|
||||||
border-bottom-right-radius: 0px;
|
border-bottom-right-radius: 0px;
|
||||||
border-right-width: 0px;
|
border-right-width: 0px;
|
||||||
}
|
}
|
||||||
#memory,
|
#memory,
|
||||||
#battery {
|
#battery {
|
||||||
|
|
Loading…
Reference in a new issue