Commit Graph

  • 8282385074
    update actions on taskbar man page Arnaud Vallette d'Osia 2020-11-22 13:06:46 +0100
  • ef7638d45a
    Merge pull request #918 from Arnaudv6/patch-1 Alex 2020-11-22 11:08:16 +0100
  • d8dafa7ecc
    add minimize-raise() action Arnaud Vallette d'Osia 2020-11-18 20:12:07 +0100
  • faacd76f62
    Merge pull request #892 from alebastr/layer-surfaces-v3 Alex 2020-11-02 10:17:57 +0100
  • c21e0f6cf3
    Merge pull request #906 from JordanL2/master Alex 2020-11-02 10:16:24 +0100
  • 9785a89013 Making active a bool Jordan Leppert 2020-11-01 18:25:41 +0000
  • b015836e7b Ensure style class is removed from all IdleInhibitor instances by moving it to update(). Jordan Leppert 2020-11-01 18:17:51 +0000
  • a9dae931c7 Renaming idle_inhibitor_modules and idle_inhibitor_status to shorter, more convenient names. Jordan Leppert 2020-11-01 17:14:05 +0000
  • 071cb86b45 Moving idle inhibitor shared stuff out of Client and into idle_inhibitor module as static members. Jordan Leppert 2020-11-01 17:09:48 +0000
  • c6743988d3 Removing 'click_param' as it is no longer used. Jordan Leppert 2020-11-01 16:03:39 +0000
  • bb33427f65 Making idle_inhibitor_ private and initialised in constructor, as it was before. Jordan Leppert 2020-11-01 13:38:58 +0000
  • 4889e655eb Since idle_inhibitor's have a surface, we should have one for each inhibitor module. Therefore, the status is stored on the Client, and all modules create or destroy their inhibitors depending on Client's idle_inhibitor_status. Also, when modules are destroyed they remove themselves from Client's idle_inhibitor_modules. Jordan Leppert 2020-11-01 13:33:28 +0000
  • aa4fc3dd29 Idle inhibitor toggle no longer update all modules - a list of idle inhibitors is maintained on the Client. Jordan Leppert 2020-10-31 17:30:25 +0000
  • 188611a767 Merge from master Jordan Leppert 2020-10-31 16:37:20 +0000
  • 4872091442 Draft fix for syncing idle inhibitor across outputs. The idle_inhibitor surface has been moved to Client, all instances of idle inhibitor module now use one surface between them. Any time an idle inhibitor is clicked, currently it force updates ALL modules on all outputs, this needs work. Jordan Leppert 2020-10-31 16:31:27 +0000
  • 5600783151
    Merge pull request #905 from JordanL2/master Alex 2020-10-31 14:04:41 +0100
  • abe1fa5bd4 Custom module - only call label_.set_tooltip_markup if tooltip markup has actually changed - fixes tooltips not appearing at all if a custom module is updating too frequently. Jordan Leppert 2020-10-31 12:21:51 +0000
  • 96d965fe04
    Add simpleclock as fallback when hhdate is not available Laurent Arnoud 2020-10-10 14:09:55 +0200
  • 9c566564e1
    fix(bar): address some of RawSurfaceImpl resizing issues Aleksei Bavshin 2020-10-23 02:59:04 -0700
  • fc5906dbd4
    feat(bar): change layer to bottom when hidden Aleksei Bavshin 2020-10-22 23:04:58 -0700
  • fe3aeb36c5
    refactor(bar): wrap layer_surface pointer in unique_ptr Aleksei Bavshin 2020-10-23 00:49:09 -0700
  • 591a417b7d
    fix(bar): rework surface commit calls for RawSurfaceImpl Aleksei Bavshin 2020-10-23 00:13:23 -0700
  • d4d35e6b2b
    chore(subprojects): update gtk-layer-shell to 0.4.0 Aleksei Bavshin 2020-10-22 08:04:57 -0700
  • f97de599dd
    refactor: header cleanup Aleksei Bavshin 2020-10-21 22:45:03 -0700
  • f01996ae99
    fix(bar): CamelCase SurfaceImpl method names Aleksei Bavshin 2020-10-28 08:06:40 -0700
  • 7735c80d0e
    refactor(bar): Split GLS and raw layer-shell implementations Aleksei Bavshin 2020-10-21 22:16:12 -0700
  • 2b3d7be9cb
    feat(bar): let gtk-layer-shell manage exclusive zone Aleksei Bavshin 2020-10-20 23:18:58 -0700
  • 9fa2cc45d2
    Merge pull request #901 from 1sixth/patch-1 Alex 2020-10-28 13:53:15 +0100
  • 7a0c0ca613
    replace lowercase "k" with uppercase "K" 1sixth 2020-10-28 19:39:50 +0800
  • 48a8dbece9
    Merge pull request #898 from alebastr/fix-globals-versions Alex 2020-10-25 20:43:18 +0100
  • 67d54ef3d5
    fix(wlr/taskbar): do not bind to unsupported protocol versions Aleksei Bavshin 2020-10-24 22:56:24 -0700
  • d5fa20dd33
    Merge pull request #895 from Flakebi/mpd Alex 2020-10-24 10:47:14 +0200
  • be3f47b374
    Fix various mpd bugs Flakebi 2020-10-23 21:13:20 +0200
  • 9ea13e790d
    Merge pull request #879 from niktob560/sway-language-module Alex 2020-10-20 12:43:26 +0200
  • f13f49ccb5
    Merge branch 'master' into sway-language-module nikto_b 2020-10-20 12:22:22 +0300
  • 2cc00ab853
    Merge branch 'sway-language-module' of https://github.com/niktob560/Waybar into sway-language-module nikto_b 2020-10-20 12:21:38 +0300
  • ed402d7583
    feature: language submodule - created man page nikto_b 2020-10-20 12:20:58 +0300
  • acf990743e
    Merge pull request #888 from jbenden/mpd-password Alex 2020-10-20 09:06:32 +0200
  • 587eb5fdb4
    mpd: support password protected MPD Joseph Benden 2020-10-19 11:54:36 -0700
  • f151d435a8
    Merge pull request #887 from jbenden/jbenden/mpd-module Alex 2020-10-19 09:05:54 +0200
  • 8f961ac397
    mpd: revamped to event-driven, single-threaded Joseph Benden 2020-10-03 22:01:51 -0700
  • cf5db8f663
    Merge pull request #886 from Alexays/revert-877-jbenden/mpd-module Alex 2020-10-18 10:45:44 +0200
  • 54beabb9dc
    Revert "mpd: revamped to event-driven, single-threaded" Alex 2020-10-18 10:45:31 +0200
  • 41752ad5a2
    Merge pull request #877 from jbenden/jbenden/mpd-module Alex 2020-10-18 10:39:12 +0200
  • 8349316fcd
    Merge branch 'master' into sway-language-module nikto_b 2020-10-12 13:31:39 +0300
  • 4229e9b2ca Implemented format-{state} for cpu/disk/memory Ole Martin Handeland 2020-10-12 02:05:26 +0200
  • 5e86014443
    Merge pull request #825 from Anakael/taskbar/remove-trim Alex 2020-10-11 23:06:51 +0200
  • d6381eeaff
    Merge branch 'master' into taskbar/remove-trim Alex 2020-10-11 23:06:32 +0200
  • 45f7f9b07a
    Merge branch 'master' into config-reloading Alex 2020-10-11 23:00:25 +0200
  • 6dc1892494
    Merge pull request #880 from ChilloManiac/master Alex 2020-10-11 22:58:09 +0200
  • e9b2d275c8 added module group selectors for styling Christoffer Noerbjerg 2020-10-11 22:36:30 +0200
  • 7b78a29f3f
    Merge pull request #843 from tchebb/align-workspace-text Alex 2020-10-11 14:40:45 +0200
  • f270d317bb
    Merge pull request #869 from lrhel/master Alex 2020-10-11 14:39:39 +0200
  • cc3acf8102
    feature: created sway language submodule; added styles & config part for a sway language submodule nikto_b 2020-10-10 19:09:18 +0300
  • 21fdcf41c3
    mpd: revamped to event-driven, single-threaded Joseph Benden 2020-10-03 22:01:51 -0700
  • bcb63b8ccb
    Merge pull request #849 from ericonr/sndio Alex 2020-10-04 20:51:00 +0200
  • 22e46ea6cc sndio: Add reconnection support. Érico Rolim 2020-10-04 02:53:21 -0300
  • aa625f5196 .travis.yml: add sndio to FreeBSD run. Érico Rolim 2020-09-06 15:15:58 -0300
  • 1f66b06f93 Dockerfiles/alpine: add sndio-dev. Érico Rolim 2020-09-09 14:48:27 -0300
  • e4427cb017 sndio: Add module. Érico Rolim 2020-09-06 14:44:13 -0300
  • 93afe5113a
    Merge pull request #870 from minijackson/add-global-config-directory Alex 2020-10-02 20:17:06 +0200
  • 73681a30e5
    man: add the prefixed path were config is loaded Minijackson 2020-09-29 22:31:28 +0200
  • e9b5be9adb
    fix: add global /etc/xdg/waybar back. fixes #714 Minijackson 2020-09-29 22:28:39 +0200
  • 83d679bf72 Add format-icons for workspace's name entry lrhel 2020-09-26 23:06:12 +0000
  • b9f83dc77d
    Merge pull request #868 from danieldg/fix-backward-forward Alex 2020-09-26 22:29:03 +0200
  • 7ba14c2097 Fix "on-click-backward" when "on-click-forward" is not present Daniel De Graaf 2020-09-26 15:55:06 -0400
  • 3014082ba2
    Merge pull request #862 from xenrox/disk-state Alex 2020-09-23 14:18:12 +0200
  • 12016d35bb
    disk module: add state for percentage_used Thorben Günther 2020-09-21 13:17:11 +0200
  • 6db795401a chore: v0.9.4 0.9.4 Alex 2020-09-21 12:18:42 +0200
  • 43ca8f7050
    Merge pull request #861 from Alexays/fix-network Alex 2020-09-21 12:10:01 +0200
  • 063c5a5ace
    Merge branch 'master' into fix-network Alex 2020-09-21 12:09:54 +0200
  • fcab026512
    Merge pull request #850 from z3ntu/poll-h Alex 2020-09-21 10:58:27 +0200
  • 95f505a457 revert: restore eventfd Alex 2020-09-21 10:56:40 +0200
  • 577dc1fa00
    Merge branch 'master' into poll-h Alex 2020-09-21 10:40:46 +0200
  • dc625490f8
    Merge pull request #855 from Koffeinfriedhof/master Alex 2020-09-14 09:36:37 +0200
  • c651670222 Added song position and queue length. koffeinfriedhof 2020-09-13 17:32:00 +0200
  • 459df4e0c9
    Merge pull request #851 from tamirzb/exec-on-event Alex 2020-09-08 09:18:32 +0200
  • eb53fa8d0e
    Merge pull request #847 from MusiKid/memory-tooltip Alex 2020-09-07 12:15:26 +0200
  • 9e3e4368c7 custom: Add "exec-on-event" config Tamir Zahavi-Brunner 2020-09-06 22:47:34 +0300
  • 98b6d7f283
    Fix non-standard usage of <sys/poll.h> Luca Weiss 2020-09-06 21:48:42 +0200
  • 225a0eccdd
    Add support for memory tooltip MusiKid 2020-09-02 14:25:57 +0200
  • 1b22e2b320 style(workspaces): align text with other modules Thomas Hebb 2020-08-29 22:56:26 -0700
  • 44119db436
    Merge pull request #840 from tamirzb/fix-restart-interval Alex 2020-08-28 15:38:41 +0200
  • 943b6bc51b Implement support for reloading of config files. Renee D'Netto 2020-08-27 22:07:19 +1000
  • 4a22057138
    Merge pull request #814 from danieldg/markup-fixes Alex 2020-08-28 09:01:32 +0200
  • ba78199dd1 custom: Fix "restart-interval" Tamir Zahavi-Brunner 2020-08-28 01:16:41 +0300
  • 9b51094743
    Merge branch 'master' into battery-custom-tooltip Marek Černoch 2020-08-20 13:52:25 +0200
  • 3c5fd4ba84
    Merge pull request #828 from pedrocr/fix-multiline-labels Alex 2020-08-20 08:57:54 +0200
  • ea722615c4 Allow enabing pango markup in the taskbar string Daniel De Graaf 2020-08-10 19:23:16 -0400
  • 6f7d7e645a Prevent line breaks in ellipsized labels Pedro Côrte-Real 2020-08-19 22:11:11 +0100
  • 8fb54f47ea battery: allow custom tooltip format Marek Černoch 2020-08-19 23:11:16 +0200
  • 447fad34c7
    Merge pull request #826 from Markaos/fix-typo Alex 2020-08-19 11:02:49 +0200
  • d263607b27 network: fix typo - update tooltip only when it changes Marek Černoch 2020-08-18 23:09:35 +0200
  • b54fb24745 Remove trim usage in format Some clang-tidy fixes dmitry 2020-08-16 15:54:21 +0300
  • 0cf3b25d50
    Merge pull request #824 from alebastr/gls-resize Alex 2020-08-15 10:59:12 +0200
  • 033f0b01b7
    Fix rfkill condition Alex 2020-08-15 10:36:15 +0200
  • f4e15dd93d
    chore(subprojects): update gtk-layer-shell to 0.3.0 Aleksei Bavshin 2020-08-14 23:53:44 -0700
  • 3663b9193d
    refactor(bar): separate GTK event handlers for gtk-layer-shell Aleksei Bavshin 2020-08-09 18:58:01 -0700
  • 591eb2ea38
    Merge pull request #821 from danieldg/new-clock-features Alex 2020-08-14 22:12:48 +0200
  • 69f5d19455
    Merge pull request #823 from W-joe/rfkill_optional Alex 2020-08-14 21:56:52 +0200