aboutsummaryrefslogtreecommitdiffstats
path: root/swaynag
Commit message (Collapse)AuthorAge
...
* swaynag: destroy old cursor theme when updatedLibravatar Ian Fan2018-08-10
|
* Fix compiler errors.Libravatar Geoff Greer2018-08-05
| | | | | | | - Some platforms don't expose kill() unless _POSIX_C_SOURCE is defined. - fork(), execl(), and setsid() need unistd.h on some platforms. Basically, this fixes some platform-specific build errors.
* Add missing stdlib.h includes to swaynagLibravatar Marien Zwart2018-08-03
|
* swaynag: don't drop \n for first lineLibravatar Brian Ashworth2018-08-01
|
* swaynag: add blank lines after headings in scdocsLibravatar Brian Ashworth2018-08-01
|
* swaynag: swaybar like default colorsLibravatar Brian Ashworth2018-08-01
|
* swaynag: address some more of sircmpwn's commentsLibravatar Brian Ashworth2018-08-01
| | | | | | | | | | Fixes segfauls for any case where swaynag->outputs was not inititalized including -h/--help, -v/--version, and invalid arguments. Sets sane defaults for colors not given. Any color not given will fallback to the default color values for type error. Adds support for a hidpi cursor
* swaynag: fix hidpiLibravatar Brian Ashworth2018-08-01
|
* swaynag: allow more config optionsLibravatar Brian Ashworth2018-08-01
|
* swaynag: add math to meson.buildLibravatar Brian Ashworth2018-08-01
|
* swaynag: fix output selectionLibravatar Brian Ashworth2018-08-01
|
* swaynag: refactor {sway_,}nagbar to swaynagLibravatar Brian Ashworth2018-08-01
|
* swaynag: split config into own file and fix optindLibravatar Brian Ashworth2018-08-01
|
* Disable pango markup for extended messageLibravatar Drew DeVault2018-08-01
|
* Set output to NULL if not specifiedLibravatar Drew DeVault2018-08-01
| | | | This opens nagbar on the active output.
* swaynag: implement config file supportLibravatar Brian Ashworth2018-08-01
|
* Address first round review for swaynagLibravatar Brian Ashworth2018-08-01