polybar/tests/unit_tests/utils
Patrick Ziegler 282b0f4e73
Create default config (#2511)
* Create default config and install to /etc/polybar

Closes #2405

* Search for config in /etc

We search in XDG_CONFIG_DIRS, /etc/xdg, and /etc but only for config.ini

Closes #2016

* Remove config installation from build.sh

* Remove userconfig cmake file

* Cleanup

* Cleanup default config

* Update CHANGELOG.md

Co-authored-by: dvermd <315743+dvermd@users.noreply.github.com>

* Update src/main.cpp

Co-authored-by: dvermd <315743+dvermd@users.noreply.github.com>

* Add tests for string functions

* Support loading bars from fallbacks in /etc

* Combine duplicate string_util::contains test

Co-authored-by: dvermd <315743+dvermd@users.noreply.github.com>
2021-10-05 13:07:19 +02:00
..
action_router.cpp fix(modules): Avoid downcast in module constructor 2021-10-03 03:18:39 +02:00
actions.cpp actions: Move parsing to utility file 2020-11-26 20:53:53 +01:00
color.cpp fix(color): Rename type() function to get_type 2021-03-01 00:05:44 +01:00
command.cpp script: Fix concurrency issues (#2518) 2021-10-03 01:27:11 +02:00
env.cpp Add tests for env_util 2021-09-21 21:43:27 +02:00
file.cpp add command unit tests 2020-05-08 23:24:29 +02:00
math.cpp fix: unbounded_percentage always rounded down 2021-03-03 22:48:17 +01:00
memory.cpp refactor(tests): Migrate to googletest 2018-04-10 00:56:51 +02:00
process.cpp Add env parameter to exec_sh() 2021-09-28 22:16:07 +02:00
scope.cpp tests: Convert scope test to gtest 2018-06-10 16:42:07 +02:00
string.cpp Create default config (#2511) 2021-10-05 13:07:19 +02:00