aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--home/default.nix2
-rw-r--r--home/waybar/default.nix3
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?";
};