Commit Graph

  • 4d775008df only return a bluetooth module from factory if the rfkill feature is enabled. wjoe 2020-08-14 20:59:30 +0200
  • 4565f7f8b9 only compile rfkill into the network module if the feature is enabled. wjoe 2020-08-14 20:58:48 +0200
  • fdfb60c633 meson feature: make rfkill optional wjoe 2020-08-14 20:56:45 +0200
  • 62082bdb01 clock: scroll through multiple timezones Daniel De Graaf 2020-08-12 22:46:51 -0400
  • 8cd6e13308 clock: allow custom formatting for today in calendar Daniel De Graaf 2020-08-05 20:31:36 -0400
  • 31243cdc20
    Merge pull request #820 from pedrocr/sway-workspaces-id Alex 2020-08-13 21:38:02 +0200
  • 0aa8c03bea Add missing * in man page Pedro Côrte-Real 2020-08-13 20:11:55 +0100
  • 51a66d5919
    Merge pull request #819 from pedrocr/sway-workspaces-id Alex 2020-08-13 13:17:30 +0200
  • 29fa74f621 Add IDs to sway workspace buttons for CSS styling Pedro Côrte-Real 2020-08-12 11:41:00 +0100
  • 4c4691dc2e
    Merge pull request #817 from pedrocr/sway-workspaces-disable-click Alex 2020-08-12 20:45:04 +0200
  • 8f10c9056c Add option for no workspace switch on click Pedro Côrte-Real 2020-08-12 11:38:48 +0100
  • 22409d27c5 Fix docs typos Add removing buttons Adjust handling multiple outputs. dmitry 2020-08-11 00:28:56 +0300
  • 3bb04e82a5
    Merge pull request #813 from xenrox/fmt-fix Alex 2020-08-10 20:57:00 +0200
  • 9b41b95934
    Fix crash with fmt Thorben Günther 2020-08-10 20:53:29 +0200
  • fb56f89ced
    Merge pull request #801 from maximbaz/systemd-use-standard-targets Alex 2020-08-10 18:11:28 +0200
  • 56cbdd1403
    Merge pull request #807 from nschloe/readme-ppa Alex 2020-08-08 16:35:09 +0200
  • 50e8f7ca86
    add repo info to README Nico Schlömer 2020-08-08 13:17:56 +0200
  • 42b6c089f3 Add docs and adjust sorting dmitry 2020-08-08 00:09:35 +0300
  • 0ad29a5960 Finish base implementation dmitry 2020-08-07 23:46:47 +0300
  • 5ebd3594e4
    Merge pull request #778 from excellentname/handle-sigchld Alex 2020-08-07 13:33:27 +0200
  • 4c251578e9 Add formatting and states handling dmitry 2020-08-07 02:45:08 +0300
  • d51adfe7bc
    systemd: use standard targets, update service type Maxim Baz 2020-08-06 23:21:53 +0200
  • a446cd692d
    Fix MPD, add missing while loop Alex 2020-08-06 21:57:02 +0200
  • 4d6e20a96d
    Merge pull request #800 from NotAFile/patch-1 Alex 2020-08-06 16:14:57 +0200
  • 9ebfc54eb5
    switch workspace on mouse-down to match swaybar NotAFile 2020-08-06 16:04:30 +0200
  • f5efb50871
    Merge pull request #798 from danieldg/master Alex 2020-08-06 09:03:02 +0200
  • 4cd31cf3c3 Fix wlr/taskbar all-outputs config string Daniel De Graaf 2020-08-05 20:35:41 -0400
  • 6a2d214b55 Fix titles containing & and other HTML entities Daniel De Graaf 2020-08-05 20:31:57 -0400
  • 7638f5c595 Add base name representation dmitry 2020-08-06 01:42:57 +0300
  • 01c682c41e chore: v0.9.3 0.9.3 Alex 2020-08-05 23:26:59 +0200
  • 7d5da1df5e
    Merge pull request #797 from alebastr/update-subprojects Alex 2020-08-05 23:12:32 +0200
  • 2ca20f9050 chore: remove unwanted typo Alex 2020-08-05 23:01:37 +0200
  • 99f3e37ccf chore: update archlinux, debian dockerfiles Alex 2020-08-05 23:00:36 +0200
  • edd4d8ee11 Finish implement wlr dmitry 2020-08-05 23:10:08 +0300
  • dcc0201b45
    chore(protocol): update wlr-layer-shell-unstable-v1 protocol. Aleksei Bavshin 2020-08-05 09:39:16 -0700
  • 66aa3574d9
    chore(subprojects): update gtk-layer-shell to 0.2.0 Aleksei Bavshin 2020-08-05 09:44:58 -0700
  • 40d3f1c1fe
    chore(subprojects): update date to 3.0.0 Aleksei Bavshin 2020-08-05 09:42:04 -0700
  • 1e2ce29f57
    Merge pull request #796 from ifreund/man-see-also Alex 2020-08-05 09:08:31 +0200
  • 2b11b7ef8c Base wlr impl (Manager, Group) dmitry 2020-08-05 02:17:38 +0300
  • 74018167ff
    fix: add missing modules to list in waybar.5 Isaac Freund 2020-08-04 20:54:14 +0200
  • 0625bc7688
    Merge pull request #793 from uggedal/non-fatal-missing-nl80211 Alex 2020-08-02 11:21:13 +0200
  • fb8cda9d90 network: make missing nl80211 non-fatal Eivind Uggedal 2020-07-31 08:15:16 +0200
  • a213aed4da
    Merge pull request #788 from JonasToth/fix_date_dependency Alex 2020-07-28 21:05:20 +0200
  • 17967da676 Fix 'date' dependency in meson Jonas Toth 2020-07-28 20:04:28 +0200
  • 1f6277e35b
    Merge pull request #783 from f0rki/duplicate-num-assignment Alex 2020-07-27 11:44:39 +0200
  • 006850ea5e Changed helper function for workspace->num assignment to a static method of Workspaces class and adapted comments/method name to be consistent with the rest Michael Rodler 2020-07-27 10:56:49 +0200
  • c3359dec1b Replace signal handler with signal handling thread excellentname 2020-07-25 21:02:59 +1000
  • 15fe73a252 duplicate the logic to assign numbers to workspaces from sway into waybar to handle perisstent workspaces Michael Rodler 2020-07-22 16:13:24 +0200
  • 246f7bf555 Handle SIGCHLD for exec/forkExec excellentname 2020-07-21 12:36:48 +1000
  • 759602af64
    Update mpd.cpp Alex 2020-07-18 10:23:04 +0200
  • 273c2f3a8f
    Merge pull request #772 from jbeich/ci Alex 2020-07-17 09:01:38 +0200
  • a1f6e38624 CI: switch FreeBSD to /quarterly packages Jan Beich 2020-07-16 17:03:39 +0000
  • e3fdd6d94a
    fix: don't a warning for a width/height of 0 Alex 2020-07-12 11:57:47 +0200
  • 27f89bdcc3
    Update .travis.yml Alex 2020-07-08 22:02:47 +0200
  • 15623ec487
    Merge pull request #766 from l3nkz/taskbar-changes Alex 2020-07-08 21:54:27 +0200
  • bc112eaae1 Convert icon-theme option to array|string Till Smejkal 2020-07-07 11:22:08 +0200
  • 70e368a1c6 Refactor the lower_app_id logic Till Smejkal 2020-07-07 10:39:28 +0200
  • 7d9f6096fe Respect XDG_DATA_DIRS when looking for icons. Till Smejkal 2020-07-05 13:10:23 +0200
  • 06ad35c42b Add support for multiple icon themes in the config Till Smejkal 2020-07-05 13:07:12 +0200
  • b7e8275d90 Properly trim when splitting up the format string Till Smejkal 2020-07-05 13:04:57 +0200
  • b9cf0a9c9a
    Merge pull request #763 from excellentname/manpage-typo Alex 2020-07-03 13:50:33 +0200
  • 14bc842e77 Fix mpd typo in man page excellentname 2020-07-03 20:14:01 +1000
  • 7d9217b14a
    Merge pull request #761 from Anakael/pr/anakael/taskbar-icons Alex 2020-07-01 23:17:44 +0200
  • 8a13ed59bc Fix lower dmitry 2020-07-01 03:05:17 +0300
  • 43500a9983 Move lower to load_icon phase dmitry 2020-07-01 02:56:44 +0300
  • 8e6cbc1021 Change find icon priority and to_lower app_id dmitry 2020-07-01 02:10:22 +0300
  • d35e92569d
    Merge pull request #755 from l3nkz/master Alex 2020-06-25 10:45:34 +0200
  • b6067c7569 Fix and extend the wlr/taskbar example in the man page Till Smejkal 2020-06-25 08:05:06 +0200
  • 8f684f703e
    Merge pull request #753 from spk/reproductible-builds Alex 2020-06-24 18:22:36 +0200
  • 5662f80c43
    Merge pull request #752 from spk/remove-if-meson Alex 2020-06-24 18:21:29 +0200
  • 5e044e5bba
    Remove date macro on version for reproducible builds Laurent Arnoud 2020-06-24 15:06:30 +0200
  • 732ce7a27c
    chore: always include sway module Laurent Arnoud 2020-06-24 13:28:27 +0200
  • fa6bf597cf
    Merge pull request #751 from l3nkz/tabkbar-fixes Alex 2020-06-24 11:10:45 +0200
  • b7a8e8e544 Fix format option for the taskbar module Till Smejkal 2020-06-24 09:47:34 +0200
  • 7429d1f9cc Fix click events for the taskbar module Till Smejkal 2020-06-24 09:36:28 +0200
  • 2c25153506
    Merge pull request #747 from Jannusch/master Alex 2020-06-22 11:31:37 +0200
  • 401ea05dd8 add check that all batteries from type battery Jannusch Bigge 2020-06-16 12:30:21 +0200
  • b23ba00cff
    Merge pull request #745 from ifreund/river-status Alex 2020-06-14 12:21:37 +0200
  • 343a8bef22
    river/tags: add module Isaac Freund 2020-06-06 15:41:37 +0200
  • 181fde254f
    Merge pull request #736 from Xyene/sway-workspaces-no-auto-back-and-forth Alex 2020-06-11 10:31:26 +0200
  • 0080feb9af sway/workspaces: make clicking on workspaces idempotent Tudor Brindus 2020-06-07 14:51:43 -0400
  • 91a2c4743e
    Merge pull request #737 from tbm/typos Alex 2020-06-09 23:05:25 +0200
  • a50c12b6ae
    Fix typos Martin Michlmayr 2020-06-08 11:01:06 +0800
  • 4b2e6b54a7
    Update FUNDING.yml Alex 2020-06-01 13:29:41 +0200
  • adaf843048
    foreign-toplevel-manager based taskbar module (#692) Till Smejkal 2020-05-30 12:07:38 +0200
  • e96a0bf799 refactor(custom): tooltip markup Alex 2020-05-30 11:59:22 +0200
  • 6e7f22ac3a fix: cancel thread and fix window close Alex 2020-05-27 09:10:38 +0200
  • 94a4d41a65 disk: make used calculation match df(1) output Jan Beich 2020-05-26 07:29:54 +0000
  • 3b16946c25 fix(custom): avoid hide outside update Alex 2020-05-25 09:21:04 +0200
  • 1d92d78de7 refactor: prefer spdlog Alex 2020-05-24 22:14:17 +0200
  • eb624c929d fix: fmt format Alex 2020-05-24 22:08:10 +0200
  • e72b153f87 fix: ignore gtk unknown options Alex 2020-05-24 22:03:41 +0200
  • 7b4ded306b fix: restart-interval Alex 2020-05-24 21:33:38 +0200
  • 49ae944d65 fix: check git root Alex 2020-05-24 19:14:27 +0200
  • 2585360a3e
    Simplify .travis.yml (#719) Jan Beich 2020-05-24 17:05:44 +0000
  • 2ffc96d0b2 fix: hide box by default Alex 2020-05-24 19:02:52 +0200
  • 9a123052a0 refactor: check conn Alex 2020-05-24 18:47:50 +0200
  • 9b9d13ab0d feat: execNoRead Alex 2020-05-24 18:27:10 +0200
  • 6ca4e14b29
    Feat icons vector (#716) Alex 2020-05-22 21:23:04 +0200
  • 6b32aca094 feat: debug cmd Alex 2020-05-22 20:57:41 +0200