Otavio Salvador
c49f63cddf
i3status-rust: 0.20.0 -> 0.20.1
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-05-12 10:02:07 -03:00
Robin Gloster
aacc6f2e1b
i3status-rust: fix themes and icon handling
...
also enables the pulseaudio feature
2021-05-10 16:23:51 -05:00
Robin Gloster
f0e9599f93
Merge pull request #122366 from ambroisie/update-i3status-rust
...
i3status-rust: 0.14.7 -> 0.20.0
2021-05-09 13:37:34 -05:00
Bruno BELANYI
2bc0257499
i3status-rust: 0.14.7 -> 0.20.0
...
https://github.com/greshake/i3status-rust/releases/tag/v0.20.0
2021-05-09 18:14:50 +02:00
Robert Hensing
8e3c5eb501
treewide: xvfb_run -> xvfb-run
2021-05-08 15:48:41 +02:00
R. RyanTM
7566f5ed5f
i3wsr: 2.0.0 -> 2.0.1
2021-04-28 00:12:00 -04:00
Sandro
29c3779473
Merge pull request #120247 from FlorianFranzen/workstyle
...
workstyle: 0.2.1
2021-04-24 09:42:50 +02:00
Florian Franzen
d6eefb728e
workstyle: 0.2.1
2021-04-22 21:41:52 +02:00
R. RyanTM
48b5557591
i3wsr: 1.3.1 -> 2.0.0
2021-04-22 11:32:50 +00:00
Sandro
2fb8be188f
Merge pull request #117377 from SEbbaDK/i3wsr
2021-04-06 12:03:26 +02:00
SEbbaDK
21eeb98d1f
i3wsr: init at 1.3.1
2021-04-05 18:10:50 +02:00
Sandro Jäckel
9378fdf87e
iproute: deprecate alias
2021-04-04 01:43:46 +02:00
Sandro
fba298ed9e
Merge pull request #118094 from svrana/i3-ratiosplit
...
i3-ratiosplit: init at 0.1.0
2021-03-31 21:26:38 +02:00
Maxim Zhukov
38a5da7088
i3wm: i3-auto-layout: init at 0.2.0
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Robert Schütz <rschuetz17@gmail.com>
Signed-off-by: Maxim Zhukov <mussitantesmortem@gmail.com>
2021-03-31 15:34:12 +03:00
Shaw Vrana
1e31621d38
i3-ratiosplit: init at 0.1.0
2021-03-30 19:40:12 -07:00
Maximilian Bosch
a986113bf3
Merge pull request #114729 from r-ryantm/auto-update/i3
...
i3: 4.19.1 -> 4.19.2
2021-03-07 21:00:06 +01:00
Lassulus
11728b57bd
Merge pull request #113269 from r-ryantm/auto-update/i3lock-color
...
i3lock-color: 2.13.c.1 -> 2.13.c.2
2021-03-07 14:53:00 +01:00
R. RyanTM
35e773fb72
i3: 4.19.1 -> 4.19.2
2021-03-01 07:45:17 +00:00
Maxim Zhukov
50885e913f
i3status-rust: 0.14.3 -> 0.14.7
...
https://github.com/greshake/i3status-rust/releases/tag/v0.14.7
2021-02-28 19:45:11 +03:00
R. RyanTM
672ed52ca5
i3lock-color: 2.13.c.1 -> 2.13.c.2
2021-02-16 06:54:35 +00:00
R. RyanTM
c3f0be60d2
i3: 4.19 -> 4.19.1
2021-02-14 18:22:10 +00:00
R. RyanTM
3b6e0a552e
i3-gaps: 4.19 -> 4.19.1
2021-02-03 14:51:11 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Sandro
bc73d42ad6
Merge pull request #109864 from r-ryantm/auto-update/i3lock-color
...
i3lock-color: 2.12.c.5 -> 2.13.c.1
2021-01-19 14:41:44 +01:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
R. RyanTM
f0af99a20f
i3lock-color: 2.12.c.5 -> 2.13.c.1
2021-01-19 00:31:49 +00:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
marzzzello
af56bbf6ac
i3, i3-gaps: 4.18.3 -> 4.19
...
Upstream switched from the autotools build system to the meson build system.
Also the source archive format switched from tar.bz2 to tar.xz
The build now supports application documentation in /share/doc/i3/
https://i3wm.org/downloads/RELEASE-NOTES-4.19.txt
2021-01-12 16:55:21 +01:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Sandro Jäckel
55a9cbedca
i3altlayout: Disable tests
2021-01-10 13:18:41 +01:00
pacien
ad75bac50a
i3-balance-workspace: init at 1.8.3
2020-12-29 14:17:10 +01:00
Christian Luetke Stetzkamp
c8c598e20c
i3lock-color: reenable all platforms
...
It was restricted in 40b347f205
due to its
need for the SSE2 instruction set. However the upstream issue is now
resolved [1], so reenable support for all platforms.
[1] https://github.com/chrjguill/i3lock-color/issues/44
2020-12-19 23:03:14 +01:00
Doron Behar
8fec2111f2
Merge pull request #96116 from benmezger/patch-3
...
i3-gaps: Set platform to BSD and Linux like
2020-12-18 10:58:55 +02:00
Doron Behar
82b12cd7c7
Merge pull request #104324 from magnetophon/i3-resurrect
...
i3-resurrect: init at 1.4.3
2020-12-17 11:17:00 +02:00
Bart Brouns
9ce1ec8d2d
i3-resurrect: init at 1.4.3
...
corrected from https://github.com/NixOS/nixpkgs/pull/97480 by @vldn-dev
2020-12-16 22:37:52 +01:00
Bart Brouns
121cff0565
i3-layout-manager: unstable-2019-12-06 -> unstable-2020-05-04
2020-12-06 00:45:38 +01:00
R. RyanTM
2194eaba68
i3status-rust: 0.14.2 -> 0.14.3
2020-12-04 14:20:22 +00:00
Guillaume Girol
47680042d9
Merge pull request #104321 from magnetophon/i3altlayout
...
i3altlayout: init at 0.3
2020-11-20 21:31:42 +00:00
Bart Brouns
36118d4a9d
i3altlayout: init at 0.3
2020-11-20 21:38:22 +01:00
Andreas Rammhold
db530f4490
i3status-rust: add missing ethtool and notmuch buildInputs
...
i3status-rust requires `ethtool` for the net block to work since 0.14.2.
The notmuch feature is also available and all we've to do for that is to
pass the `notmuch` input and enable the feature.
2020-11-03 22:47:36 -08:00
Michal Sojka
e90cfc722d
i3: 4.18.2 -> 4.18.3
2020-11-03 18:25:40 +01:00
R. RyanTM
9190daba45
i3-gaps: 4.18.2 -> 4.18.3
2020-11-02 07:54:51 -08:00
R. RyanTM
657c6d3875
i3lock: 2.12 -> 2.13
2020-11-02 09:12:23 +00:00
Jonathan Wilkins
d7ea518958
i3status-rust: 0.14.1 -> 0.14.2
2020-10-31 10:34:23 +00:00
Bart Brouns
6d10913002
wmfocus: 1.1.3 -> 1.1.5
2020-10-26 16:35:11 +01:00
Ben Siraphob
683a87dbeb
treewide: remove periods from end of package descriptions
2020-10-17 08:22:31 -07:00
Nick Hu
af2adc12a2
i3lock-fancy-rapid: init at 2019-10-09
2020-08-25 01:17:55 +01:00
Ben Mezger (seds)
bf3f39789d
i3-gaps: Set platform to BSD and Linux like
2020-08-23 16:49:25 -03:00
R. RyanTM
300223118a
i3ipc-glib: 0.6.0 -> 1.0.1
2020-08-14 17:30:39 -07:00
Maximilian Bosch
1f0baf9a3b
Merge pull request #94441 from r-ryantm/auto-update/i3
...
i3: 4.18.1 -> 4.18.2
2020-08-02 13:35:49 +02:00