Commit Graph

106 Commits

Author SHA1 Message Date
Giuseppe febe0f822d Merge pull request #13 from Ypnose/master
Operators
2012-10-21 01:31:34 -07:00
Ypnose 8c15118476 PREFIX?=/usr 2012-10-20 19:47:42 +03:00
Ypnose f15760305e PREFIX
Now system packages / softwares and user softwares are separated
2012-10-16 03:05:11 +03:00
Ypnose 651cdf38d4 Deleted symbols
With a custom PKGBUILD (on Archlinux), Makepkg command fails with the previous operators. Now, we can build the package without any issues.
2012-10-14 15:21:26 +03:00
Giuseppe 930e05eb9a Merge pull request #12 from Ypnose/master
Added Uninstall into Makefile
2012-10-12 15:53:24 -07:00
Ypnose ffb259ac6b Removed echo 2012-10-12 15:53:21 +03:00
Ypnose a24d3be5be Added uninstall option 2012-10-12 15:14:39 +03:00
LemonBoy a80ebaa157 bar_bottom is already initialized with config setting, don't zero it. 2012-09-04 15:23:55 +02:00
LemonBoy 0a71d182db Consistent option naming. 2012-08-18 13:48:54 +02:00
Giuseppe 278f1b7cc5 Merge pull request #10 from c00kiemon5ter/widthoffset
add bar width and leading offset configuration options
2012-08-18 04:46:31 -07:00
Ivan Kanakarakis 80fd31b32c add bar width and leading offset configuration options 2012-08-18 14:15:03 +03:00
Giuseppe f6801f83e3 Merge pull request #7 from guelfey/master
Some small improvements (with correct cleanup)
2012-08-18 02:56:46 -07:00
Georg Reinke e1cd134ec2 Merge remote-tracking branch 'upstream/master'
Conflicts:
	bar.c
2012-08-17 13:35:32 +02:00
Georg Reinke 06d2db7c78 Add default setting for bar_bottom in config.h 2012-08-17 13:33:39 +02:00
Giuseppe c36808d3f9 Merge pull request #8 from mil/master
Add how to clear underline color in README
2012-07-29 12:17:11 -07:00
= ef18b389ce Typo, added the 2012-07-26 20:07:36 -04:00
= b74ceb323a Specify how to clear underline color in README 2012-07-26 20:06:02 -04:00
Georg Reinke 2b9ca04290 Minor coding style fixes 2012-07-26 11:52:32 +02:00
LemonBoy f089d43a46 Don't sync background color with foreground one. 2012-07-25 22:57:51 +02:00
LemonBoy 6c3b81602b Swap order when drawing. Now it underlines properly even small fonts. 2012-07-25 20:33:01 +02:00
LemonBoy 3f8bfbe514 Toggleable underline/overline switch added. 2012-07-25 17:09:04 +02:00
LemonBoy a4a3c805e3 Support for non-monospaced fonts. Changed the font definition in the config. 2012-07-25 16:55:26 +02:00
LemonBoy 1abd4c2d5a Don't wait for a wm to show up. This makes bar work with XMonad. 2012-07-25 11:05:13 +02:00
Georg Reinke ed067579b9 Correct cleanup() behaviour 2012-07-24 14:12:04 +02:00
Georg Reinke ab350c86f7 Several small corrections 2012-07-24 12:29:35 +02:00
Georg Reinke 8a35dc7695 Format LICENSE correctly 2012-07-24 12:08:12 +02:00
Georg Reinke 25bf9e9739 Make BAR_BOTTOM a command line option 2012-07-24 12:08:02 +02:00
LemonBoy d7412803f6 Multi font support. Major refactoring of many places. 2012-07-23 16:49:39 +02:00
LemonBoy 5ea77f2242 More EWMH goodness. 2012-07-22 12:44:19 +02:00
LemonBoy 4ecaa1c6c2 Added positioning switch. 2012-07-22 11:45:10 +02:00
LemonBoy b0cc51c1c9 Added licensing 2012-07-22 00:50:16 +02:00
LemonBoy ba6e51059e Fixed a memory leak. Cleaned up a bit the code. 2012-07-21 17:41:57 +02:00
LemonBoy 741b9da4a1 Added underlining support. 2012-07-20 16:28:12 +02:00
LemonBoy 054ee4396f Text is now properly centered. 2012-07-20 11:53:29 +02:00
LemonBoy c97b0ecde6 Basic EWMH compliance. 2012-07-20 09:54:43 +02:00
LemonBoy d0195d630b Properly center the text. 2012-07-20 09:35:15 +02:00
LemonBoy a4f7f32610 Respect the permanent option. 2012-07-18 21:27:41 +02:00
Giuseppe c82da2e624 Merge pull request #4 from sethlilly/master
Fixed a typo in the readme
2012-07-18 08:42:09 -07:00
Seth Lilly 4602586dc8 Fixed typo in Options description 2012-07-18 12:33:03 -03:00
LemonBoy f808c16ec1 Silly error is silly. 2012-07-18 17:29:37 +02:00
LemonBoy 37d343e554 Added palette.pl 2012-07-18 17:25:19 +02:00
LemonBoy 2214927250 UTF8 support. 2012-07-18 17:11:17 +02:00
LemonBoy 5f336a6a2d Fixes #1 for real. Cpu usage lowered even more. 2012-07-17 16:56:03 +02:00
Giuseppe 0723d9320d Merge pull request #3 from c00kiemon5ter/master
Makefile changes
2012-07-17 05:04:55 -07:00
LemonBoy dda6bf6304 Reduce the timeout for improved responsiveness. 2012-07-17 14:01:28 +02:00
Ivan Kanakarakis c516373225 add .gitignore file - ignore tmp, object and executable files 2012-07-17 14:56:52 +03:00
Ivan Kanakarakis c7cc3281a8 Makefile: use -Os instead of -O2
-Os provides -O2 minus some optimizations that would
increase size, plus optimizations that would decreaze
size, plus -Os usually takes caching into account.

    -Os Optimize for size.  -Os enables all -O2 optimizations that do not
        typically increase code size.  It also performs further optimizations
        designed to reduce code size.
2012-07-17 14:36:22 +03:00
Ivan Kanakarakis 8317a261c0 Makefile: add rule to create default config 2012-07-17 14:35:16 +03:00
LemonBoy 4701b3521c Fix polling issue. 2012-07-17 11:34:12 +02:00
LemonBoy a7dbc379bf Redraw on expose (#1). 2012-07-17 01:17:11 +02:00