about summary refs log tree commit diff
path: root/pkgs/applications/window-managers/i3/blocks.nix
Commit message (Collapse)AuthorAge
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* i3blocks: unstable-2019-02-07 -> 1.5Olivier Marty2019-11-21
|
* i3blocks: handle multiple XDG_CONFIG_DIRS elements correctlyedef2019-10-18
| | | | | | On NixOS, $XDG_CONFIG_DIRS always has multiple elements. Without this patch, it'll try to open() a rather nonsensical path full of colons.
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* i3blocks: 1.4 -> unstable-2019-05-07 (#59099)ilikeavocadoes2019-04-07
|
* i3blocks: add optional dependencies for scriptsAngelo Bulfone2017-05-30
|
* treewide: use lib.maintainers for meta.maintainersFranz Pletz2017-01-20
|
* i3blocks: fix platformsMichael Raskin2017-01-13
|
* i3blocks: specify supported platformsBirger J. Nordølum2017-01-13
|
* i3blocks: search for config in correct system directoryKier Davis2017-01-12
| | | | | | | | | | | | | | | | | | | | | | The SYSCONFDIR variable used in the Makefile servers two purposes: 1) During buildPhase, it is hardcoded into the executable as one of the locations that will be searched for the i3blocks.conf config file. We want this set to "/etc", so that "/etc/i3blocks.conf" will be automatically loaded if it exists, as specified in the manpage. 2) During installPhase, it specifies the location that the sample i3blocks.conf should be installed to. We want this to be "$out/etc". Case 2 was already handled correctly, but case 1 was not. This resulted in i3blocks instead searching for i3blocks.conf in the default value of SYSCONFDIR, which is "/usr/local/etc", a directory which generally does not exist on NixOS. This commit remedies this problem by setting SYSCONFDIR=/etc during buildPhase. A minor stylistic fix (correcting a usage of "makeFlags" to "buildFlags" in the expression) has also been applied in this commit.
* Remove all dots at end of descriptionszimbatm2016-02-27
| | | | | | | Specially crafted for @JagaJaga find pkgs -name "*.nix" -exec \ sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
* i3blocks: 1.4 (NEW) (WIP)Birger J. Nordølum2015-12-11