Commit Graph

300 Commits

Author SHA1 Message Date
36aa22189b Last weekday applies Unix fmt 2022-06-24 16:44:06 +03:00
f3a049c6df river/mode: new module
This module shows river's current mapping mode (e.g. normal, locked).
2022-06-01 15:35:08 +00:00
3c182c9ca9 Added gamemode man file to meson 2022-05-23 14:13:30 +02:00
aa5f55bbe3 chore: v0.9.13 2022-05-23 13:54:24 +02:00
a5299af3c2 Merge pull request #1562 from trevnels/river-window
River Window Module
2022-05-23 13:43:28 +02:00
165c5a861d manpage fixes 2022-05-19 16:41:05 -04:00
d84c0f13e6 forgot to commit meson build 2022-05-19 16:33:50 -04:00
3411236697 Initial implementation 2022-05-13 21:30:45 +02:00
638b4e6573 feat: extend bluetooth module 2022-05-02 18:11:21 +02:00
e094480684 Very basic hypr window title module 2022-04-02 21:08:43 +02:00
9dc09d2702 Added upower man page into man_files meson variable 2022-03-25 14:53:46 +01:00
7fac2afb85 Added custom tooltip with device icon, device name and battery status 2022-03-19 17:09:55 +01:00
14a2a7027f Moved upower into its own directory 2022-03-19 11:34:34 +01:00
6eb187a23e Moved upower.*pp out of the upower directories 2022-03-15 23:00:09 +01:00
d47073ef13 Reload all devices after wake from suspend 2022-03-15 22:49:40 +01:00
4ee81c8dea Added all callbacks 2022-03-15 17:54:06 +01:00
3c1ba0a240 chore: v0.9.12 2022-03-10 09:53:25 +01:00
115c6e36e6 chore: v0.9.11 2022-03-10 09:50:04 +01:00
383d999fec chore: v0.9.10 2022-03-06 14:54:48 +01:00
bcadf64031 Show application icon when using sway window module
Signed-off-by: Felix Weilbach <felix.weilbach@t-online.de>
2022-01-24 17:37:51 +01:00
a650c7d90c feat: image module
Module which renders an image onto the bar.
2022-01-16 23:55:13 +00:00
1540797cd9 chore: v0.9.9 2022-01-10 09:58:29 +01:00
1489a539f8 chore: bump supported fmt ver to 7.0.0
Certain features we use were added only in 7.0 and the code no longer
compiles with any earlier versions.
2022-01-07 22:33:52 -08:00
5a4f7a70ef fix indent 2022-01-04 14:53:59 +07:00
795246263f man: Add waybar-inhibitor man page 2021-12-14 08:30:28 +01:00
eae65099d0 Add logind feature, with its 'inhibitor' module
The logind feature adds a new inhibitor module which allows to acquire
the inhibitor locks that logind presents.

Signed-off-by: Alexis Cellier <kernelserror@gmail.com>
2021-12-12 17:52:26 +01:00
05f7727dae Merge branch 'master' into swaybar-ipc 2021-12-01 11:48:03 +01:00
b6e24bd527 Merge pull request #1305 from njoyard/feat/groups
Add module group feature
2021-11-29 15:19:48 +01:00
3c2fa1625d Finish 2021-11-28 01:12:35 +03:00
0c18e57937 add group feature 2021-11-25 12:01:17 +01:00
15761ef802 Merge branch 'master' of https://github.com/Alexays/Waybar into workspace-manager-implementation 2021-11-16 21:44:50 +03:00
6eba62f060 test: add build configs for catch2 2021-09-15 21:34:55 +07:00
b377520a38 refactor(client): extract config handling into a new class 2021-09-14 13:15:54 +07:00
e5787a2617 chore: 0.9.8 2021-08-16 15:47:34 +02:00
445ad22580 Merge branch 'master' into keyboard_state 2021-07-23 15:59:08 +02:00
99138ffdcd Add man page for keyboard_state module 2021-07-20 21:09:00 -04:00
6dfa31fb17 Basic keyboard state module 2021-07-20 21:09:00 -04:00
8310700bbb Improve sway/language 2021-07-13 04:33:12 +03:00
cdce3e03ea Update meson.build 2021-04-30 14:25:48 +02:00
5300461c79 chore: v0.9.7 2021-04-15 21:17:54 +02:00
729a4fe37e chore: v0.9.6 2021-04-15 16:09:45 +02:00
f4ad5d36ec meson.build: add missing waybar-sway-language manpage 2021-03-23 16:51:08 +03:00
d2a1f41750 Use g_unichar_iswide to properly align calendar on CJK locales 2021-01-31 11:53:53 -08:00
ede1146ddc Merge pull request #903 from spk/simpleclock
Add simpleclock as fallback when hhdate is not available
2021-01-18 12:00:48 +01:00
4b29aef048 chore: v0.9.5 2020-12-23 21:33:40 +01:00
ad40511358 Update spdlog subproject to 1.8.1
Among other changes, this adds spdlog::should_log(), which lets us
easily determine whether a log message will be printed so that we can
avoid extra computation when unnecessary.

New wrap file taken from https://wrapdb.mesonbuild.com/spdlog and
modified to download from GitHub as per commit 99dde1aff8 ("Download
patch files from Github instead of wrapdb").
2020-11-30 17:11:33 -08:00
e8dbdee238 Make spdlog use the same version of fmt we use
spdlog bundles a version of fmt. However, we also depend on and use fmt
directly. If we don't tell spdlog not to use its bundled version, we end
up with two versions of fmt in our include path, since both libraries
are header-only, meaning any slight API mismatches will cause build
failures and undesired behavior.

We seem to have gotten lucky so far, but I ran into all sorts of issues
when I tried to update to a newer version of spdlog. This change
prevents them.
2020-11-30 17:04:19 -08:00
85e00b2aab fix: build fails with meson < 0.53.0
meson.build:12:0: ERROR: Module "fs" does not exist

Fixes #909
2020-11-26 15:40:24 -08:00
96d965fe04 Add simpleclock as fallback when hhdate is not available
ref https://github.com/Alexays/Waybar/issues/668
2020-10-29 19:40:28 +01:00
f13f49ccb5 Merge branch 'master' into sway-language-module 2020-10-20 12:22:22 +03:00