waybar icon fix
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 25s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 25s
This commit is contained in:
parent
72a2679474
commit
3e67b774a3
2 changed files with 2 additions and 2 deletions
|
|
@ -105,7 +105,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
rice = {
|
rice = {
|
||||||
font = "monospace"; # global font for rice GUIs, leave empty to use monospace
|
font = "DroidSansM Nerd Font"; # global font for rice GUIs, must be a Nerd Font for icon glyphs to render correctly
|
||||||
bar = {
|
bar = {
|
||||||
top = true; # false will put the bar at the bottom
|
top = true; # false will put the bar at the bottom
|
||||||
fragmented = true; # enable fragmented bar, false will make it a single block
|
fragmented = true; # enable fragmented bar, false will make it a single block
|
||||||
|
|
|
||||||
|
|
@ -180,7 +180,7 @@
|
||||||
style = ''
|
style = ''
|
||||||
* {
|
* {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-family: Font Awesome, ${rice.font};
|
font-family: ${rice.font};
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: @text;
|
color: @text;
|
||||||
transition: none;
|
transition: none;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue