Commit Graph

  • 23b9923eeb network: Parse whole RTM_NEWROUTE msg before interpreting it Anthony PERARD 2021-05-30 15:56:56 +0100
  • 999c1b6b81
    sway-language: ignore events with empty layout Maxim Baz 2021-06-05 14:50:25 +0200
  • 1a98ecf6b0
    Merge branch 'master' into fix_power_calc Amanieu d'Antras 2021-05-30 11:17:54 +0100
  • 5444a66e71
    Merge pull request #1116 from tperard/fix-network-rework Alex 2021-05-27 21:24:07 +0200
  • f49a7a1acb network: Update WiFi information when available Anthony PERARD 2021-05-26 18:51:02 +0100
  • 28dfb0ba41 network: Fix use of carrier information Anthony PERARD 2021-05-26 18:28:49 +0100
  • 94a882bf95
    Merge pull request #1113 from alebastr/exclusive-and-passthrough Alex 2021-05-22 10:34:39 +0200
  • da2d603b53
    doc: add man for exclusive and passthrough flags Aleksei Bavshin 2021-05-21 22:38:48 -0700
  • 7aaa3df701
    feat(bar): add config flag to disable exclusive zone Aleksei Bavshin 2021-01-17 01:40:25 -0800
  • 729553d3bc
    feat(bar): add config flag for pointer event passthrough Aleksei Bavshin 2021-01-17 01:05:18 -0800
  • f78a802d11
    Merge pull request #1106 from tperard/network-module-reword Alex 2021-05-21 17:02:28 +0200
  • 826a549d1f
    Merge pull request #1112 from yonatan8070/master Alex 2021-05-21 17:00:02 +0200
  • 99918205ed Correct .json to .jsonc Yonatan Avhar 2021-05-21 17:53:43 +0300
  • c65ec9e14f Add options to use a .json extension for the config filename Yonatan Avhar 2021-05-21 15:54:48 +0300
  • c1427ff807 network: Handle carrier information Anthony PERARD 2021-05-15 16:38:00 +0100
  • 0bb436f949 network: Rework interface auto detection, handle route change events Anthony PERARD 2021-05-15 16:38:00 +0100
  • 0fc7ef6685 network: Rework address lookup to use only events Anthony PERARD 2021-05-15 16:38:00 +0100
  • c9bbaa7241 network: Rework initial interface search by using a dump Anthony PERARD 2021-05-15 16:38:00 +0100
  • 63fdf66ad6 network: Read all available messages on ev_sock_ Anthony PERARD 2021-05-15 16:38:00 +0100
  • 9357a6cb88 network: Start the module with some text in the label_ Anthony PERARD 2021-05-15 16:38:00 +0100
  • dbc06abf18 network: Initialise cidr_ like clearIface() does Anthony PERARD 2021-05-15 16:38:00 +0100
  • 4d067619a8 Fix power calculation when battery units are in μA instead of μW Amanieu d'Antras 2021-05-15 15:46:23 +0100
  • cf3d6545c3
    Merge pull request #1101 from Max1Truc/master Alex 2021-05-11 10:41:38 +0200
  • f3a6e2d494 fix: incorrect battery percentage on Pinebook Pro Max1Truc 2021-05-10 21:00:14 +0200
  • cdce3e03ea
    Update meson.build Alex 2021-04-30 14:25:48 +0200
  • b25b7d29fc
    Update spdlog.wrap Alex 2021-04-30 14:25:26 +0200
  • 71d7596b6f
    fix: bluetooth status tooltip Alex 2021-04-30 14:23:49 +0200
  • 06e699c862
    Merge pull request #1087 from Synthetica9/multiple-rewrites Alex 2021-04-27 00:00:53 +0200
  • a03283d65f
    rewriteTitle: allow multiple sequential rewrites Patrick Hilhorst 2021-04-26 20:26:43 +0200
  • ef38061edd
    Merge pull request #1084 from gabegorelick/battery-discharging-full Alex 2021-04-26 09:28:00 +0200
  • 7e13e26c29
    [modules/battery] allow format-discharging-full Gabe Gorelick 2021-04-25 22:00:24 -0400
  • 5f7329f5b9
    Merge pull request #1081 from David96/master Alex 2021-04-25 14:03:00 +0200
  • 2213380dc0 [modules/pulseaudio] fix bluetooth class for PipeWire David96 2021-04-25 11:19:35 +0200
  • 66d8035ed1
    Merge pull request #1055 from vrld/feature-rewrite-window-title Alex 2021-04-21 14:23:45 +0200
  • 7cdf178f8d Document changes in manpage Matthias Richter 2021-04-21 12:18:33 +0200
  • af3c868a5b Catch exception on erroneous rules Matthias Richter 2021-04-21 12:15:25 +0200
  • b16c8972c7 Add option to rewrite sway/window title Matthias Richter 2021-03-21 11:42:25 +0100
  • 1c9b62de07
    Merge pull request #1076 from Scrumplex/add-mpd-volume-status Alex 2021-04-20 09:38:19 +0200
  • fc89b01ba6
    feat: implement mpd volume format template Sefa Eyeoglu 2021-04-20 08:25:48 +0200
  • 70e67c5daa
    Merge pull request #1074 from Anakael/feature/taskbar-ignore-list Alex 2021-04-18 20:02:14 +0200
  • 5ad3b6018a Remove exceed protected dmitry 2021-04-18 21:37:58 +0300
  • ba278985e8 Add ignore-list param to wlr/taskbar dmitry 2021-04-18 21:34:29 +0300
  • 5300461c79 chore: v0.9.7 0.9.7 Alex 2021-04-15 21:17:48 +0200
  • d0f60c47bf
    Merge pull request #1070 from jgmdev/cpumodulefix Alex 2021-04-15 21:17:00 +0200
  • 07f2470e36
    Merge pull request #974 from kamushadenes/patch-1 Alex 2021-04-15 21:09:35 +0200
  • f8f1e791a3 [Module CPU] fix crash due to empty frequencies. jgmdev 2021-04-15 14:30:29 -0400
  • 729a4fe37e chore: v0.9.6 0.9.6 Alex 2021-04-15 16:09:45 +0200
  • 97e4b53cf3
    Merge pull request #1061 from akheron/multi-battery-status Alex 2021-03-28 19:35:51 +0200
  • c850212288 Use the correct battery status when multiple batteries are present Petri Lehtinen 2021-03-28 20:07:35 +0300
  • 600afaf530
    Merge pull request #1037 from Moonlight-Angel/cpu-frequency Alex 2021-03-25 12:09:42 +0100
  • c21dc681c9
    Merge pull request #1052 from Logarithmus/fix-sway-language-manpage Alex 2021-03-23 14:57:06 +0100
  • f4ad5d36ec meson.build: add missing waybar-sway-language manpage Artur Sinila 2021-03-17 17:07:06 +0300
  • f627fe3a39
    Merge pull request #1051 from lunik1/disk-css Alex 2021-03-23 12:31:52 +0100
  • 7b6dc33824
    Merge pull request #1056 from martin2250/patch-1 Alex 2021-03-23 12:30:50 +0100
  • b4ee994515
    Add style for battery state "plugged" Martin Pittermann 2021-03-23 00:26:45 +0100
  • b1dd62078f
    Merge pull request #1002 from nullobsi/master Alex 2021-03-15 09:15:09 +0100
  • bf3efdb89c
    Merge branch 'master' into master nullobsi 2021-03-14 21:34:25 -0700
  • 354de5f13f
    style: add styling to disk module lunik1 2021-03-13 15:17:11 +0000
  • b4ffb8af45
    Merge pull request #1050 from cmovcc/cmovcc/load-values Alex 2021-03-13 16:11:39 +0100
  • a49b12b66b Fix CPU load values Antonin Reitz 2021-03-12 20:58:51 +0100
  • 1573e1eb97
    change variable instead of substr(len) nullobsi 2021-02-26 13:29:58 -0800
  • 9b9daaee6f
    Merge branch 'master' into master nullobsi 2021-02-26 13:22:34 -0800
  • 99643ba2e6
    Stub parseCpuFrequencies on *BSD platforms Genesis 2021-02-21 21:57:55 +0100
  • 08ea5ebe1f
    Add cpu frequency Genesis 2021-02-02 23:33:33 +0100
  • cb1c7ea12c
    Merge pull request #1032 from matteodelabre/terminate-custom-on-exit Alex 2021-02-23 09:40:05 +0100
  • 1026100c9d
    Merge pull request #1035 from alebastr/deferred-output-removal Alex 2021-02-23 09:39:09 +0100
  • 943ba3a2da
    fix: schedule output destruction on idle callback Aleksei Bavshin 2021-02-09 19:24:46 -0800
  • bfa9f1e69b
    Merge branch 'master' into master nullobsi 2021-02-22 09:34:58 -0800
  • 4d150e9340
    Merge pull request #1036 from WhyNotHugo/systemd-reload Alex 2021-02-19 15:21:15 +0100
  • 2019028688 Configure systemd.service file to allow reloading Hugo Osvaldo Barrera 2021-02-19 14:33:38 +0100
  • b4728f2e1d
    Merge branch 'master' into master nullobsi 2021-02-16 21:51:31 -0800
  • d8706af2ea
    Terminate custom module scripts on exit Mattéo Delabre 2021-02-12 20:15:38 +0100
  • 08e19602f7
    Merge pull request #1015 from alebastr/rfkill-events Alex 2021-02-11 10:20:13 +0100
  • b12b500bfc
    Merge branch 'master' into master nullobsi 2021-02-10 09:39:03 -0800
  • e786ea601e
    fix(rfkill): handle EAGAIN correctly Aleksei Bavshin 2021-02-10 08:22:22 -0800
  • 36da8117c0
    Merge pull request #1026 from euclio/idle-inhibit-fix Alex 2021-02-10 10:32:09 +0100
  • 6d5afdaa5f
    fix(network): don't block the main thread on rfkill update Aleksei Bavshin 2021-02-02 20:56:00 -0800
  • 52dd3d2446
    refactor(bluetooth): remove interval and timer thread Aleksei Bavshin 2021-02-02 20:10:27 -0800
  • ecc32ddd18
    refactor(bluetooth): remove Bluetooth::status_ Aleksei Bavshin 2021-02-02 20:01:01 -0800
  • 38c29fc242
    refactor(rfkill): poll rfkill events from Glib main loop Aleksei Bavshin 2021-02-02 19:17:06 -0800
  • 40f4dc9ecf
    fix(rfkill): accept events larger than v1 event size Aleksei Bavshin 2021-02-01 18:50:45 -0800
  • 95a6689077
    disable Idle Inhibitor module if unsupported Andy Russell 2021-02-08 23:52:29 -0500
  • c5f875dc5f
    Merge pull request #1027 from alebastr/output-fixes Alex 2021-02-09 11:17:16 +0100
  • 89b5e819a3
    fix(client): improve guard from repeated xdg_output.done events Aleksei Bavshin 2021-02-08 23:05:31 -0800
  • 6585381230
    fix(client): remove unnecessary wl_output_roundtrip Aleksei Bavshin 2021-02-08 22:30:01 -0800
  • f3ce7ff86c
    Merge pull request #1021 from jgmdev/taskbar-icons Alex 2021-02-07 16:52:34 +0100
  • e4a65c72dd Added missing 'if' space. jgmdev 2021-02-07 04:27:16 -0400
  • f14a73584f [wlr/taskbar] Added break when matching StartupWMClass is found. jgmdev 2021-02-07 01:01:57 -0400
  • fffb52dd93 [wlr/taskbar] Check StartupWMClass on list returned by g_desktop_app_info_searchi() jgmdev 2021-02-07 00:50:52 -0400
  • 71f9ed3099
    Merge pull request #1018 from jgmdev/taskbar-icons Alex 2021-02-04 10:05:02 +0100
  • e293b89f6b [wlr/taskbar] Removed unnecessary catch statement. jgmdev 2021-02-04 04:57:08 -0400
  • 8a284e7c74 [wlr/taskbar] Declared load_icon_from_file() static. jgmdev 2021-02-03 21:14:04 -0400
  • 22ed153004 [wlr/taskbar] Fix unhandled exception crash when icon name is a path. jgmdev 2021-02-03 21:04:10 -0400
  • ff9f09a24e
    Merge pull request #1014 from Moonlight-Angel/disable-auto-back-and-forth Alex 2021-02-03 09:57:05 +0100
  • 7eb2a6b709
    Add a configuration entry to disable auto_back_and_forth on Sway workspaces Genesis 2021-02-02 21:58:26 +0100
  • f2e9bb54f0
    Merge pull request #1011 from jgmdev/taskbar-icons Alex 2021-02-02 09:03:35 +0100
  • ac6667b1c9 [wlr/taskbar] More icon search improvements. * Added ~/.local/share prefix to search in user defined apps. * Add support for apps that don't properly set an id like pamac. jgmdev 2021-02-02 01:03:28 -0400
  • 7d78a3aeef
    Merge pull request #1001 from max-k/master Alex 2021-02-01 22:23:49 +0100
  • aa088721c3
    Merge pull request #1008 from nullobsi/label-sizing Alex 2021-02-01 22:22:33 +0100
  • 97f7050d7d
    Update man pages nullobsi 2021-02-01 08:34:51 -0800