Alex
8fbaf06cbe
refactor(mpd): prefer debug over warn
2020-05-16 09:29:37 +02:00
Alex
08dce576bd
refactor(mpd): prefer debug over info
2020-05-16 09:28:30 +02:00
Michael Rodler
6fe764540c
sway/workspaces: sort by the "num" property provided by sway, configurable whether numeric workspace names come first
...
Sway provides the workspace "num" property which is an integer number of
the workspace, i.e., workspace "3" -> 3 and also "3dev" -> "3". This
commit uses this property to sort the workspaces, which makes sense when
persistent workspaces or all-output is specified. This commit also adds
a new configuration option, whether the numeric workspaces come in front
or after workspaces that have non-numeric name.
2020-05-05 09:15:20 +02:00
Michael Rodler
c602d38c8e
sway/workspaces added current_output CSS class to buttons.
...
All workspace buttons that are visible on the same output as the current waybar can be styled with the `current_output` css class.
This is really only useful in combination with the `"all-outputs":
true`. Then the workspaces that are on the current output can be styled
differently than the workspace on other outputs, while all are visible
in the waybar.
2020-05-04 16:16:09 +02:00
Alex
44ed61b2c3
Merge pull request #680 from akobel/master
...
Fix round to 0 or 1 in capacity computation with given full-at
2020-04-27 08:47:22 +02:00
phosit
6e946bf872
Add kelvin-scale
2020-04-25 18:44:48 +02:00
Alex
e01a081f2f
fix(brightness): amd brightness
2020-04-21 09:11:56 +02:00
Alexander Kobel
df0d34dbd4
Fix round to 0 or 1 in capacity computation with given full-at
2020-04-21 00:58:17 +02:00
Marc Radau
2d02ae5e97
Merge branch 'master' into master
2020-04-16 14:43:10 +02:00
Alex
d1c4897f31
feat: update man
2020-04-12 18:38:51 +02:00
Alex
4a7dd400fe
Merge branch 'master' into on-update
2020-04-12 18:32:19 +02:00
Alex
687c50dc13
refactor: remove old stuff
2020-04-12 18:31:07 +02:00
Alex
b40cdcb5bd
refactor: call parent update
2020-04-12 18:30:21 +02:00
Alex
7c4ea39774
fix: add missing comma
2020-04-06 12:49:41 +02:00
Alex
27fbea2b5a
refactor(workspaces): default value unstripped, fix man
2020-04-06 12:42:29 +02:00
Marc Radau
f34163a065
Merge pull request #9 from Alexays/master
...
Changes
2020-04-06 12:20:31 +02:00
JohnHolmesII
5c5031fd69
pulse: do not die when a server hasn't been started. wait first.
2020-04-05 11:42:27 -07:00
Alex
8e0f3c7ddf
feat: full-at ( #649 )
...
* feat: full-at
* fix(man): typo
2020-04-05 16:56:51 +02:00
Marc Radau
8a5c3af949
Merge pull request #8 from Alexays/master
...
Merge Alexays:master into marcplustwo:master
2020-04-05 16:13:56 +02:00
Alex
bb2c16386b
feat: format-icon for persistent workspaces
2020-04-04 21:13:25 +02:00
Alex
10b152ac3e
fix: process last line, restart-interval
2020-03-26 09:18:47 +01:00
Alex
9acf5587fa
refactor(pulseaudio): fallback to default muted format
2020-03-25 22:53:09 +01:00
Alex
ff36154c4b
fix: typo
2020-03-25 22:31:04 +01:00
Alex
d12ad1128e
fix: man
2020-03-25 22:30:22 +01:00
Alex
cb2f5c154c
feat(custon): restart_interval for continuous script
2020-03-25 22:25:30 +01:00
Alex
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
Tudor Brindus
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
BoostCookie
d405f28622
Indent now uses spaces.
2020-03-13 16:42:05 +01:00
BoostCookie
2f975f870a
Added support for absolute device paths for the temperature module.
2020-03-12 22:04:00 +01:00
Guillaume Maudoux
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
Marc
dd7d78cd60
changes requested
2020-02-23 23:09:05 +01:00
Marc Radau
9abe1e2790
Merge branch 'master' into master
2020-02-23 23:00:09 +01:00
Alex
2d8dc83480
Merge pull request #598 from layus/sni-watcher
...
Use the same StatusNotifierWatcher for all trays
2020-02-19 14:22:51 +01:00
Guillaume Maudoux
9a5f5114c4
pulse: track default source/sink changes
2020-02-19 12:28:36 +01:00
Guillaume Maudoux
047c2929c1
Use the same StatusNotifierWatcher for all trays
2020-02-19 12:06:35 +01:00
Alex
543589a97b
Update pulseaudio.cpp
2020-02-16 21:48:22 +00:00
Jordan Leppert
4f8a396692
Fix for 'Network label text not updated properly when formats contain Unicode characters' ( #588 )
2020-02-15 16:51:18 +00:00
Aleksei Bavshin
e70f8d8730
fix(clock): lower precision of zoned_time to avoid fractional seconds in output
2020-02-06 10:04:22 -08:00
Alex
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
Skirmantas Kligys
d1f427618f
Cache calendar per clock instance, weekdays properly handle locales.
2020-02-05 11:07:47 -08:00
Aleksei Bavshin
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
Skirmantas Kligys
cd2db19267
Detect presence, call nl_langinfo() to get first day of week.
2020-02-03 17:18:34 -08:00
Skirmantas Kligys
4c40f9c635
Stop using a mutex for guarding CachedCalendar.
2020-02-03 17:18:34 -08:00
Skirmantas Kligys
218bb3bc2b
Simpify calendar generation, single loop handles both first week and subsequent weeks.
2020-02-02 16:06:27 -08:00
Skirmantas Kligys
f6b2005687
Cache calendar tooltip text to reduce computations.
2020-02-02 15:59:24 -08:00
Skirmantas Kligys
ea9591baea
Switch from utfcpp to Glib::ustring for UTF-8 string mangling.
2020-02-02 15:59:24 -08:00
Skirmantas Kligys
af2528952b
Merge branch 'master' of github.com:skligys/Waybar into temp
2020-02-02 15:58:40 -08:00
Andreas Stührk
527fa982d2
pulseaudio: adapt icon names to form factors
2020-01-31 22:47:26 +01:00
Skirmantas Kligys
8e05aab4d9
Current month calendar in clock tooltip.
2020-01-31 10:36:40 -08:00
Marc
58eb8ad11f
Merge branch 'master' of github.com:marcplustwo/Waybar
2020-01-26 05:35:34 +01:00