Commit graph

  • 5ac7d51e8a
    changelog: minor formatting changes Daniel Eklöf 2023-07-14 08:34:16 +02:00
  • f923261fec
    config: don’t ignore asprintf() return value Daniel Eklöf 2023-07-11 12:40:14 +02:00
  • 8e4d7f04e4
    module/script: path: expand ‘~’ to the user’s $HOME directory Daniel Eklöf 2023-07-11 08:27:41 +02:00
  • d6e7710a7e
    particle: on-click: tilde expansion Daniel Eklöf 2023-07-11 10:26:28 +02:00
  • f948b9f8f9
    module/battery: regression: allow poll-interval == 0 Daniel Eklöf 2023-07-09 11:17:54 +02:00
  • 6220a07aaf
    module/battery: debug log when updating due to udev notification Daniel Eklöf 2023-07-09 11:17:14 +02:00
  • a342e036ad
    module/battery: don’t reset poll timeout on irrelevant udev notifications Daniel Eklöf 2023-07-09 10:56:30 +02:00
  • b694fc1583 battery: also show time_to_full David Bimmler 2023-07-07 17:27:31 +02:00
  • 08f5f444eb battery: correct time_to_empty calculation David Bimmler 2023-07-07 11:20:36 +02:00
  • d236b9c1b9
    particle/map: make eval_map_condition() more readable Daniel Eklöf 2023-07-04 11:36:35 +02:00
  • 7c5ea4fed6
    particle/map: make local functions ‘static’ Daniel Eklöf 2023-07-04 11:35:47 +02:00
  • 9218ef234c
    pkgbuild: add changelog Daniel Eklöf 2023-06-13 17:07:22 +02:00
  • 971361b046
    yaml: keep original value when anchor and target node both defines the same key Daniel Eklöf 2023-04-09 09:27:31 +02:00
  • 5e3859f218 module/network: allow poll-interval == 0 tiosgz 2023-04-08 20:06:07 +00:00
  • 963b9d47ee modules/dwl: handle the appid status Yutaro Ohno 2023-03-23 21:23:45 +09:00
  • daeb59e021 i3: add native sorting to changelog Armin Fisslthaler 2023-03-24 19:00:21 +01:00
  • 3ec6fa1bc7 i3: update man page to include native sorting Armin Fisslthaler 2023-03-24 18:59:49 +01:00
  • f21db9caca i3: add "native" sway/i3 sort mode Armin Fisslthaler 2023-03-24 17:45:52 +01:00
  • 8ccd79ad08 modules/network: do not use IPv6 link-local Oleg Hahm 2023-03-03 00:45:47 +01:00
  • d1776714ed
    Merge branch 'pipewire-roundf' Daniel Eklöf 2023-01-21 15:50:22 +01:00
  • 5da51210de
    module/dwl: allow specify the name of tags Leonardo Hernández Hernández 2023-01-16 19:53:21 -06:00
  • 7773a17d57 CHANGELOG.md: add issue #262 Ogromny 2023-01-13 14:40:58 +01:00
  • bdbcc0100a modules/pipewire: change type of volume from uint8 to uint16 Ogromny 2023-01-13 10:19:54 +01:00
  • 10fde4dd0a modules/pipewire: use roundf instead of ceilf for more accuracy Ogromny 2023-01-09 10:07:41 +01:00
  • 134ae847dc
    module/river: add support for ‘layout’ events Daniel Eklöf 2023-01-12 18:15:16 +01:00
  • f75168796a
    module/pipewire: handle failures when trying to connect to pipewire Daniel Eklöf 2023-01-02 14:08:21 +01:00
  • d09d88b60b
    ci: drop gitlab CI Daniel Eklöf 2023-01-02 13:52:39 +01:00
  • 0f3894bf63
    tag: handle width formatter on ints when no other formatting options are used Daniel Eklöf 2023-01-02 12:19:17 +01:00
  • 38a1d0b57c
    doc: tags: add a couple of formatting examples Daniel Eklöf 2023-01-02 11:51:43 +01:00
  • 11bef7dd08
    doc: tags: re-arrange columns in ‘formatting’ table Daniel Eklöf 2023-01-02 11:39:19 +01:00
  • 146759bd96
    implement field width tag format option Leonardo Gibrowski Faé 2022-12-22 16:48:27 -03:00
  • 73ccafdade
    module/i3: fix regression in handling of persistent workspaces Daniel Eklöf 2022-12-28 15:09:25 +01:00
  • 02d281df58
    module/dwl: correctly handle the title Leonardo Hernández Hernández 2022-12-24 13:31:17 -06:00
  • e4edbd26c6
    modules: change min poll interval from 500ms to 250ms Daniel Eklöf 2022-12-23 11:10:37 +01:00
  • 310c07b03d
    module/battery: using a static buffer in readline_from_fd() isn’t thread safe Daniel Eklöf 2022-12-26 19:54:32 +01:00
  • 2283647fc7
    Merge branch 'poll-interval-milliseconds' Daniel Eklöf 2022-12-23 11:06:14 +01:00
  • d26d3953f1
    changelog: batter/network/script: poll-interval: seconds -> milliseconds Daniel Eklöf 2022-12-22 12:09:28 +01:00
  • c4f820e486
    module/script: poll-interval: convert value from ‘seconds’ to ‘milliseconds’ Daniel Eklöf 2022-12-22 12:06:25 +01:00
  • 500b051fe4
    module/network: poll-interval: convert value from ‘seconds’ to ‘milliseconds’ Daniel Eklöf 2022-12-22 11:59:08 +01:00
  • 8fbbce10a5
    module/battery: poll-interval: convert value from ‘seconds’ to ‘milliseconds’ Daniel Eklöf 2022-12-22 11:47:50 +01:00
  • ac8e45c331
    module/mem: cleanup poll-interval Daniel Eklöf 2022-12-22 11:47:15 +01:00
  • a18296a179
    module/disk-io: cleanup poll-interval Daniel Eklöf 2022-12-22 11:47:08 +01:00
  • 1f25978eb4
    module/cpu: cleanup poll-interval Daniel Eklöf 2022-12-22 11:46:00 +01:00
  • c0e0702a6c Update Font Awesome 5 to 6 Stanislav Ochotnický 2022-12-21 17:06:25 +01:00
  • 23d47656e4 Merge pr 'doc: Reinclude yambar-modules man page' (#245) into master Horus 2022-12-19 18:01:03 +00:00
  • 4318765030 doc: Reinclude yambar-modules man page Ben Brown 2022-12-19 17:56:25 +00:00
  • cb8acf261a
    module/mem: rename ‘interval’ to ‘poll-interval’ Daniel Eklöf 2022-12-18 10:40:04 +01:00
  • 63c9c90a61
    module/disk-io: rename ‘interval’ to ‘poll-interval’ Daniel Eklöf 2022-12-18 10:38:56 +01:00
  • 252a7a1580
    doc: cpu: ‘interval’ has been renamed to ‘poll-interval’ Daniel Eklöf 2022-12-18 10:36:01 +01:00
  • 710cede371
    module/pipewire: disable debug logging Daniel Eklöf 2022-12-17 18:26:31 +01:00
  • ede6a541e1
    modules: meson: add missing ‘m’ (math) dependency Daniel Eklöf 2022-12-17 18:15:14 +01:00
  • a9ce81b376
    changelog: add new ‘unreleased’ section Daniel Eklöf 2022-12-17 10:32:36 +01:00
  • a599e7264f
    Merge branch 'releases/1.9' Daniel Eklöf 2022-12-17 10:32:14 +01:00
  • 1353d635c2
    meson/pkgbuild: bump version to 1.9.0 1.9.0 releases/1.9 Daniel Eklöf 2022-12-17 10:29:11 +01:00
  • ef7b4ce9b3
    changelog: prepare for 1.9.0 Daniel Eklöf 2022-12-17 10:28:41 +01:00
  • 06bf127332
    doc: expand last column to fill screen in all tables Daniel Eklöf 2022-12-14 12:18:47 +01:00
  • b195bc4dcb
    module/cpu: make ‘content’ particle a template Daniel Eklöf 2022-12-14 11:49:14 +01:00
  • 2e0e1a402f
    bar: also log module name when logging a failed module Daniel Eklöf 2022-12-14 12:05:34 +01:00
  • 3ca274759a
    module: const:ify ‘module’ argument to module->description() Daniel Eklöf 2022-12-14 12:05:17 +01:00
  • 6794193791
    Merge branch 'plugin-compile-time-optional' Daniel Eklöf 2022-12-14 11:03:16 +01:00
  • 95b1f5f261
    modules: meson: regression: it’s ‘libudev’, not ‘udev’ Daniel Eklöf 2022-12-14 11:01:05 +01:00
  • b22614ecc3
    ci (woodpecker): add pipewire-dev to x86 builds Daniel Eklöf 2022-12-14 10:54:26 +01:00
  • c4cc1b7a36
    changelog: all modules are now compile-time optional Daniel Eklöf 2022-12-14 10:30:20 +01:00
  • a53e48a2c1
    doc: meson: only install man pages for modules we actually build Daniel Eklöf 2022-12-14 10:25:25 +01:00
  • a5e79d14b7
    pkgbuild: add pipewire dependency Daniel Eklöf 2022-12-14 10:18:18 +01:00
  • 690bd630a2
    plugin: use auto-generated defines for enabled plugins Daniel Eklöf 2022-12-14 10:16:54 +01:00
  • 9ef6d73663
    meson: make ‘foreign-toplevel’ plugin compile time optional Daniel Eklöf 2022-12-14 10:08:48 +01:00
  • 56b0047004
    meson: make ‘river’ plugin compile time optional Daniel Eklöf 2022-12-14 10:05:23 +01:00
  • 1a81255579
    meson: make ‘xwindow’ plugin compile time optional Daniel Eklöf 2022-12-14 10:02:13 +01:00
  • a14d38b0cb
    meson: make ‘xkb’ plugin compile time optional Daniel Eklöf 2022-12-14 09:58:45 +01:00
  • b6450446a8
    meson: make ‘sway-xkb’ plugin compile time optional Daniel Eklöf 2022-12-14 09:53:24 +01:00
  • 0cf0d64970
    meson: pipewire-specific ‘json’ dependency Daniel Eklöf 2022-12-14 09:50:22 +01:00
  • ec9ed66b6b
    meson: make ‘script’ plugin compile time optional Daniel Eklöf 2022-12-14 09:48:50 +01:00
  • eb26f64ea7
    meson: make ‘removables’ plugin compile time optional Daniel Eklöf 2022-12-14 09:46:08 +01:00
  • b901ac50ee
    meson: make ‘network’ plugin compile time optional Daniel Eklöf 2022-12-14 09:43:14 +01:00
  • 8d5e8b5f20
    meson: make ‘label’ plugin compile time optional Daniel Eklöf 2022-12-14 09:41:44 +01:00
  • f54f583be1
    meson: make ‘i3’ plugin compile time optional Daniel Eklöf 2022-12-14 09:39:47 +01:00
  • 85d55905f9
    meson: make ‘mem’ plugin compile time optional Daniel Eklöf 2022-12-14 09:36:34 +01:00
  • 659b282445
    meson: make ‘disk-io’ plugin compile time optional Daniel Eklöf 2022-12-14 09:34:05 +01:00
  • b23365ccac
    meson: make ‘cpu’ plugin compile time optional Daniel Eklöf 2022-12-14 09:31:48 +01:00
  • 25e123fbe6
    meson: make ‘clock’ plugin compile time optional Daniel Eklöf 2022-12-14 09:28:42 +01:00
  • aeef3eca0e
    meson: make ‘battery’ plugin compile time optional Daniel Eklöf 2022-12-13 16:49:37 +01:00
  • 881359183f
    meson: make ‘backlight’ plugin compile time optional Daniel Eklöf 2022-12-13 16:47:48 +01:00
  • 4c1398f1a5
    meson: make ‘alsa’ plugin compile time optional Daniel Eklöf 2022-12-13 16:40:49 +01:00
  • f8f0d7ae99
    meson_options: sort plugin options Daniel Eklöf 2022-12-13 16:36:55 +01:00
  • 49576a26bf
    readme: add ‘dwl’ to list of plugins Daniel Eklöf 2022-12-13 16:33:56 +01:00
  • 9b93b0794a
    Merge branch 'i3-workspace-rename' Daniel Eklöf 2022-12-13 16:27:40 +01:00
  • 266a2efbb6
    changelog: sway: workspace ‘move’ and ‘rename’ events Daniel Eklöf 2022-12-13 16:25:55 +01:00
  • 24a3b90a01
    modules: Implement workspace move event Timur Celik 2021-07-06 12:06:49 +02:00
  • 8f89545b32
    modules: Warn for all unknown workspace events Timur Celik 2021-07-06 11:05:17 +02:00
  • bbd2394601
    modules: Implement workspace rename event Timur Celik 2021-07-05 17:38:04 +02:00
  • 6fa9c47c0b
    meson: summary: dwl: Wayland with upper case ‘W’ Daniel Eklöf 2022-12-13 16:00:07 +01:00
  • 7ddd009a5c
    meson: sort plugin list in summary output Daniel Eklöf 2022-12-13 15:59:40 +01:00
  • 4631e75e28
    meson: require version >= 0.59 Daniel Eklöf 2022-12-13 15:58:59 +01:00
  • f5cfc103d0
    modules/dwl: new module Ogromny 2022-12-13 15:18:41 +01:00
  • 6027b2728b
    ci (sr.ht): it’s pulseaudio-dev, not libpulse-dev Daniel Eklöf 2022-12-13 10:47:07 +01:00
  • bd607d7697
    ci: install pipewire-dev; should ensure we build the pipewire plugin Daniel Eklöf 2022-12-13 10:44:44 +01:00
  • 302e0d5cc6
    ci (sr.ht): install ‘dev’ version of “libpulse” Daniel Eklöf 2022-12-13 10:42:53 +01:00
  • 19a9f099e2 modules/pipewire: new module Ogromny 2022-12-13 10:10:06 +01:00
  • dcf21f0b06 modules: add pulse Willem van de Krol 2022-07-28 17:20:30 +02:00