waybar icon fix
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 25s

This commit is contained in:
Satria 2026-07-20 18:48:52 +07:00
commit 3e67b774a3
2 changed files with 2 additions and 2 deletions

View file

@ -105,7 +105,7 @@ in {
};
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 = {
top = true; # false will put the bar at the bottom
fragmented = true; # enable fragmented bar, false will make it a single block

View file

@ -180,7 +180,7 @@
style = ''
* {
font-size: 12px;
font-family: Font Awesome, ${rice.font};
font-family: ${rice.font};
font-weight: bold;
color: @text;
transition: none;