Viktar Lukashonak
a5607b66ca
Cava module
...
Signed-off-by: Viktar Lukashonak <myxabeer@gmail.com>
2023-04-15 02:36:15 +03:00
David Delarosa
4dff1b91fe
Merge branch 'Alexays:master' into dwl-module
2023-04-13 17:18:27 +03:00
Denis Drakhnia
18a2b90fc0
fix: generate wireplumber module man page
2023-04-11 08:17:45 +03:00
David Delarosa
60cdf10e64
Add DWL tags module
2023-04-11 04:50:21 +03:00
TheRealLorenz
63525ec956
Rename function name
2023-03-25 17:33:01 +01:00
Alexander Courtis
5e4a47c0a8
Merge branch 'master' into add-river-layout
2023-02-11 13:22:46 +11:00
Alexander Courtis
757a450324
add river/layout
2023-01-31 16:34:38 +11:00
Alex
69b95e6d71
Merge pull request #1959 from alebastr/gcc-13
2023-01-23 09:18:13 +01:00
asas1asas200
0ca1c3957a
docs(image): add image doc in meson and fix title
2023-01-22 20:16:46 +08:00
Aleksei Bavshin
93e340a081
feat(clock): support chrono Time Zone extensions.
...
Use chrono Calendars and Time Zones (P0355R7, P1466R3) when available
instead of the `date` library.
Verified with a patched build of a recent GCC 13 snapshot.
2023-01-21 02:18:44 -08:00
Aleksei Bavshin
43d52c59d9
test: fix build with Catch2 v2.x
...
Use smaller includes for Catch2 v3.
2023-01-20 22:49:59 -08:00
Alex
f0bead34d4
chore: 0.9.17
2023-01-11 11:39:30 +01:00
Alex
86850f5c7a
Merge pull request #1520 from robertgzr/mpris-module
2023-01-06 22:35:24 +01:00
Robert Günzler
0bc5314e08
Add mpris module
...
Uses libplayerctl to use the MPRIS dbus protocol to query, listen and
control media players.
Signed-off-by: Robert Günzler <r@gnzler.io>
2023-01-06 20:55:31 +01:00
Enes Hecan
4d59de42af
Implement hyprland submap module
2022-12-21 01:45:57 +01:00
Alex
80b2b29a77
Merge pull request #1397 from JakeStanger/feat/image-module
...
Resolves https://github.com/Alexays/Waybar/issues/1191
2022-11-24 20:40:56 +01:00
Alex
9eb6c4e296
chore: v0.9.16
2022-11-24 20:34:12 +01:00
Simon Plakolb
235861fd3d
button: Remove AButton class
2022-11-24 13:08:16 +01:00
Sasha Moak
c2f98d07ef
feat: wireplumber support
...
Adds basic support for showing volume via wireplumber. Allows specifying
the node-id or falling back to the default Audio/Sink node id if node-id
is not set. If tooltip on hover is enabled, will show `{node_name}` by
default otherwise `tooltip-format`.
Format replacements:
`{volume}` - Volume in percentage
`{node_name}` - The node's nickname (`node.nick` property)
2022-11-16 23:23:07 -08:00
Alex
eb705533b5
feat: jsoncpp wrap
2022-11-03 14:08:22 +01:00
Jan Palus
73495df377
build: require jsoncpp >= 1.9.2
...
with #1719 Waybar started using Json::Value.as() available since jsoncpp
1.9.2.
2022-11-03 10:59:03 +01:00
Alex
fd417c0805
chore: 0.9.15
2022-11-03 09:43:05 +01:00
Alex
f330e51472
fix: typo
2022-10-20 10:57:27 +02:00
Alex
411c6f4b4b
chore: update catch
2022-10-20 10:56:47 +02:00
Alex
e8e8ccb6cf
Merge pull request #1661 from asas1asas200/zeng-feat-improve_keyboard
2022-10-20 10:50:35 +02:00
herlev
54e04b5a30
Refactor rewriteTitle
2022-10-19 13:25:08 +02:00
Loïc Bartoletti
830c5cd5d0
FreeBSD: Add support to battery
...
This commit aims to propose a FreeBSD to gain battery support using sysctl on hw.acpi.battery.*
2022-10-18 19:30:04 +02:00
Alex
209225e381
Merge pull request #1701 from Dordovel/master
2022-10-18 09:01:00 +02:00
Alex
7746328daa
Merge pull request #1667 from asas1asas200/zeng-feat-sway_scratchpad
2022-10-18 09:00:31 +02:00
Dordovel
4ed13df092
Merge branch 'Alexays:master' into master
2022-10-17 19:00:21 +03:00
Alex
bfa3adcfd6
Merge pull request #1120 from pinselimo/use_gtk_button_v2
2022-10-17 09:09:12 +02:00
Mika Braunschweig
f86dff60e6
utils: add sanitize_str to encode '&' etc.
...
gtk requires some chars (<>&"') to be encoded for them to render
properly. `sanitize_str` sanitizes raw strings that have such chars and
returns a properly encoded string
2022-10-17 00:31:19 +02:00
Simon Plakolb
b8322c4b4b
button: Add AButton class
...
The AButton class is designed as full a substitute to ALabel. The
GtkButton attribute 'button_' is initialized with a label. This
label can the be referenced by the subsequent inheritors of AButton
instead of the GtkLabel attribute 'label_' of ALabel.
For convenience a GtkLabel* 'label_' attribute is added to AButton.
If the button cannot be clicked it is disabled, effectively acting
like its label predecessor.
GtkButton seems to catch one-click mouse events regardless of the
flags set on it. Therefore, 'signal_pressed' is connected to a
function creating a fake GdkEventButton* and calling 'handleToggle'
(for details on this possible bug in GTK see:
https://stackoverflow.com/questions/45334911 )
In accordance with other GtkButtons (i.e. the sway/workspace ones)
set_relief(Gtk::RELIEF_NONE) is called on the 'button_' instance.
2022-10-12 10:25:29 +02:00
Dordovel
9758833027
added user module
2022-09-30 14:33:23 +03:00
Alex
29bdff5314
Merge pull request #1657 from vaxerski/hyprlandLanguage
...
Added a basic hyprland/language module
2022-09-05 09:12:17 +02:00
Alex
4deb6d812d
Merge pull request #1653 from kennypm/dsp
...
add JACK module
2022-09-02 08:12:57 +02:00
asas1asas200
bc201fd0eb
doc(sway/scratchpad): add man page
2022-08-31 16:27:25 +08:00
asas1asas200
e3342467fc
feat(sway/scratchpad): add basic counter
2022-08-31 16:27:25 +08:00
asas1asas200
58a399b9af
chore(ci, meson): add inotify dependency for BSD
2022-08-24 02:22:40 +08:00
asas1asas200
061f4550f4
feat(keyboard): improve keyboard response time
...
Use libinput event for keyboard state updates.
The state will update when CAPS_LOCK, NUM_LOCK or SCROLL_LOCK has been
released,
`interval` will have no effect after this change.
2022-08-22 22:49:59 +08:00
vaxerski
16d5619f3b
added a basic hyprland/language module
2022-08-18 18:00:27 +02:00
Vaxry
8dc78e4e40
Revert "init man documentation"
2022-08-18 14:54:20 +02:00
Vaxry
e662b8c624
Merge pull request #2 from NotAShelf/master
...
init man documentation
2022-08-18 14:53:15 +02:00
vaxerski
123ed36739
remove workspaces module as its buggy and unnecessary
2022-08-17 21:58:33 +02:00
kennypm
8b5f42d934
remove unnecessary libprocps dependency
2022-07-19 19:27:39 -04:00
kennypm
b65c976bc1
fix build type
2022-07-19 01:41:32 -04:00
kennypm
318a6e0969
fix segfault when stopping JACK2 server
2022-07-19 01:38:56 -04:00
Kenny Phelps-McKeown
8fc8bb40bf
Initial commit for Waybar JACK monitoring module
...
-DSP load
-xruns
-connected/disconnected state
-only tested with Pipewire so far but should work with JACK2 as well
On branch dsp
Changes to be committed:
modified: include/factory.hpp
new file: include/modules/jack.hpp
modified: meson.build
modified: meson_options.txt
modified: src/factory.cpp
new file: src/modules/jack.cpp
2022-07-19 01:38:35 -04:00
vaxerski
c1f92d2a3c
added workspaces
2022-07-01 15:16:54 +02:00
vaxerski
72f478c195
added backend and hyprland/window
2022-07-01 12:46:28 +02:00
Viktar Lukashonak
36aa22189b
Last weekday applies Unix fmt
2022-06-24 16:44:06 +03:00
tiosgz
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
Erik Reider
3c182c9ca9
Added gamemode man file to meson
2022-05-23 14:13:30 +02:00
Alex
aa5f55bbe3
chore: v0.9.13
2022-05-23 13:54:24 +02:00
Alex
a5299af3c2
Merge pull request #1562 from trevnels/river-window
...
River Window Module
2022-05-23 13:43:28 +02:00
trevnels
165c5a861d
manpage fixes
2022-05-19 16:41:05 -04:00
trevnels
d84c0f13e6
forgot to commit meson build
2022-05-19 16:33:50 -04:00
Erik Reider
3411236697
Initial implementation
2022-05-13 21:30:45 +02:00
Daan Goossens
638b4e6573
feat: extend bluetooth module
2022-05-02 18:11:21 +02:00
vaxerski
e094480684
Very basic hypr window title module
2022-04-02 21:08:43 +02:00
Erik Reider
9dc09d2702
Added upower man page into man_files meson variable
2022-03-25 14:53:46 +01:00
Erik Reider
7fac2afb85
Added custom tooltip with device icon, device name and battery status
2022-03-19 17:09:55 +01:00
Erik Reider
14a2a7027f
Moved upower into its own directory
2022-03-19 11:34:34 +01:00
Erik Reider
6eb187a23e
Moved upower.*pp out of the upower directories
2022-03-15 23:00:09 +01:00
Erik Reider
d47073ef13
Reload all devices after wake from suspend
2022-03-15 22:49:40 +01:00
Erik Reider
4ee81c8dea
Added all callbacks
2022-03-15 17:54:06 +01:00
Alex
3c1ba0a240
chore: v0.9.12
2022-03-10 09:53:25 +01:00
Alex
115c6e36e6
chore: v0.9.11
2022-03-10 09:50:04 +01:00
Alex
383d999fec
chore: v0.9.10
2022-03-06 14:54:48 +01:00
Felix Weilbach
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
Jake Stanger
a650c7d90c
feat: image module
...
Module which renders an image onto the bar.
2022-01-16 23:55:13 +00:00
Alex
1540797cd9
chore: v0.9.9
2022-01-10 09:58:29 +01:00
Aleksei Bavshin
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
Yura Shatunov
5a4f7a70ef
fix indent
2022-01-04 14:53:59 +07:00
Alexis Cellier
795246263f
man: Add waybar-inhibitor man page
2021-12-14 08:30:28 +01:00
Alexis Cellier
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
Alex
05f7727dae
Merge branch 'master' into swaybar-ipc
2021-12-01 11:48:03 +01:00
Alex
b6e24bd527
Merge pull request #1305 from njoyard/feat/groups
...
Add module group feature
2021-11-29 15:19:48 +01:00
dmitry
3c2fa1625d
Finish
2021-11-28 01:12:35 +03:00
Nicolas Joyard
0c18e57937
add group feature
2021-11-25 12:01:17 +01:00
dmitry
15761ef802
Merge branch 'master' of https://github.com/Alexays/Waybar into workspace-manager-implementation
2021-11-16 21:44:50 +03:00
Aleksei Bavshin
6eba62f060
test: add build configs for catch2
2021-09-15 21:34:55 +07:00
Aleksei Bavshin
b377520a38
refactor(client): extract config handling into a new class
2021-09-14 13:15:54 +07:00
Alex
e5787a2617
chore: 0.9.8
2021-08-16 15:47:34 +02:00
Alex
445ad22580
Merge branch 'master' into keyboard_state
2021-07-23 15:59:08 +02:00
Grant Moyer
99138ffdcd
Add man page for keyboard_state module
2021-07-20 21:09:00 -04:00
Grant Moyer
6dfa31fb17
Basic keyboard state module
2021-07-20 21:09:00 -04:00
dmitry
8310700bbb
Improve sway/language
2021-07-13 04:33:12 +03:00
Alex
cdce3e03ea
Update meson.build
2021-04-30 14:25:48 +02:00
Alex
5300461c79
chore: v0.9.7
2021-04-15 21:17:54 +02:00
Alex
729a4fe37e
chore: v0.9.6
2021-04-15 16:09:45 +02:00
Artur Sinila
f4ad5d36ec
meson.build: add missing waybar-sway-language manpage
2021-03-23 16:51:08 +03:00
nullobsi
d2a1f41750
Use g_unichar_iswide to properly align calendar on CJK locales
2021-01-31 11:53:53 -08:00
Alex
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
Alex
4b29aef048
chore: v0.9.5
2020-12-23 21:33:40 +01:00
Thomas Hebb
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
Thomas Hebb
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
Aleksei Bavshin
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
Laurent Arnoud
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
nikto_b
f13f49ccb5
Merge branch 'master' into sway-language-module
2020-10-20 12:22:22 +03:00