summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2026-05-02 03:18:20 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2026-05-02 03:18:20 -0600
commitfa97ea94c567b5b9a0608a32eae061b9b0165c6d (patch)
tree445b0e03fe186eb36c0772d8109cfdb2901ce073 /modules
parent4200462ef4523141eea4265a0bcd81d6de49cf1f (diff)
pipewire
Diffstat (limited to 'modules')
-rw-r--r--modules/home-manager/waybar.nix6
-rw-r--r--modules/nixos/niri.nix2
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/home-manager/waybar.nix b/modules/home-manager/waybar.nix
index 74aa144..459d651 100644
--- a/modules/home-manager/waybar.nix
+++ b/modules/home-manager/waybar.nix
@@ -9,7 +9,7 @@
* {
font-family: FantasqueSansMono Nerd Font;
- font-size: 14px;
+ font-size: 12px;
min-height: 0;
}
@@ -161,7 +161,7 @@
car = "";
default = [ "" "" "" ];
};
- on-click = "pavucontrol";
+ on-click = "pwvucontrol";
};
"wireplumber" = {
on-click = "helvum";
@@ -182,7 +182,7 @@
# car = "";
default = [ "" "" "" ];
};
- # on-click = "pavucontrol"
+ # on-click = "pwvucontrol"
};
"network" = {
format-wifi = "{essid} ({signalStrength}%) ";
diff --git a/modules/nixos/niri.nix b/modules/nixos/niri.nix
index 2b61891..8f167a1 100644
--- a/modules/nixos/niri.nix
+++ b/modules/nixos/niri.nix
@@ -16,7 +16,7 @@
# audio
alsa-utils # provides amixer/alsamixer/...
- pavucontrol # gui audio controller
+ pwvucontrol # gui audio controller
mpd # for playing system sounds
mpc # command-line pmd client
ncmpcpp # a mpd client with a UI