Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-17 | swaynag: adds option to set wayland shell layer | James Edwards-Jones | |
Uses --layer/-y set to overlay|top|bottom|background | |||
2020-09-14 | swaynag: add details background option | Mustafa Abdul-Kader | |
Adds a new config option for details background for swaynag issue/#5673 | |||
2020-09-04 | swaynag: adds option to separately specify the text color for buttons | oliver-giersch | |
2020-06-09 | swaynag: allow specifying more buttons which execute and dismiss | Graham Christensen | |
I don't love -z / -Z, but I figure this patch is far from being accepted for other reasons too. | |||
2019-08-31 | Fix markup syntax in man pages | Martin Michlmayr | |
2018-11-27 | Implement swaynag -B/--button-no-terminal | Brian Ashworth | |
In `i3 4.16`, `i3-nagbar` introduces the flags `-B/--button-no-terminal` to run the action directly instead of inside a terminal. This implements the flags for swaynag for compatibility. Since swaynag does not use an equivalent to `i3-sensible-terminal`, the flags `-b/--button` only uses a terminal when the environment variable `TERMINAL` is set, otherwise it acts the same as these new flags. | |||
2018-10-07 | swaynag: s/Toggle Details/Toggle details/ | Drew DeVault | |
2018-08-01 | swaynag: add blank lines after headings in scdocs | Brian Ashworth | |
2018-08-01 | swaynag: allow more config options | Brian Ashworth | |
2018-08-01 | swaynag: implement config file support | Brian Ashworth | |
2018-08-01 | Address first round review for swaynag | Brian Ashworth | |