From 3c7c48d890d7e3d144d8bc9d90e0d27c65de8414 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Fri, 19 Sep 2025 17:50:26 +0530 Subject: added nerdfonts icon to temperature label-warn and made it red --- .config/polybar/modules.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.config/polybar/modules.ini') diff --git a/.config/polybar/modules.ini b/.config/polybar/modules.ini index 24fda55..b977c33 100644 --- a/.config/polybar/modules.ini +++ b/.config/polybar/modules.ini @@ -119,11 +119,12 @@ thermal-zone = 0 warn-temperature = 65 label = " %{T3}󰏈 %{T-} %temperature-c% " -label-warn-foreground = ${colors.temp-warn-fg} -label-warn-background = ${colors.temp-warn-bg} +label-warn = " %{T3}󰏈 %{T-} %temperature-c% " label-background = ${colors.temp-bg} label-foreground = ${colors.temp-fg} +label-warn-foreground = ${colors.temp-warn-fg} +label-warn-background = ${colors.temp-warn-bg} [module/battery] type = internal/battery @@ -220,10 +221,9 @@ tray-spacing = 8px [module/polydoro] type = custom/script - -exec = FORMAT_WORK_IDLE=" Task {counter}" FORMAT_BREAK_IDLE="%{F#89b4fa} Break {counter}%{F-}" FORMAT_LONG_BREAK_IDLE="%{F#a6e3a1} Long Break%{F-}" FORMAT_WORK="%{F#94e2d5} {time}" FORMAT_BREAK="%{F#89b4fa} {time}%{F-}" FORMAT_LONG_BREAK="%{F#a6e3a1} {time}%{F-}" FORMAT_WORK_PAUSED="%{F#94e2d5} {counter} - {time}" FORMAT_BREAK_PAUSED="%{F#89b4fa} {counter} - {time}%{F-}" FORMAT_LONG_BREAK_PAUSED="%{F#a6e3a1} {time}%{F-}" polydoro -l - +exec = FORMAT_WORK_IDLE=" Task {counter}" FORMAT_BREAK_IDLE="%{F#89b4fa} Break {counter}%{F-}" FORMAT_LONG_BREAK_IDLE="%{F#a6e3a1} Long Break%{F-}" FORMAT_WORK="%{F#94e2d5} {time}%{F-}" FORMAT_BREAK="%{F#89b4fa} {time}%{F-}" FORMAT_LONG_BREAK="%{F#a6e3a1} {time}%{F-}" FORMAT_WORK_PAUSED="%{F#94e2d5} {counter} - {time}%{F-}" FORMAT_BREAK_PAUSED="%{F#89b4fa} {counter} - {time}%{F-}" FORMAT_LONG_BREAK_PAUSED="%{F#a6e3a1} {time}%{F-}" polydoro -l tail = true + format-padding = 2 click-left = polydoro toggle click-middle = polydoro skip -- cgit v1.2.3