Commit Graph

  • 52eee95bf8 controller: Detach shell commands from polybar patrick96 2020-11-25 12:16:06 +01:00
  • 0416093edc Display correct(binary) unit prefixes in memory module (#2211) Michał Drozd 2020-11-27 23:30:09 +01:00
  • 5007dae35a If bar bg, fg, border, or line color is alpha only, apply to default patrick96 2020-11-27 21:52:53 +01:00
  • 53c6f3b042 refactor(color): Better channel function names patrick96 2020-11-27 21:05:50 +01:00
  • 477189e443 Cleanup patrick96 2020-11-27 20:46:04 +01:00
  • 4dfbba11c4 Make rgba class immutable patrick96 2020-11-27 20:35:31 +01:00
  • cc1efe12cd Add tests for apply_alpha patrick96 2019-10-28 00:48:46 +01:00
  • 413c911cd1 Move apply_alpha functionality into rgba patrick96 2019-10-28 00:40:59 +01:00
  • eeab4f0d45 Print error message for invalid color strings patrick96 2019-10-27 23:19:36 +01:00
  • c9efd09f71 Load rgba from config instead of strings. patrick96 2019-10-27 22:41:18 +01:00
  • 8e10c046fa Move all channel functions into rgba class patrick96 2019-10-27 22:39:02 +01:00
  • 3655106a14 Adapt the renderer side to always use rgba patrick96 2019-10-27 22:27:58 +01:00
  • 64fa6469ab Remove unused hex function patrick96 2019-10-27 22:26:02 +01:00
  • b238ec3403 Move most color_util functions into rgba class patrick96 2019-10-27 22:06:25 +01:00
  • 75eb41f5ad config: Better error messages when opening files patrick96 2020-11-25 01:35:38 +01:00
  • 9d31b51a63 github: Cleanup issue templates patrick96 2020-11-26 20:20:29 +01:00
  • 2f549575c7 github: Add PR template patrick96 2020-11-26 20:16:53 +01:00
  • 874c9527be Add debugging guide to SUPPORT.md patrick96 2020-11-26 20:16:39 +01:00
  • f28de58134 readme: Add contributing guideline patrick96 2020-11-26 20:16:13 +01:00
  • 0b67f67440 readme: Move installation instructions to wiki patrick96 2020-11-26 20:14:57 +01:00
  • 36aa1d08d6 Add contributing guidelines patrick96 2020-11-26 19:55:14 +01:00
  • ff3340e062 controller: Cleanup process_inputdata patrick96 2020-11-25 10:16:26 +01:00
  • 1afb333858 doc(actions): Point user to doc when using legacy actions patrick96 2020-11-22 23:18:52 +01:00
  • 191fb2972c actions: Integrate input_handler into module patrick96 2020-11-22 23:05:45 +01:00
  • 0a1b58a2ed doc(actions): Finish migration documentation patrick96 2020-11-22 22:18:36 +01:00
  • c427ec06d7 doc(actions): Finish list of available actions patrick96 2020-11-20 00:46:24 +01:00
  • 658ed6974d Do not use reverse-scroll for prev/next actions patrick96 2020-11-20 00:16:39 +01:00
  • 5e64361ed8 doc(actions): Start supported actions table patrick96 2020-10-26 23:50:14 +01:00
  • d45ae7954a doc: Finish legacy action migration table patrick96 2020-10-23 01:19:42 +02:00
  • 1d9365e74f doc: Allow using rtd theme locally patrick96 2020-06-12 22:38:35 +02:00
  • 3e4f8d402e doc: Initial action documentation patrick96 2020-06-07 21:52:54 +02:00
  • 1193b78e43 controller: Use unordered_map for legacy actions patrick96 2020-05-31 21:16:13 +02:00
  • 41ffc3607d controller: Make action shell command local patrick96 2020-05-31 21:13:12 +02:00
  • 9fb75779f3 Incorporate reviews patrick96 2020-05-31 21:11:36 +02:00
  • 5ddb6fc0c5 Move legacy action handling to separate function patrick96 2020-05-31 16:49:25 +02:00
  • c60b488501 clang-format patrick96 2020-05-31 16:31:48 +02:00
  • 507004df87 actions: Move parsing to utility file patrick96 2020-05-31 16:28:31 +02:00
  • 0db8376222 menu: Emit exec actions patrick96 2020-05-30 19:28:22 +02:00
  • ef8f7c9d94 feat(menu): Add exec action to menu module patrick96 2020-05-30 19:13:31 +02:00
  • af5af1e497 Fix unused argument warning patrick96 2020-05-30 18:56:59 +02:00
  • a30ac5f4a3 fix(actions): Separate data from action properly patrick96 2020-05-24 19:46:20 +02:00
  • 6618320947 actions: Use #name.action[.data] format patrick96 2020-05-24 01:29:38 +02:00
  • bc1b86c584 actions: Separate data from action string patrick96 2020-05-24 00:36:16 +02:00
  • 8acedeef87 modules: Fix resolving of type of disabled modules patrick96 2020-05-15 20:45:38 +02:00
  • 002112df64 actions: Forward data of legacy actions patrick96 2020-05-12 23:41:52 +02:00
  • a2b312cc84 actions: Add mapping for all legacy action names patrick96 2020-05-12 23:33:53 +02:00
  • ae2350167b actions: Switch all modules over to new system patrick96 2020-05-24 18:35:12 +02:00
  • 816b73a95f actions: Add utility functions to produce action tags patrick96 2020-05-07 01:26:14 +02:00
  • b2ba21c75d actions: Forward legacy actions to the right module patrick96 2020-04-25 01:41:01 +02:00
  • d592eea966 refactor: Move module type string into modules patrick96 2020-05-15 19:59:08 +02:00
  • 06012af3aa controller: Deliver inputs to all input handlers patrick96 2019-12-02 19:15:40 +01:00
  • 4b5007294b refactor(modules): Make all modules input handlers patrick96 2019-12-02 19:14:26 +01:00
  • 457e37faaf fix: add name_raw to unsupported modules patrick96 2019-10-23 00:33:20 +02:00
  • a287fb5e8c fix: Use module name in action string patrick96 2020-05-31 00:09:44 +02:00
  • 22d0f0a38c refactor(builder): Remove unused arguments patrick96 2020-05-15 19:42:32 +02:00
  • c34f013e5f doc: Reflect config fallback in config patrick96 2020-11-23 13:09:23 +01:00
  • df15a4062a doc: Write new release workflow patrick96 2020-09-22 22:33:12 +02:00
  • bb3647ff8d Add script to create release archives patrick96 2020-09-22 17:44:57 +02:00
  • 14a948d75d aur: Use Release mode in cmake patrick96 2020-10-31 10:30:52 +01:00
  • 5dc6e7a7aa refactor(config): Throw missing section error patrick96 2020-10-06 18:22:10 +02:00
  • b11fa81f19 doc: Add versions to openSUSE (#2231) sysek 2020-10-29 22:43:06 +01:00
  • e309253fc8 clang-format patrick96 2020-10-18 18:11:08 +02:00
  • 4944a5179c fix(net): Float interval for network speed patrick96 2020-10-18 18:09:13 +02:00
  • 3895ace12a temp: Use first/last ramp only for edge temps (#2197) Quan 2020-10-09 19:05:50 +07:00
  • 8dbd1740a7 feat(config): include-directory directive (#2196) Guilherme Silva 2020-10-08 16:44:29 +01:00
  • 31096de5e5 travis: Update to focal patrick96 2020-10-03 15:19:23 +02:00
  • 91e31317a7 doc: Set SPHINX_BUILD in standalone doc builds patrick96 2020-10-03 14:54:20 +02:00
  • bb15e33a2a fix(alsa): Remove upper bound to get_volume (#2184) joaquin garmendia 2020-09-20 07:26:17 -05:00
  • 2f4cffc0fb fix(config_parser): Gracefully handle BOM (#2166) Nolan Prochnau 2020-08-15 06:02:23 -04:00
  • a4dd2a93d6 Disable modernize-use-trailing-return-type warning Mihir Lad 2020-08-11 19:00:05 -04:00
  • a625e2b79a fix(timer_module): sleep until next full interval (#2123) Malte Bargholz 2020-06-20 22:15:25 +02:00
  • 2b6abb9b8f xpp: Update submodule (#2125) Patrick Ziegler 2020-06-10 21:00:18 +02:00
  • be64da3bda battery: Prioritize full-at over state (#2019) Richard 2020-06-09 21:15:36 +02:00
  • b0e9e3ff61 doc: Add '(unreleased)' tag for unreleased versions (#2118) Patrick Ziegler 2020-06-07 21:54:04 +02:00
  • b8a1354117 backlight: Just match amdgpu_bl prefix (#2122) nicey0 2020-06-05 16:48:17 -03:00
  • 55b7533ed1 xpp: Update submodule: patrick96 2020-06-04 22:00:38 +02:00
  • ba0a156bbe refactor: Deprecate throttle-input-for setting (#2117) Patrick Ziegler 2020-05-30 22:45:36 +02:00
  • 5cd7295a41 fix(menu) wrong spacing for left expansion (#1656) Justin R. St-Amant 2020-05-16 16:19:12 -05:00
  • 4e9598f09b build: Update i3ipcpp submodule patrick96 2020-05-14 22:56:11 +02:00
  • f7dd5041fb aur: Update PKGBUILD for 3.4.3 patrick96 2020-05-14 23:28:45 +02:00
  • 3c2188ff28 Release 3.4.3 3.4.3 3.4 patrick96 2020-05-14 23:07:39 +02:00
  • d95f9309a9 Fix gcc compilation Jérôme BOULMIER 2020-05-14 22:13:43 +02:00
  • 78b5f88c5f Fix gcc compilation Jérôme BOULMIER 2020-05-14 22:13:43 +02:00
  • f016b99e08 Redirect process output to dev null Jérôme BOULMIER 2020-05-06 22:28:05 +02:00
  • e9d2f022cd add command unit tests Jérôme BOULMIER 2019-03-07 01:42:10 -05:00
  • 5e5d8faf04 fix(command): broken pipe when ignoring output. Jérôme BOULMIER 2019-03-07 00:22:00 -05:00
  • 92181fd237 build: Update xpp module patrick96 2020-05-06 21:09:02 +02:00
  • 0dffca98cb xworkspaces: Remove desktop offset member patrick96 2019-11-02 23:16:30 +01:00
  • 7658c1b9f1 fix(xworkspaces): Assign desktops to correct viewport patrick96 2020-05-01 17:43:14 +02:00
  • fc42da812a doc: Add Debian installation instructions (#2072) Utkarsh Gupta 2020-04-25 02:15:56 +05:30
  • b2613fa269 logger: Use notices for config file and fonts patrick96 2020-03-01 21:26:20 +01:00
  • 3f60561ae3 logger: Downgrade some warning messages patrick96 2020-04-22 00:14:02 +02:00
  • cae3848030 logger: Add default logging level 'notice' patrick96 2020-04-22 00:12:08 +02:00
  • ecbe77bbda fix(monitor): Reload when any monitor changes patrick96 2019-06-30 15:34:18 +02:00
  • 18fc64f881 monitor: Remove sort in get_monitors patrick96 2019-06-30 15:32:20 +02:00
  • fbbb5922da doc: Reword -m and -M description patrick96 2019-06-30 15:31:06 +02:00
  • 33b68ec7cb fix(randr): Undefined behavior when removing clones patrick96 2019-06-25 00:23:44 +02:00
  • 9f7363c9ee bash: Remove tabs patrick96 2019-06-24 18:21:11 +02:00
  • 52000c194a fix(xrandr): Fetch cloned monitors where possible patrick96 2019-06-24 17:59:24 +02:00
  • 2edd8275ff Add -M CLI argument to display cloned monitors patrick96 2019-06-24 17:58:40 +02:00