Commit Graph

16 Commits

Author SHA1 Message Date
Logger
f00a2b79fb waybar: libcava 0.10.2 -> 0.10.3
Updated the libcava dependency in waybar to version 0.10.3 to include the latest fixes and improvements.
Via Alexays/Waybar#3426 (comment)
2024-10-02 11:37:07 -06:00
Sefa Eyeoglu
d68f1d2354
waybar: add systemdSupport input
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2024-09-29 17:56:04 +05:30
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Masum Reza
e677e7056c
waybar: include the systemd user unit (#340874) 2024-09-22 00:29:40 +05:30
Gaetan Lepage
69b6ec0894 waybar: 0.10.4 -> 0.11.0
Diff: https://github.com/Alexays/Waybar/compare/0.10.4...0.11.0

Changelog: https://github.com/alexays/waybar/releases/tag/0.11.0
2024-09-16 11:11:52 +02:00
r-vdp
57077bc434
waybar: include the systemd user unit 2024-09-10 00:24:15 +02:00
Gaetan Lepage
160d90cb91 waybar: 0.10.3 -> 0.10.4
Diff: https://github.com/Alexays/Waybar/compare/0.10.3...0.10.4

Changelog: https://github.com/alexays/waybar/releases/tag/0.10.4
2024-07-18 10:07:31 +02:00
Sergei Trofimovich
7a619834d1 waybar: fix gcc-14 build by syncing cava version
Without the change the build against `gcc-14` fails as:

    $ nix build --impure --expr 'with import ./. {}; waybar.override {stdenv = gcc14Stdenv; }' -L
    ...
    ../subprojects/cava-0.10.1/src/config.c: In function 'load_config':
    ../subprojects/cava-0.10.1/src/config.c:412:24: error: implicit declaration of function 'getenv' [-Wimplicit-function-declaration]
      412 |     char *configHome = getenv("XDG_CONFIG_HOME");
          |                        ^~~~~~

It was fixed upstream in 0.10.2. The change updates to it.
2024-07-07 10:11:22 +01:00
Austin Horstman
c7f516ce6c
waybar: fix sndioSupportFlag and evdevSupport flags 2024-06-18 09:08:15 -05:00
John Titor
1490b77828
waybar: format with nixfmt-rfc-style 2024-05-06 16:16:26 +05:30
John Titor
a4deb172a4
waybar: 0.10.2 -> 0.10.3 2024-05-06 09:24:44 +00:00
Weijia Wang
41126a9493 Merge branch 'master' into staging-next 2024-05-01 10:51:08 +02:00
Colin
9ff6c735f5 waybar: support cross compilation 2024-05-01 08:58:24 +02:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
José Romildo
d1ff1ad27b waybar: 0.10.1 -> 0.10.2 2024-04-25 12:44:56 -03:00
Austin Horstman
f157c50c14
waybar: pkgs/applications/misc -> pkgs/by-name 2024-04-23 15:39:35 -05:00