diff options
| author | tv <tv@krebsco.de> | 2026-07-09 20:03:09 +0200 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2026-07-09 20:03:09 +0200 |
| commit | b8cd5cfc79b964351271470ca99a9a2da430aaf2 (patch) | |
| tree | 7261893a2c570406545f9f701979f2febfdd6501 /pkgs/simple/xextras.nix | |
| parent | d5d4ac434f81d6525ccfc3ab8fbfc1ec2dd4292c (diff) | |
treewide: s/(pkgs)\.xorg\>/\1/g
Diffstat (limited to 'pkgs/simple/xextras.nix')
| -rw-r--r-- | pkgs/simple/xextras.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/simple/xextras.nix b/pkgs/simple/xextras.nix index c9c0308..e8a3615 100644 --- a/pkgs/simple/xextras.nix +++ b/pkgs/simple/xextras.nix @@ -6,7 +6,7 @@ pkgs.write "xextras" { # SYNOPSIS # net-current-desktop # - ${pkgs.xorg.xprop}/bin/xprop -notype -root 32i _NET_CURRENT_DESKTOP 8s _NET_DESKTOP_NAMES | + ${pkgs.xprop}/bin/xprop -notype -root 32i _NET_CURRENT_DESKTOP 8s _NET_DESKTOP_NAMES | ${pkgs.jq}/bin/jq -Rrs ' split("\n") | map(select(.!="") | split(" = ") | { name: .[0], value: .[1] }) | from_entries | { |
