Cole Helbling
12e1233d38
Fix compile-time warning of catch by value
2019-04-20 09:16:11 -07:00
Cole Helbling
160837b900
Ensure no NULL tags are set
...
Because `mpd_song_get_tag` from libmpdclient can return NULL, verify the
value of tag is valid. Otherwise, set a default string of "N/A". Also
adds configuration to specify what this default string should be.
2019-04-20 09:12:30 -07:00
Alex
d03997bdaa
Merge pull request #272 from Alexays/refactoring
...
Refactoring
2019-04-19 17:33:49 +02:00
Alex
471b5b1ea1
Merge branch 'master' into refactoring
2019-04-19 17:33:18 +02:00
Alex
29d8f365f8
refactor(Tray): proper lookup in the default theme
2019-04-19 17:30:40 +02:00
Alex
8cf19826aa
fix(Tray): Unexport on exit
2019-04-19 17:03:46 +02:00
Alex
cbb6f2a307
refactor(Workspaces, IPC): no more mutex in the workspaces modules, moved to the IPC client for a proper handling
2019-04-19 16:48:02 +02:00
Alex
e77c155ede
fix(workspaces): avoid mutex block
2019-04-19 12:11:55 +02:00
Alex
811468c0ab
Merge pull request #274 from minijackson/mpd-escape
...
fix(mpd): Escape MPD values in the label
2019-04-19 11:57:36 +02:00
Alex
171ecd53aa
refactor(Bar): roundtrip before setup widgets
2019-04-19 11:56:40 +02:00
Minijackson
66b0420391
fix(mpd): Escape MPD values in the label
2019-04-19 11:11:44 +02:00
Alex
42dc0c4c71
fix(ipc): typo
2019-04-19 11:10:48 +02:00
Alex
bb1cf7570e
refactor(IPC): use sigc signal
2019-04-19 11:09:06 +02:00
Alex
a14b933d3e
fix(config): add missing comma
2019-04-18 17:55:02 +02:00
Alex
4c8f4f82dc
fix(config): add missing comma
2019-04-18 17:54:38 +02:00
Alex
6ed8f94dab
refactor: format code
2019-04-18 17:52:00 +02:00
Alex
807ef32357
refactor: format && better output management
2019-04-18 17:47:40 +02:00
Alex
817c42841b
Merge pull request #268 from minijackson/mpd
...
Add MPD support
2019-04-18 16:11:16 +02:00
Minijackson
3e54c3c669
fix(mpd): better sample theme
2019-04-18 15:57:58 +02:00
Minijackson
3656035c89
fix(mpd): slightly better and safer error handling
2019-04-18 15:57:57 +02:00
Minijackson
0ce8821aec
feat(mpd): Add playing / paused classes
2019-04-18 15:57:57 +02:00
Minijackson
38e37f3680
chore(mpd): add sample MPD config
2019-04-18 15:57:57 +02:00
Minijackson
ab43d34a1e
refactor(mpd): Add module name to log messages
2019-04-18 15:57:57 +02:00
Minijackson
22eccc2ac2
feat(mpd): reset player state when connection drops
2019-04-18 15:57:57 +02:00
Minijackson
cd92b475ad
chore: Add clang-format configuration and format MPD module
2019-04-18 15:57:57 +02:00
Minijackson
235997fa73
feat(mpd): Add support for elapsed and total time
2019-04-18 15:55:46 +02:00
Minijackson
80a12d0238
feat(mpd): play/pause on click & stop on right-click
2019-04-18 15:55:46 +02:00
Minijackson
07dab2baec
feat(mpd): Add support for options (random, repeat, etc.)
2019-04-18 15:55:45 +02:00
Minijackson
cbfcec4867
feat(mpd): Add support for play/pause icons
2019-04-18 15:55:45 +02:00
Minijackson
557b786ce0
feat(mpd): Allow for specifying the reconnect interval
2019-04-18 15:55:45 +02:00
Minijackson
8c9dd94670
feat(mpd): Add support for setting tooltip label when disconnected
2019-04-18 15:55:45 +02:00
Minijackson
06aff70e2e
feat: Add basic support for MPD
2019-04-18 15:55:45 +02:00
Minijackson
85b6e6f709
chore: Add EditorConfig file
2019-04-18 15:55:45 +02:00
Alex
6d6df4be00
refactor(sni-item): better way to search in default theme
2019-04-17 22:15:18 +02:00
Alex
9564adb5b4
refactor(Bar): avoid reinterpret_cast
2019-04-17 19:33:49 +02:00
Alex
aeaa1927d9
fix: add default_paths on init
2019-04-17 19:23:52 +02:00
Alex
346ec68578
refactor: format tray && partial fix for #235
2019-04-17 14:19:04 +02:00
Alex
93a1bafb46
chore: add clang-format
2019-04-17 13:47:34 +02:00
Alex
5f37abbd3f
Update README.md
2019-04-16 13:42:49 +02:00
Alex
3273ee8b42
fix(Tray): icon size lookup
2019-04-15 12:10:37 +02:00
Alex
d05b8398fa
fix: prefer to hold running even when no window is open
2019-04-15 11:42:16 +02:00
Alex
ecc5f48dd7
feat: partially hide waybar on toggle
2019-04-15 11:11:16 +02:00
Alex
316b948d86
Merge pull request #265 from Alexays/custom-multiple-classes
...
Custom: Ability to add multiple classes
2019-04-15 10:58:34 +02:00
Alex
5828d34fa0
Merge branch 'master' into custom-multiple-classes
2019-04-15 10:58:27 +02:00
Alex
bc9a49787a
feat: enable pango markup on sway workspaces
2019-04-15 10:55:44 +02:00
Alex
6aee51479d
feat: ability to add multiple classes
2019-04-15 10:18:27 +02:00
Alex
57c99dc526
refactor(Tray): also search in default theme
2019-04-11 15:28:38 +02:00
Alex
78067462be
fix(Tray): icons update
2019-04-11 15:20:39 +02:00
Alex
5870421f84
refactor(temperature): check if file exist on init
2019-04-11 15:08:23 +02:00
Alex
24684ca71b
chore: v0.5.1
2019-04-04 12:01:00 +02:00