about summary refs log tree commit diff
path: root/pkgs/applications/window-managers/i3/blocks.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2019-11-21i3blocks: unstable-2019-02-07 -> 1.5Olivier Marty1-5/+5
2019-10-18i3blocks: handle multiple XDG_CONFIG_DIRS elements correctlyedef1-1/+10
On NixOS, $XDG_CONFIG_DIRS always has multiple elements. Without this patch, it'll try to open() a rather nonsensical path full of colons.
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-04-07i3blocks: 1.4 -> unstable-2019-05-07 (#59099)ilikeavocadoes1-43/+8
2017-05-30i3blocks: add optional dependencies for scriptsAngelo Bulfone1-2/+40
2017-01-20treewide: use lib.maintainers for meta.maintainersFranz Pletz1-1/+0
2017-01-13i3blocks: fix platformsMichael Raskin1-1/+1
2017-01-13i3blocks: specify supported platformsBirger J. Nordølum1-1/+1
2017-01-12i3blocks: search for config in correct system directoryKier Davis1-1/+1
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.
2016-02-27Remove all dots at end of descriptionszimbatm1-1/+1
Specially crafted for @JagaJaga find pkgs -name "*.nix" -exec \ sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
2015-12-11i3blocks: 1.4 (NEW) (WIP)Birger J. Nordølum1-0/+22