mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53: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-family: CaskaydiaCove Nerd Font;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
|
@ -80,9 +81,9 @@ window#waybar {
|
|||
#memory,
|
||||
#cpu {
|
||||
padding-right: 2px;
|
||||
border-top-right-radius: 0px;
|
||||
border-bottom-right-radius: 0px;
|
||||
border-right-width: 0px;
|
||||
border-top-right-radius: 0px;
|
||||
border-bottom-right-radius: 0px;
|
||||
border-right-width: 0px;
|
||||
}
|
||||
#memory,
|
||||
#battery {
|
||||
|
|
Loading…
Reference in a new issue