Commit graph

  • 6fa118a5e5
    changelog: prepare for 1.7.0 Daniel Eklöf 2021-09-03 20:38:26 +02:00
  • 7a5ce73c94
    Merge branch 'tag-formatters' Daniel Eklöf 2021-09-01 19:12:42 +02:00
  • eff890ab9d
    tag: add kib/mib/gib formatters Daniel Eklöf 2021-08-27 21:57:34 +02:00
  • 8c2e5d8bde
    doc: yambar-tags: add missing last column to kb/mb formatters Daniel Eklöf 2021-08-27 21:19:20 +02:00
  • f0b16033fe
    doc: yambar-tags: codespell: mininum -> minimum Daniel Eklöf 2021-08-27 21:18:01 +02:00
  • a6194c63e6
    tag: add kb/mb/gb formatters Daniel Eklöf 2021-08-27 21:15:19 +02:00
  • e201cc3d30
    tag: add a ‘%’ formatter Daniel Eklöf 2021-08-27 21:02:01 +02:00
  • 0da24198b3
    Merge branch 'network-wifi' Daniel Eklöf 2021-09-01 19:11:37 +02:00
  • 4ab3263ebb
    changelog: network: poll-interval Daniel Eklöf 2021-09-01 19:11:14 +02:00
  • dabb2e1407
    module/network: add support for periodically polling Wi-Fi stats Daniel Eklöf 2021-08-27 15:56:31 +02:00
  • d450bf12a1
    module/network: re-request station info when we’re re-connected Daniel Eklöf 2021-08-27 15:39:11 +02:00
  • e8a2f8df9a
    module/network: reset signal strength and RX+TX bitrates on disconnect Daniel Eklöf 2021-08-27 15:38:48 +02:00
  • 066427d77a
    examples: add ssid to wifi-network module Daniel Eklöf 2021-08-27 12:13:20 +02:00
  • 25379b7e1f
    changelog: new network tags (ssid, signal rx+tx bitrate) Daniel Eklöf 2021-08-27 12:10:04 +02:00
  • 01ee028c4d
    doc: network: document ssid, signal, rx-bitrate and tx-bitrate Daniel Eklöf 2021-08-27 12:07:41 +02:00
  • a685dadb75
    module/network: expose signal strength and rx+tx bitrates Daniel Eklöf 2021-08-27 11:59:43 +02:00
  • b27eff36f9
    module/network: nl80211: join the MLME mcast group, ignore messages not for us Daniel Eklöf 2021-08-27 10:09:48 +02:00
  • 9b3548736a
    module/network: refactor: add foreach_nlattr() Daniel Eklöf 2021-08-27 07:14:36 +02:00
  • 5249d9ef79
    module/network: use separate functions to connect to RT/GENL netlink Daniel Eklöf 2021-08-26 18:58:21 +02:00
  • d39e6b8b94
    module/network: initial support for Wifi extensions Daniel Eklöf 2021-08-26 18:52:30 +02:00
  • e4e9587322
    particle/progress-bar: fix regression in width calculation: = -> += Daniel Eklöf 2021-08-30 18:00:41 +02:00
  • e9d762fa03
    module/foreign-toplevel: disable debug logging Daniel Eklöf 2021-08-27 10:14:54 +02:00
  • 149798fe98
    Merge branch 'alsa-capture-devices' Daniel Eklöf 2021-08-27 06:42:42 +02:00
  • 1079bca3eb
    Silence “variable length array bound evaluates to non-positive value 0” Daniel Eklöf 2021-08-26 13:27:29 +02:00
  • d1c7647b03
    module/alsa: add support for capture devices Daniel Eklöf 2021-08-26 10:55:10 +02:00
  • 7c7c4e7ce9
    module/alsa: rename {volume,muted}_channel -> {volume,muted}_name Daniel Eklöf 2021-08-26 09:42:41 +02:00
  • b8dd247111
    meson: run generate_version.sh in a C locale Daniel Eklöf 2021-08-25 19:03:32 +02:00
  • 427e0ce418
    Merge branch 'zero-width-exposables-regressions' Daniel Eklöf 2021-08-25 18:48:21 +02:00
  • 7ca22a6dab
    bar: don’t adjust spacing for left/center/right widths if all exposables are zero-width Daniel Eklöf 2021-08-25 13:58:40 +02:00
  • af0b7e57d8
    particle/ramp: don’t add margins if all sub-items are zero-width Daniel Eklöf 2021-08-25 13:58:20 +02:00
  • def90edde1
    particle/progress-bar: don’t add margins if all sub-items are zero-width Daniel Eklöf 2021-08-25 13:58:07 +02:00
  • dab6428859
    particle/map: don’t add margins if all sub-items are zero-width Daniel Eklöf 2021-08-25 13:57:35 +02:00
  • 73e1d328c3
    particle/list: don’t adjust spacing if all sub-items are zero-width Daniel Eklöf 2021-08-25 13:57:19 +02:00
  • ca43eb3016
    particle/dynlist: don’t adjust spacing if all sub-items are zero-width Daniel Eklöf 2021-08-25 13:56:01 +02:00
  • 0abc0f37dd
    Merge branch 'river-rename-per-output-to-all-monitors' Daniel Eklöf 2021-08-25 18:47:48 +02:00
  • 103c3102a9
    module/river: rename the ‘per-output’ option to ‘all-monitors’ Daniel Eklöf 2021-08-25 10:47:40 +02:00
  • 621f0e18e6
    Merge branch 'foreign-toplevel' Daniel Eklöf 2021-08-25 18:46:35 +02:00
  • 9681e0aabe
    module/foreign-toplevel: require version 3 of wl-output interface Daniel Eklöf 2021-08-25 09:46:23 +02:00
  • 589a6f528a
    module/foreign-toplevel: track outputs each toplevel is mapped on Daniel Eklöf 2021-08-25 09:38:26 +02:00
  • 01c6fc5f52
    changelog: foreign-toplevel module Daniel Eklöf 2021-08-24 20:08:53 +02:00
  • fe6cc43ad8
    doc: river: provide -> provides Daniel Eklöf 2021-08-24 20:08:45 +02:00
  • 2173e0dc4d
    doc: add man page for the new foreign-toplevel module Daniel Eklöf 2021-08-24 20:08:20 +02:00
  • 560d7464b4
    module/foreign-toplevel: initial support Daniel Eklöf 2021-08-24 19:55:09 +02:00
  • eb94c8cceb
    Add layer option Nulo 2021-08-25 13:20:33 -03:00
  • 7e7c011126
    module/river: use wl_output_release() instead of wl_output_destroy() Daniel Eklöf 2021-08-25 09:42:38 +02:00
  • 0963afd282
    example/conf: alsa: use the new ‘online’ tag Daniel Eklöf 2021-08-24 16:57:22 +02:00
  • 36de95cc2a
    Merge branch 'alsa-inotify' Daniel Eklöf 2021-08-23 18:34:18 +02:00
  • a5be550964
    module/alsa: free channel list on each connect attempt Daniel Eklöf 2021-08-21 15:26:53 +02:00
  • 360e1fbada
    module/alsa: don’t re-create the /dev/snd inotify watcher after each connect failure Daniel Eklöf 2021-08-21 11:08:45 +02:00
  • 5af070ee1d
    log: LOG_ERRNO: include numeric value of errno Daniel Eklöf 2021-08-21 11:08:06 +02:00
  • 25c20e5534
    module/alsa: use inotify on /dev/snd instead of a poll timeout Daniel Eklöf 2021-08-21 10:52:12 +02:00
  • db12ceb026
    module/alsa: volume/muted: default to “unset”; use first available channel Daniel Eklöf 2021-08-20 21:41:21 +02:00
  • ae7d54fb80
    module/alsa: add ‘volume’ and ‘muted’ options Daniel Eklöf 2021-08-20 20:24:44 +02:00
  • 591cae4c6d
    Merge branch 'alsa-handle-device-disconnect' Daniel Eklöf 2021-08-19 19:31:28 +02:00
  • be6e714eb0
    module/alsa: handle ALSA device disappearing Daniel Eklöf 2021-08-18 20:21:04 +02:00
  • 8b6b82f1e5
    module/river: add support for river-status v2 (‘urgent’ views) Daniel Eklöf 2021-08-19 19:25:18 +02:00
  • b00954045b
    Merge branch 'log-level' Daniel Eklöf 2021-08-15 16:45:02 +02:00
  • 495a4c8fb1
    log: remove unused include “debug.h” Daniel Eklöf 2021-08-15 16:34:46 +02:00
  • be10465a3b
    main: add -d,--log-level=info|warning|error|none Daniel Eklöf 2021-08-15 11:43:49 +02:00
  • 7d3851046e
    log: pull in log.{c,h} from foot Daniel Eklöf 2021-08-15 11:41:12 +02:00
  • 58a52512dd
    changelog: slight rewording Daniel Eklöf 2021-08-12 19:31:22 +02:00
  • 910522262f
    Only add spacing if the module is not empty Nulo 2021-08-11 17:03:34 -03:00
  • 315044d342
    Merge branch 'river-per-output' Daniel Eklöf 2021-08-09 19:56:57 +02:00
  • ba7b9e6244
    module/river: add ‘per-output’ attribute Daniel Eklöf 2021-08-02 19:31:01 +02:00
  • 1c6c73928b
    config-verify: add conf_verify_bool() Daniel Eklöf 2021-08-02 19:30:22 +02:00
  • 74016d7d33
    bar: add bar->output_name(), returns the name of the output we’re on Daniel Eklöf 2021-08-02 19:29:52 +02:00
  • 96a35e5304
    Merge branch 'progress-bar-where-tag' Daniel Eklöf 2021-08-09 19:56:21 +02:00
  • a210d33320
    particle/progress-bar: fix ‘where’ tag regression Daniel Eklöf 2021-08-09 18:21:45 +02:00
  • 3072c2b13f
    Merge branch 'backend-wayland-macro-typo' Daniel Eklöf 2021-07-30 10:32:33 +02:00
  • 64df5d9806
    changelog: --backend=wayland Daniel Eklöf 2021-07-30 10:31:31 +02:00
  • 7d94631991 bar: fix typo. Érico Nogueira 2021-07-29 15:57:00 -03:00
  • 741107d31c
    Merge branch 'border-left-right-top-bottom' Daniel Eklöf 2021-07-28 11:00:26 +02:00
  • b97ba80aea
    bar: add border.{left,right,top,bottom}-width Daniel Eklöf 2021-07-27 16:32:13 +02:00
  • 8c095eb423
    changelog: update contributors list Daniel Eklöf 2021-07-28 10:44:39 +02:00
  • 30f2880be7
    Merge branch 'doc-typo-missing-value' Daniel Eklöf 2021-07-28 10:43:41 +02:00
  • b4ce851b4d doc: fix typo and missing values Rafael Escobar 2021-07-27 21:18:00 -03:00
  • 239ce16a79
    Merge branch 'persistent-i3-workspaces' Daniel Eklöf 2021-07-27 15:45:44 +02:00
  • 7da13a26d0
    module/i3: add ‘persistent’ attribute Daniel Eklöf 2021-07-26 16:32:27 +02:00
  • 21adc40a52
    changelog: add new ‘unreleased’ section Daniel Eklöf 2021-07-24 13:43:13 +02:00
  • b1932872ce
    Merge branch 'releases/1.6' Daniel Eklöf 2021-07-24 13:42:51 +02:00
  • 66ea64d826
    meson/pkgbuild: bump version to 1.6.2 1.6.2 releases/1.6 Daniel Eklöf 2021-07-24 13:38:09 +02:00
  • 481040f2da
    changelog: prepare for 1.6.2 Daniel Eklöf 2021-07-24 13:37:50 +02:00
  • 213974c796
    Merge branch 'master' into releases/1.6 Daniel Eklöf 2021-07-24 13:37:01 +02:00
  • e12b3af290
    Merge branch 'releases/1.6' Daniel Eklöf 2021-07-24 13:36:24 +02:00
  • b0be7677ab
    Merge branch 'horizontal-ellipsis' Daniel Eklöf 2021-07-20 20:12:49 +02:00
  • 8187d60193
    particle/string: use HORIZONTAL ELLIPSIS as truncation character Daniel Eklöf 2021-07-19 12:27:20 +02:00
  • 71ecdb6789
    Merge branch 'script-poll-interval' Daniel Eklöf 2021-07-11 15:28:45 +02:00
  • 0ddabacc77
    doc: yambar-modules-script: codespell fixes Daniel Eklöf 2021-07-11 15:27:57 +02:00
  • a6126c774f modules: Support interface creation at runtime Timur Celik 2021-07-06 00:15:18 +02:00
  • 77183e6da0 modules: Implement workspace move event Timur Celik 2021-07-06 12:06:49 +02:00
  • c495aabb8b modules: Warn for all unknown workspace events Timur Celik 2021-07-06 11:05:17 +02:00
  • 5345d12cff modules: Fix compile error for a broken debug log Timur Celik 2021-07-06 10:49:04 +02:00
  • 8b3919a8ea modules: Implement workspace rename event Timur Celik 2021-07-05 17:38:04 +02:00
  • cf41d008f8
    module/script: add poll-interval option Daniel Eklöf 2021-07-04 20:23:01 +02:00
  • e4a0b375e5
    Merge branch 'mouse-buttons-and-scrolling' Daniel Eklöf 2021-07-04 19:51:01 +02:00
  • fc9c3ebbb8
    changelog: mouse buttons + scrolling Daniel Eklöf 2021-07-04 19:50:15 +02:00
  • e11fe12c98
    particles: fix mouse hover on non-primitive particles Daniel Eklöf 2021-07-02 16:36:09 +02:00
  • 0aef2f85ee
    config: add bar.trackpad-sensitivity Daniel Eklöf 2021-06-23 11:28:59 +02:00
  • 4ce3fe2285
    bar/wayland: fix mouse wheel up not being emitted Daniel Eklöf 2021-06-23 11:21:26 +02:00
  • 46e6539b1a
    particle/list: call default handler on motion events if we a have click handler Daniel Eklöf 2021-06-23 10:58:28 +02:00