Commit graph

109 commits

Author SHA1 Message Date
geommer
2bce819d9a Update README. 2016-04-03 04:47:05 +02:00
geommer
84344d1aba Add travis status img to README. 2016-04-03 04:33:54 +02:00
geommer
27576f291d rename config lookup for OLD_LIBCONFIG. 2016-04-03 04:23:35 +02:00
geommer
4614113d20 Correct typo in travis. 2016-04-03 04:01:16 +02:00
geommer
8b91354f78 Update travis. 2016-04-03 03:52:49 +02:00
geommer
3427d9ea41 Fix README typo. 2016-04-03 03:40:12 +02:00
geommer
0fd7e05fea Try to use travis again. 2016-04-03 03:37:25 +02:00
geommer
eb072cf27c Add OLD_LIBCONFIG for libconfig < 1.5. 2016-04-03 03:28:52 +02:00
geommer
afac09afd2 Correct length for config file path. 2016-04-02 20:42:01 +02:00
geommer
d367b3f65b Add internal1.config. 2016-04-01 23:38:26 +02:00
geommer
82dd1dbd68 Remove seconds for uptime intern blk. 2016-04-01 21:24:42 +02:00
geommer
ded6834112 Add option2 for diskio intern blk. 2016-04-01 21:22:31 +02:00
geommer
33199ef5e1 Add cpu & diskio inten blks. 2016-04-01 19:24:36 +02:00
geommer
40a8870ba4 Implement prefix and suffix for inten blks. 2016-04-01 14:19:13 +02:00
geommer
103bd7e75a Change gcc optimization from O2 to Os. 2016-03-31 23:34:07 +02:00
geommer
442534e3a5 Update README. 2016-03-29 13:20:52 +02:00
geommer
81de71fdde Update README. 2016-03-29 13:07:49 +02:00
geommer
3b2218f454 Add buttons for bar, its action is overriden by block buttons if defined. 2016-03-29 12:36:08 +02:00
geommer
d241bfba86 Add memory internal block. 2016-03-28 18:42:20 +02:00
geommer
c92baa1bca Add bandwidth internal block. 2016-03-28 14:49:15 +02:00
geommer
83e756dc0c Minor cleanup for printing yabar version. 2016-03-28 12:53:41 +02:00
geommer
734a644017 Minor cleanup for makefile. 2016-03-28 12:47:20 +02:00
geommer
858485506c Add include & intern_blks directories. 2016-03-28 12:15:36 +02:00
geommer
66a0f7ac47 Add inherit-all option. Fixes #43. 2016-03-27 18:23:13 +02:00
geommer
c483112c63 Add some error handling for inheritance options. 2016-03-27 13:38:05 +02:00
geommer
c280306ca2 Implement block buffers using dynamic memory. 2016-03-27 12:28:10 +02:00
geommer
898364debe Add some robustness when invalid/non-existent bar/block entries. 2016-03-27 10:41:51 +02:00
geommer
55ec2668c7 Make buffer size 1024 for now; will change to dynamic memory soon for more flexibility 2016-03-27 09:39:10 +02:00
George Badawi
1c76e8347b Merge pull request #42 from Lindenk/fix_pid_types
Changed type of local pids in block exec functions to pid_t
2016-03-26 19:56:57 +02:00
George Badawi
a40894b8f2 Merge pull request #33 from Lindenk/bigger_blk_buffer
Increase buffer size to 4096 & omit clearing buffer using memset
2016-03-26 19:56:32 +02:00
Linden Krouse
71ad09eef6 Changed type of local pids in block exec functions to pid_t 2016-03-26 13:05:48 -04:00
Linden Krouse
a3cfd08767 Increased block text buffer size and optimized out memset calls 2016-03-26 12:59:33 -04:00
Linden Krouse
7261b8cf8e Added error handling to read calls for blocks 2016-03-26 12:56:20 -04:00
geommer
ec105d0f59 add several internal blks; use conditional compilation for internal blks 2016-03-26 15:41:24 +02:00
George Badawi
bd8aa7425c Merge pull request #39 from huffstler/patch-1
Add rgb background color to example.config
2016-03-26 08:16:09 +02:00
geommer
b01d6ee3c6 introduce support of internal blocks; add internal time and uptime blks 2016-03-25 15:16:57 +02:00
~P
d3a220f2d4 placed the extra space back
that was an accident. :|
2016-03-24 19:37:07 -04:00
~P
458a3766c9 switched background color in example
Made it default to a non-transparent black in case people use compton and don't know how it will affect how yabar displays. Related to issue #11.
2016-03-24 19:34:53 -04:00
geommer
9909914c06 add minor comments and cleanups to yabar.h 2016-03-24 20:31:03 +02:00
geommer
dcf0608312 correct wrong macro 2016-03-24 19:40:31 +02:00
geommer
be107a0c5f minor cleanups 2016-03-24 16:13:03 +02:00
geommer
45bc248c67 Rename a couple of ya_block_t members. 2016-03-24 15:29:54 +02:00
geommer
c49ddda6f1 Many cleanups && RandR gets always compiled now. 2016-03-24 11:37:27 +02:00
geommer
cc715a181e introduce ya_parse.c 2016-03-23 20:29:35 +02:00
geommer
8074070756 introduce ya_parse.c 2016-03-23 20:28:42 +02:00
geommer
5e6e15eb9e add inherit option. Fixes #25 2016-03-23 20:06:48 +02:00
geommer
668e80a7ec set correct length for monitor name. Fixes #36 2016-03-23 11:13:14 +02:00
geommer
0b177d080a add text justify block-specific option 2016-03-23 10:57:09 +02:00
geommer
858a355fba minor cleanups 2016-03-23 09:13:58 +02:00
geommer
d6c642a181 Add safer use of string functions 2016-03-23 08:41:09 +02:00