d1c4897f31
feat: update man
2020-04-12 18:38:51 +02:00
4a7dd400fe
Merge branch 'master' into on-update
2020-04-12 18:32:19 +02:00
687c50dc13
refactor: remove old stuff
2020-04-12 18:31:07 +02:00
b40cdcb5bd
refactor: call parent update
2020-04-12 18:30:21 +02:00
7c4ea39774
fix: add missing comma
2020-04-06 12:49:41 +02:00
27fbea2b5a
refactor(workspaces): default value unstripped, fix man
2020-04-06 12:42:29 +02:00
5c5031fd69
pulse: do not die when a server hasn't been started. wait first.
2020-04-05 11:42:27 -07:00
8e0f3c7ddf
feat: full-at ( #649 )
...
* feat: full-at
* fix(man): typo
2020-04-05 16:56:51 +02:00
bb2c16386b
feat: format-icon for persistent workspaces
2020-04-04 21:13:25 +02:00
10b152ac3e
fix: process last line, restart-interval
2020-03-26 09:18:47 +01:00
9acf5587fa
refactor(pulseaudio): fallback to default muted format
2020-03-25 22:53:09 +01:00
ff36154c4b
fix: typo
2020-03-25 22:31:04 +01:00
d12ad1128e
fix: man
2020-03-25 22:30:22 +01:00
cb2f5c154c
feat(custon): restart_interval for continuous script
2020-03-25 22:25:30 +01:00
c3cdd516ef
Merge pull request #629 from Xyene/pre-3.4-meminfo
...
fix(memory): provide better free memory approximation on old kernels
2020-03-24 20:57:23 +01:00
19743f3085
fix(memory): provide better free memory approximation on old kernels
...
The approximation should include SReclaimable, and subtract Shmem. To
prevent the parsing code from ballooning in size, this commit also
refactors the parsing into a map.
2020-03-20 17:37:22 -04:00
d405f28622
Indent now uses spaces.
2020-03-13 16:42:05 +01:00
2f975f870a
Added support for absolute device paths for the temperature module.
2020-03-12 22:04:00 +01:00
190b2dd922
pulseaudio: track only the default sink and source
...
When you have multiple sinks (resp. sources), the module used to display
the state of the most recently changed one. This changes remembers the
default sink name, and only records changes to that one.
2020-02-24 11:30:35 +01:00
2d8dc83480
Merge pull request #598 from layus/sni-watcher
...
Use the same StatusNotifierWatcher for all trays
2020-02-19 14:22:51 +01:00
9a5f5114c4
pulse: track default source/sink changes
2020-02-19 12:28:36 +01:00
047c2929c1
Use the same StatusNotifierWatcher for all trays
2020-02-19 12:06:35 +01:00
543589a97b
Update pulseaudio.cpp
2020-02-16 21:48:22 +00:00
4f8a396692
Fix for 'Network label text not updated properly when formats contain Unicode characters' ( #588 )
2020-02-15 16:51:18 +00:00
e70f8d8730
fix(clock): lower precision of zoned_time to avoid fractional seconds in output
2020-02-06 10:04:22 -08:00
e1215a6d17
Merge pull request #578 from alebastr/ipc-use-after-free
...
fix(sway): resolve destruction dependency between Ipc and SleeperThread
2020-02-06 17:36:11 +00:00
d1f427618f
Cache calendar per clock instance, weekdays properly handle locales.
2020-02-05 11:07:47 -08:00
ae6ca36fa7
fix(sway): resolve destruction dependency between Ipc and SleeperThread
...
Ipc destructor closes socket and thus wakes up SleeperThread which was
waiting for socket data in Ipc::handleEvent.
Ipc::handleEvent then proceeds with sending signal to already destroyed
object, causing heap-use-after-free Address Sanitizer error.
2020-02-04 23:22:43 -08:00
cd2db19267
Detect presence, call nl_langinfo() to get first day of week.
2020-02-03 17:18:34 -08:00
4c40f9c635
Stop using a mutex for guarding CachedCalendar.
2020-02-03 17:18:34 -08:00
218bb3bc2b
Simpify calendar generation, single loop handles both first week and subsequent weeks.
2020-02-02 16:06:27 -08:00
f6b2005687
Cache calendar tooltip text to reduce computations.
2020-02-02 15:59:24 -08:00
ea9591baea
Switch from utfcpp to Glib::ustring for UTF-8 string mangling.
2020-02-02 15:59:24 -08:00
af2528952b
Merge branch 'master' of github.com:skligys/Waybar into temp
2020-02-02 15:58:40 -08:00
527fa982d2
pulseaudio: adapt icon names to form factors
2020-01-31 22:47:26 +01:00
8e05aab4d9
Current month calendar in clock tooltip.
2020-01-31 10:36:40 -08:00
84b671f6b2
Attempt at supporting locale and timezones ( #1 )
2020-01-23 08:27:10 -05:00
6e30b7af3c
Remove duplicate dependency, use current locale
2020-01-23 08:27:00 -05:00
3130a57622
Add timezone support to clock module ( closes #223 )
2020-01-23 08:26:49 -05:00
8fb3211594
Use PA_PROP_DEVICE_FORM_FACTOR for device icon.
2020-01-13 11:34:33 +01:00
569f40de9b
Keep aspect ratio when scaling tray icons.
2020-01-09 17:27:10 +10:30
129713fe1b
fix(network): add missing include
...
Fixes:
../src/modules/network.cpp:68:3: error: 'assert' was not declared in this scope
68 | assert(starts_with(read, category));
| ^~~~~~
../src/modules/network.cpp:6:1: note: 'assert' is defined in header '<cassert>'; did you forget to '#include <cassert>'?
5 | #include "util/format.hpp"
+++ |+#include <cassert>
6 |
2020-01-07 20:27:31 +01:00
75c6e2e7d5
mpd: add paused format string
2020-01-07 09:15:54 -08:00
1145788ab3
fix(network): display of IPv6 address
2020-01-06 13:15:28 +01:00
c8821a5e7f
fix(Battery): replace spaces w/ dashes
2019-12-30 13:56:34 +01:00
d40cc6f23a
fix(Battery): replace spaces w/ underscores
2019-12-30 13:55:49 +01:00
c885be369e
feat(Network): hide on empty format
2019-12-30 13:46:12 +01:00
0f0765e517
feat(modules): call user on-update if configured
2019-12-05 14:42:36 -08:00
6d5b502bbb
pulseaudio: export desc as a format
...
Signed-off-by: Niv Sardi <xaiki@evilgiggle.com >
2019-11-25 05:16:58 -03:00
7f7ebb5367
fix(workspaces): add int comparison
2019-10-19 16:19:35 +01:00