aboutsummaryrefslogtreecommitdiff
path: root/modules/services/polybar.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Apply `nixfmt` on many filesRobert Helgesson2020-02-021-28/+20
|
* polybar: restart service on failureRobert Helgesson2019-09-031-0/+1
|
* Fix option `defaultText` when referencing packagesRobert Helgesson2019-08-281-1/+1
| | | | | By using `literalExample` the documentation will show the option default without surrounding quotes.
* polybar: change restart trigger to contain a stringRobert Helgesson2019-04-121-1/+3
| | | | | The systemd unit type is a bit more strict now and needs an explicit string in this position.
* polybar: use writeShellScriptBinRobert Helgesson2019-03-211-7/+5
|
* polybar: add /run/wrappers/bin to PATHwedens2019-01-261-1/+1
| | | | | Without this the network module in polybar is unable to check connection as it invokes 'ping' command directly.
* polybar: switch from attrs to attrsOfNikita Uvarov2018-12-051-1/+3
|
* Correct spelling mistakesEdward Betts2018-10-021-1/+1
|
* Remove unnecessary `dag` variablesRobert Helgesson2018-09-191-2/+0
| | | | Also remove a few trailing whitespaces.
* polybar: minor reformattingRobert Helgesson2018-08-291-12/+12
|
* polybar: only quote strings if neededJonathan Reeve2018-08-291-1/+6
| | | | | | | Polybar expects quoted values only when whitespace is important to the value. Fixes #356
* polybar: let systemd reload trigger restartRobert Helgesson2018-07-261-15/+1
|
* polybar: fix the case when config value is a pathNikita Uvarov2018-01-211-1/+1
| | | | | | Polybar treats 'include-file' property differently. In particular, its value can't be enclosed in double quotes. Fixes #185.
* Add dag library to `config.lib`Robert Helgesson2017-12-261-3/+4
| | | | Also replace all imports of `dag.nix` by the entry in `config.lib`.
* use `xdg.configFile` for files in XDG config homeRobert Helgesson2017-10-291-1/+1
|
* Use only tools from Nixpkgs in activation scriptRobert Helgesson2017-10-201-1/+1
| | | | | | | | Note, we still pull in the user's `PATH` in case the user has defined their own activation blocks that depend on additional tools. Eventually this will be deprecated and removed. See #99.
* polybar: enclose strings in double quotesNikita Uvarov2017-10-091-1/+12
| | | | | This fixes the case when there are trailing spaces in string values which can be used for elements padding.
* polybar: add moduleNikita Uvarov2017-10-071-0/+139