diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-05 11:50:08 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-05 11:50:14 +0200 |
| commit | 357a39d08c06d9fcfb8db77552e60955556b8f42 (patch) | |
| tree | 5f923c0893182376050d7b988097c4be658bfcf1 | |
| parent | 006ca7c1d4f1eb30f8592ce976c104443f228c94 (diff) | |
| download | nixos-357a39d08c06d9fcfb8db77552e60955556b8f42.tar.zst | |
Playerctld is needed by mpd
| -rw-r--r-- | home/default.nix | 2 | ||||
| -rw-r--r-- | home/waybar/default.nix | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/home/default.nix b/home/default.nix index b73b871..7e8d6bf 100644 --- a/home/default.nix +++ b/home/default.nix @@ -296,6 +296,7 @@ in enableFishIntegration = true; enableNushellIntegration = true; }; + playerctld.enable = true; # required by waybar mpd-mpris.enable = true; mpd = { enable = true; @@ -446,7 +447,6 @@ in nvimpager # use neovim as pager pistol # file preview pkg-config # needed for compilation - playerctl poppler-utils # pdf utilities rdrview # extract content from web page reader # extract web page and pipe diff --git a/home/waybar/default.nix b/home/waybar/default.nix index 1985f80..5578d3c 100644 --- a/home/waybar/default.nix +++ b/home/waybar/default.nix @@ -96,7 +96,8 @@ in "hyprland/window" = { max-length = 80; - separate-outputs = false; + separate-outputs = true; + icon = true; rewrite = { "" = "🙈 No Windows?"; }; |
