Skip to content

Commit 12b1fa7

Browse files
committed
add waybar: network IPv4/6 fix Alexays/Waybar#3959
1 parent 58e8a84 commit 12b1fa7

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A personal collection of unusual things
55
* substituter: `https://attic.eleonora.gay/default`
66
* public key: `default:3FYh8sZV8gWa7Jc5jlP7gZFK7pt3kaHRiV70ySaQ42g=`
77

8-
## 61 Packages
8+
## 62 Packages
99

1010
| Name | Version | Description | Homepage |
1111
|------|---------|-------------|----------|
@@ -21,7 +21,7 @@ A personal collection of unusual things
2121
|`devzat`|`2024-08-29`|Custom SSH server for chatting|https://github.com/quackduck/devzat|
2222
|`e2eirc`|`0e3198a`|E2EIRC allows you to create end to end encrpyted chat rooms on Regular (Unmodified) IRC servers and your favorite IRC client.|https://github.com/novus0rdo/e2eirc|
2323
|`ferroxide`|`0.4.0-unstable-2025-02-12`|A community fork of https://github.com/emersion/hydroxide|https://github.com/acheong08/ferroxide|
24-
|`flameshot-grim`|`12.1.0-unstable-2025-02-01`|Powerful yet simple to use screenshot software|https://github.com/flameshot-org/flameshot|
24+
|`flameshot-grim`|`12.1.0-unstable-2025-02-12`|Powerful yet simple to use screenshot software|https://github.com/flameshot-org/flameshot|
2525
|`foot-transparent`|`2024-03-14-unstable`|A patched version of the foot terminal emulator that brings back fullscreen transparency|https://github.com/NotAShelf/nyxpkgs/blob/main/pkgs/applications/terminal-emulators/foot-transparent/default.nix|
2626
|`fusepod`|`0.5.2`|A userspace filesystem which mounts your iPod.|https://github.com/keegancsmith/FUSEPod|
2727
|`github-linguist`|`8.0.1`|Tool used by GitHub to detect repository languages|https://github.com/github-linguist/linguist|
@@ -68,6 +68,7 @@ A personal collection of unusual things
6868
|`turnstile`|`0.1.10`|Independent session/login tracker|https://github.com/chimera-linux/turnstile|
6969
|`vencloud`|`0.0.1`|Vencord API|https://github.com/Vencord/Vencloud|
7070
|`vwifi`|`6.3`|Simulator of WiFi (802.11) interfaces to communicate between several Virtual Machines|https://github.com/Raizo62/vwifi|
71+
|`waybar-ipfix`|`0.12.0`|Highly customizable Wayland bar for Sway and Wlroots based compositors|https://github.com/alexays/waybar|
7172
|`wayland-shell`|`0`|Small-scale replacement of the GNOME Shell|https://github.com/nilsherzig/wayland-shell|
7273
|`zfullfs`|`1.0.1`|Tiny FUSE filesystem that reports the total size & allocation of a ZFS pool|https://github.com/42LoCo42/zfullfs|
7374

packages/waybar-ipfix.nix

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# TODO https://github.com/Alexays/Waybar/pull/3959
2+
pkgs: pkgs.waybar.overrideAttrs (old: {
3+
src = pkgs.fetchFromGitHub {
4+
inherit (old.src) owner repo;
5+
rev = "5e4dac1c0aebd6c4ad1f358f09e1cfd06a95d529";
6+
hash = "sha256-W5LLXmz3l7DIDC1A9eQiexXpEWumrrnqbfWsfgFWMXM=";
7+
};
8+
})

0 commit comments

Comments
 (0)