Commit graph

60 commits

Author SHA1 Message Date
figsoda
27ab5986ab add building instructions, usage and changelog 2020-11-02 17:58:54 -05:00
figsoda
6cac3953ee rename file and all default configurations 2020-11-02 17:12:19 -05:00
figsoda
31424645e8 sort fields 2020-11-02 17:10:35 -05:00
figsoda
caf3200866 add defaults for layout and config file 2020-11-02 16:44:33 -05:00
figsoda
626272b4b2 modify example config 2020-11-02 16:13:59 -05:00
figsoda
60eb3ea74a accept command line arg to override config 2020-11-02 12:50:06 -05:00
figsoda
69bddc0cdc allow changing config file via command line 2020-11-02 12:14:54 -05:00
figsoda
b67f8bb052 move struct definition before functions 2020-11-02 11:19:45 -05:00
figsoda
49b893db42 allow configuring socket address 2020-11-02 09:41:57 -05:00
figsoda
694aa5731f add keybindings to seek backwards/forwards 2020-11-02 09:35:19 -05:00
figsoda
9a4a3ec662 toggle repeat, random, single, oneshot and consume 2020-11-02 08:33:06 -05:00
figsoda
6a4bc936d4 ability to play previous or next song 2020-11-01 19:19:46 -05:00
figsoda
9c45c782a1 genericize mpd commands with no response 2020-11-01 18:39:04 -05:00
figsoda
ab2ee843a4 add missing newline 2020-11-01 16:39:32 -05:00
figsoda
5a4edc3da1 idle for status change and reduce default ups 2020-11-01 16:25:11 -05:00
figsoda
ce2dee3267 update mmtc.ron 2020-11-01 15:55:58 -05:00
figsoda
c87c11c908 update status after toggling pause 2020-11-01 15:43:17 -05:00
figsoda
99562b90ad allow detecting player state 2020-11-01 15:23:31 -05:00
figsoda
fcf106b0e3 rename variables 2020-11-01 14:58:15 -05:00
figsoda
b65eeec849 add widgets TextboxL, TextboxC, and TextboxR 2020-11-01 14:56:46 -05:00
figsoda
1de2d3a0f2 allow styling queue widget 2020-11-01 14:29:39 -05:00
figsoda
1aedeb45c3 allow scrolling with mouse 2020-11-01 14:10:14 -05:00
figsoda
d5cd92ae3a press spacebar to reset selection 2020-11-01 12:02:59 -05:00
figsoda
25e6644f30 scrolling up now try to only move the selection 2020-11-01 11:54:18 -05:00
figsoda
3221fcf1de ability to add or remove modifiers from text 2020-11-01 09:53:35 -05:00
figsoda
70e8ddbe94 update status after playing selected song 2020-11-01 09:33:10 -05:00
figsoda
c1ed51b2a9 jump over multiple lines with keybindings 2020-11-01 09:22:10 -05:00
figsoda
91d584ba3b ability to play the selected song 2020-11-01 08:48:44 -05:00
figsoda
6d297fe725 ability to toggle pause 2020-10-31 22:25:11 -04:00
figsoda
e7a580441d update status in main loop instead of thread 2020-10-31 22:19:50 -04:00
figsoda
5cf23dad25 update config file to use colors 2020-10-31 18:12:08 -04:00
figsoda
0b950d8edd allow setting foreground and background of texts 2020-10-31 18:06:10 -04:00
figsoda
d30a48f984 refactor 2020-10-31 16:53:49 -04:00
figsoda
2797536e6f show the two hidden tracks 2020-10-31 15:40:34 -04:00
figsoda
6d7579002d add missing semicolons 2020-10-31 15:37:20 -04:00
figsoda
3f1a4b138c fix crash when queue is empty 2020-10-31 15:34:15 -04:00
figsoda
7f7d7cd422 actually update selection after updating queue 2020-10-31 15:26:19 -04:00
figsoda
fbe05996fd update selection after updating queue 2020-10-31 15:22:17 -04:00
figsoda
06db49324e naviagte through queue via j/k/down/up 2020-10-31 15:19:45 -04:00
figsoda
cab3baad34 remove unused feature attribute 2020-10-31 14:22:51 -04:00
figsoda
3e3b9cc22e fix hang after quitting 2020-10-31 14:04:36 -04:00
figsoda
c3d784730c fix typo 2020-10-31 13:52:00 -04:00
figsoda
45d8523b3d replace IfNot with Not, And, Or and Xor 2020-10-31 13:33:51 -04:00
figsoda
15d1ec67a8 improve error messages 2020-10-31 12:58:10 -04:00
figsoda
a155feb233 refactor 2020-10-31 11:50:14 -04:00
figsoda
2fc23792a4 remove redundant cleanup 2020-10-31 10:36:25 -04:00
figsoda
29c70e78da remove unecessary derives 2020-10-30 21:50:35 -04:00
figsoda
1f7f7e483e fix typo 2020-10-30 21:41:55 -04:00
figsoda
62376aaf90 replace free with max and min constraint 2020-10-30 17:43:39 -04:00
figsoda
f6bf51fbf5 clean up code 2020-10-30 17:41:00 -04:00