diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-09-19 17:50:26 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-09-19 17:50:26 +0530 |
commit | 3c7c48d890d7e3d144d8bc9d90e0d27c65de8414 (patch) | |
tree | 03ceeebbc1868e8e4e58f4eb80bccf885fe61ac9 /.config/polybar/colors.ini | |
parent | 06d2cf75294636dad6013ec004ed6c958034195b (diff) |
added nerdfonts icon to temperature label-warn and made it red
Diffstat (limited to '.config/polybar/colors.ini')
-rw-r--r-- | .config/polybar/colors.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/polybar/colors.ini b/.config/polybar/colors.ini index 9030d8f..6272c96 100644 --- a/.config/polybar/colors.ini +++ b/.config/polybar/colors.ini @@ -51,7 +51,7 @@ cpu-bg = ${colors.module-color-1} temp-fg = ${colors.foreground} temp-bg = ${colors.module-color-0} -temp-warn-fg = ${colors.temp-fg} +temp-warn-fg = ${colors.red} temp-warn-bg = ${colors.module-color-0} mem-fg = ${colors.foreground-alt} |