Alex
b8ee448e71
Merge pull request #1567 from jbeich/freebsd
2022-05-23 20:47:45 +02:00
Jan Beich
632058a4f6
chore(ci): test upower module on freebsd
2022-05-23 16:33:48 +00:00
Jan Beich
d25278f710
fix(upower): add missing include for libc++
...
In file included from src/modules/upower/upower.cpp:1:
include/modules/upower/upower.hpp:25:16: error: no template named 'unordered_map' in namespace 'std'
typedef std::unordered_map<std::string, UpDevice *> Devices;
~~~~~^
In file included from src/modules/upower/upower_tooltip.cpp:1:
include/modules/upower/upower_tooltip.hpp:13:16: error: no template named 'unordered_map' in namespace 'std'
typedef std::unordered_map<std::string, UpDevice*> Devices;
~~~~~^
2022-05-23 16:27:32 +00:00
Alex
2dfd64e1c9
Merge pull request #1566 from ErikReider/master
...
Added gamemode man file to meson
2022-05-23 14:43:58 +02: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
7ab9a560ae
fix: lint
2022-05-23 13:47:14 +02:00
Alex
a5299af3c2
Merge pull request #1562 from trevnels/river-window
...
River Window Module
2022-05-23 13:43:28 +02:00
Alex
4d1aeb7eb8
Merge pull request #1525 from FlexW/feature/icon-heuristics
...
sway/window: Add heuristics for finding icons
2022-05-23 13:42:26 +02:00
Alex
38a846ae51
Merge pull request #1555 from LukashonakV/ISSUE#1552
...
Calendar module: localization issue #1552
2022-05-23 13:40:48 +02:00
Alex
03bbc9df64
Merge pull request #1554 from ErikReider/gamemode-module
...
Gamemode Module
2022-05-23 13:40:09 +02:00
Alex
1e4fe0bee8
Merge pull request #1557 from LukashonakV/ISSUE#1556
...
Issue#1556. Battery module: a lot of warnings when battery dissapears
2022-05-23 13:39:23 +02:00
Alex
5e2067d51f
Merge pull request #1563 from groknull/crash-on-empty-cpuvec
...
Prevent segfault in getCpuFrequency
2022-05-23 13:38:53 +02:00
Erik Reider
7ea0a2348b
Man page example now uses default values
2022-05-21 12:08:05 +02:00
Erik Reider
fd306e184a
Added man page
2022-05-21 12:06:45 +02:00
Erik Reider
f4f2989e85
Added tooltip-format
2022-05-21 12:02:45 +02:00
Erik Reider
8d4c7176f8
Renamed not-running-bide to hide-not-running
2022-05-21 12:02:35 +02:00
Ed Ralston
7abcbe80e5
Prevent segfault in getCpuFrequency
...
When parseCpuFrequencies returns an empty vector, getCpuFrequency
would attempt to dereference an invalid iterator.
Return early from getCpuFrequency when parseCpuFrequencies returns an
empty vector.
Resolves a segfault when waybar is run within a VM on apple silicon.
2022-05-19 20:01:57 -04: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
trevnels
01ffe2c290
add inherited ALabel options to river window manpage
2022-05-19 15:53:25 -04:00
trevnels
b900c01381
add manpage and make format option work
2022-05-19 15:32:10 -04:00
trevnels
e2b676b800
add river/window module
2022-05-19 15:20:04 -04:00
Viktar Lukashonak
7f995507fe
std::filesystem::path is a string representation
2022-05-14 17:10:44 +03:00
Viktar Lukashonak
b39a8ede6c
Issue#1556. Battery module: wrong string comparison
...
1. battery.hpp - added local bool variable. Force to print warnings the
only once in order to warn user about wrong battery configuraion. And
does not bring a mess when the battery is turned off (gamepads, etc.)
2. dir_name is an object which takes a part in comparison. So converted to the string.
2022-05-14 16:56:46 +03:00
Viktar Lukashonak
315ea991bc
Calendar module: localization issue #1552 Linter #60
2022-05-13 23:56:08 +03:00
Viktar Lukashonak
bd0f6128d3
Revert "Waybar. Issue#1552. Calendar module, LC_TIME variable"
...
This reverts commit 7b7ee41e13
.
2022-05-13 22:58:38 +03:00
Viktar Lukashonak
5a014305ec
Revert "Issue#1552. Calendar module, LC_TIME variable"
...
This reverts commit 448b413eca
.
2022-05-13 22:58:00 +03:00
Erik Reider
3411236697
Initial implementation
2022-05-13 21:30:45 +02:00
Viktar Lukashonak
e615612bf4
Calendar module: localization issue #1552
2022-05-13 18:51:32 +03:00
Viktar Lukashonak
448b413eca
Issue#1552. Calendar module, LC_TIME variable
2022-05-13 12:54:18 +03:00
Viktar Lukashonak
7b7ee41e13
Waybar. Issue#1552. Calendar module, LC_TIME variable
2022-05-12 19:04:45 +03:00
Alex
9bc821bdac
Merge pull request #1551 from loserMcloser/keyboard-state-css-classes
...
Add classes to individual keyboard state labels
2022-05-12 13:55:32 +02:00
loserMcloser
bfcb936d87
Add classes to individual keyboard state labels
2022-05-11 08:08:28 -06:00
Alex
3d023a0421
Merge pull request #1540 from daangoossens22/bluetooth
...
feat: extend bluetooth module
2022-05-11 09:26:38 +02:00
Daan Goossens
e235f48245
feat: hide module if empty
2022-05-07 13:42:27 +02:00
Daan Goossens
3043d42a89
style: apply projects clang-format
2022-05-06 17:01:43 +02:00
Daan Goossens
733fb8c62a
docs: update + add experimental section
2022-05-06 16:43:53 +02:00
Daan Goossens
954bed3f5e
refactor: adapter renamed to controller
...
Since it is also called controller in bluetoothctl
2022-05-06 16:37:48 +02:00
Daan Goossens
13df878bc3
refactor: logic for enumerating devices in tooltip
2022-05-06 16:37:40 +02:00
Alex
4592dd4a6c
Merge pull request #1527 from siikamiika/network-current-iface-bandwidth
...
network: calculate bandwidth for current interface
2022-05-05 09:44:44 +02:00
Daan Goossens
794610a1ca
feat: display all connected devices in tooltip
2022-05-04 19:27:39 +02:00
Alex
7bbf7c99a3
fix: lint
2022-05-04 17:29:08 +02:00
Alex
eec0a8255f
Merge pull request #1454 from Psykar/idle_inhibitor_timeout
...
Add a config to set a timeout for the idle_inhibitor module
2022-05-04 17:27:21 +02:00
Daan Goossens
638b4e6573
feat: extend bluetooth module
2022-05-02 18:11:21 +02:00
Alex
caee2e611f
Merge pull request #1530 from qubidt/backlight-fix
...
Backlight: avoid crash on getting brightness fails
2022-04-22 09:17:54 +02:00
Bao Trinh
96746142d2
Backlight: don't reset value when failing to read
...
Avoids the brightness percentage resetting to 0 on intermittent failures
2022-04-21 22:19:05 -05:00
Bao Trinh
1af7191740
Backlight: avoid crash on getting brightness fails
...
Reading brightness value for backlight device can fail intermittently
(particularly when using ddcci-driver-linux). Handle this more
gracefully rather than crashing
2022-04-21 22:02:45 -05:00
Alex
89be55b00b
Merge pull request #1510 from towoe/sway-bar-show
...
Show hidden bar
2022-04-20 05:13:53 +02:00
Alex
23369aa14c
Merge pull request #1500 from RobertMueller2/clock-thread-sleep
...
Replace sleep_until with sleep_for to prevent clock from getting stuck with system time adjustment
2022-04-20 05:11:49 +02:00