Brian Ashworth
f0d21c46dd
Fix bad-free in swaynag
2018-08-20 15:06:12 -04:00
Ian Fan
6e7052fc44
swaynag: destroy old cursor theme when updated
2018-08-10 18:34:23 +01:00
Geoff Greer
208831aec6
Fix compiler errors.
...
- 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.
2018-08-05 00:24:44 -07:00
Marien Zwart
4df8858873
Add missing stdlib.h includes to swaynag
2018-08-03 19:24:44 +10:00
Brian Ashworth
26c5ef18ba
swaynag: don't drop \n for first line
2018-08-01 22:55:20 -04:00
Brian Ashworth
41d858b439
swaynag: add blank lines after headings in scdocs
2018-08-01 22:47:54 -04:00
Brian Ashworth
1e7fbe493e
swaynag: swaybar like default colors
2018-08-01 22:47:54 -04:00
Brian Ashworth
4f5cf330c8
swaynag: address some more of sircmpwn's comments
...
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
2018-08-01 22:47:54 -04:00
Brian Ashworth
0ef3988438
swaynag: fix hidpi
2018-08-01 22:47:54 -04:00
Brian Ashworth
e01acb6097
swaynag: allow more config options
2018-08-01 22:47:54 -04:00
Brian Ashworth
ca40298af4
swaynag: add math to meson.build
2018-08-01 22:47:54 -04:00
Brian Ashworth
894d57f192
swaynag: fix output selection
2018-08-01 22:47:54 -04:00
Brian Ashworth
a6145914c6
swaynag: refactor {sway_,}nagbar to swaynag
2018-08-01 22:47:54 -04:00
Brian Ashworth
6124d0f9a2
swaynag: split config into own file and fix optind
2018-08-01 22:47:54 -04:00
Drew DeVault
58f3fa74ae
Disable pango markup for extended message
2018-08-01 22:47:54 -04:00
Drew DeVault
37709917b1
Set output to NULL if not specified
...
This opens nagbar on the active output.
2018-08-01 22:47:54 -04:00
Brian Ashworth
8463a2896a
swaynag: implement config file support
2018-08-01 22:47:54 -04:00
Brian Ashworth
a4f7bf23b2
Address first round review for swaynag
2018-08-01 22:47:54 -04:00