polybar/src
Quantenzitrone 708bd9c891
feat(temperature): %temperature-k% token for Kelvin (#2784)
* added kelvin option for module/temperature

* changelog for the changes i made

* fixed typos

* fixed the temperature conversion to be more precise

* Update CHANGELOG.md

Co-authored-by: Patrick Ziegler <p.ziegler96@gmail.com>

* changed the calculation of the different temperatures

it now uses float as a initial value and makes m_temp temp_k and temp_f by converting and rounding with std::round

* std::lround makes more sense to use than std::round

Co-authored-by: Patrick Ziegler <p.ziegler96@gmail.com>
2022-08-21 19:10:48 +02:00
..
adapters Merge remote-tracking branch 'origin/hotfix/3.6.3' 2022-05-04 11:08:12 +02:00
cairo Use @ for doxygen commands (#2597) 2022-02-20 21:40:48 +01:00
components config_parser: Pass barname as argument to parse() (#2765) 2022-07-09 13:12:37 +02:00
drawtypes Add units support (POINT, PIXEL, SPACE) (#2578) 2022-02-20 21:08:57 +01:00
events
ipc fix(ipc): Fallback folder not being user-specific (#2684) 2022-04-07 15:33:56 +02:00
modules feat(temperature): %temperature-k% token for Kelvin (#2784) 2022-08-21 19:10:48 +02:00
tags feat(tray): Position using a module (#2595) 2022-04-15 23:50:04 +02:00
utils Merge branch 'hotfix/3.6.2' 2022-04-03 20:11:19 +02:00
x11 fix: tray flickers due to excessive redrawing/visibility changing (#2747) 2022-07-09 09:09:55 +02:00
CMakeLists.txt feat(tray): Position using a module (#2595) 2022-04-15 23:50:04 +02:00
main.cpp config_parser: Pass barname as argument to parse() (#2765) 2022-07-09 13:12:37 +02:00
polybar-msg.cpp Fix hint message when using deprecated polybar-msg hook 2022-03-05 09:41:00 +01:00
settings.cpp.cmake cmake: Stop using CMAKE_* variables for flags 2021-07-11 14:47:26 +02:00