Waybar/src/modules
Matthias Richter b16c8972c7 Add option to rewrite sway/window title
Rewrites window title according to config option "rewrite".
"rewrite" is an object where keys are regular expressions and values are
rewrite rules if the expression matches. Rules may contain references to
captures of the expression. Regex and replacement follow ECMA-script
rules. If no regex matches, the title is left unchanged.

example:
"sway/window": {
  "rewrite": {
    "(.*) - Mozilla Firefox": " $1",
    "(.*) - zsh": " $1",
  }
}
2021-04-21 12:24:47 +02:00
..
cpu [Module CPU] fix crash due to empty frequencies. 2021-04-15 14:30:29 -04:00
memory Implemented format-{state} for cpu/disk/memory 2020-10-12 02:05:26 +02:00
mpd feat: implement mpd volume format template 2021-04-20 08:35:47 +02:00
river add option tag-labels to river/tags 2021-01-15 01:07:56 +00:00
sni tray: drop std::filesystem dependency 2020-05-19 10:37:27 +00:00
sway Add option to rewrite sway/window title 2021-04-21 12:24:47 +02:00
wlr Add ignore-list param to wlr/taskbar 2021-04-18 21:34:29 +03:00
backlight.cpp fix(brightness): amd brightness 2020-04-21 09:11:56 +02:00
battery.cpp Use the correct battery status when multiple batteries are present 2021-03-28 20:07:35 +03:00
bluetooth.cpp refactor(bluetooth): remove `interval` and timer thread 2021-02-09 21:27:21 -08:00
clock.cpp remove unnessecary logging 2021-01-31 11:56:25 -08:00
custom.cpp 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. 2020-10-31 12:21:51 +00:00
disk.cpp Implemented format-{state} for cpu/disk/memory 2020-10-12 02:05:26 +02:00
idle_inhibitor.cpp disable Idle Inhibitor module if unsupported 2021-02-09 18:37:13 -05:00
network.cpp fix(network): don't block the main thread on rfkill update 2021-02-09 21:27:22 -08:00
pulseaudio.cpp fix missing parentheses 2021-01-12 19:10:34 -03:00
simpleclock.cpp Add simpleclock as fallback when hhdate is not available 2020-10-29 19:40:28 +01:00
sndio.cpp sndio: Add reconnection support. 2020-10-04 14:59:20 -03:00
temperature.cpp Add "tooltip-format" to temperature module 2020-11-26 20:23:19 -05:00