Skip to content

Commit

Permalink
Fix spacing in temperature widget
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeville committed Dec 27, 2024
1 parent b44a252 commit 8a46f91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/linux/.config/polybar/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ interval = 1
hwmon-path = ${env:HWMON_PATH}
base-temperature = 20
warn-temperature = 60
format = <ramp> <label>
format = <ramp><label>
format-underline = ${colors.primary}
format-warn = <ramp> <label-warn>
format-warn = <ramp><label-warn>
format-warn-underline = ${self.format-underline}
label = "%temperature-f:6%"
label-warn = "%temperature-f%"
Expand Down

0 comments on commit 8a46f91

Please sign in to comment.