From 7d3fd572d171a4f0a1a6a77be19020cc62b121f1 Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 13 Jul 2026 17:55:49 -0500 Subject: Add PipeWire audio with pavucontrol, pamixer, xmobar volume, and media key bindings --- modules/home/christian.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'modules/home') diff --git a/modules/home/christian.nix b/modules/home/christian.nix index 56c8d94..342b2a4 100644 --- a/modules/home/christian.nix +++ b/modules/home/christian.nix @@ -26,6 +26,8 @@ maim hexyl calibre + pavucontrol + pamixer ]; programs.alacritty = { @@ -120,6 +122,7 @@ , Run Cpu ["-t", "cpu: %"] 10 , Run Network "wlan0" ["-S", "True", "-t", "wlan: /"] 10 , Run Memory ["-t","mem: %"] 10 + , Run Volume "default" "Master" ["-t", "vol: %"] 10 , Run Date "date: %a %d %b %Y %I:%M:%S %p " "date" 10 ${lib.optionalString config.custom.xmobarBattery '' , Run Battery @@ -137,7 +140,7 @@ ] , sepChar = "%" , alignSep = "}{" - , template = " %XMonadLog% | ${lib.optionalString config.custom.xmobarBattery "%battery% | "}${lib.optionalString config.custom.xmobarVpn "%vpn% | "}%cpu% | %memory% | %wlan0% }{%date% " + , template = " %XMonadLog% | ${lib.optionalString config.custom.xmobarBattery "%battery% | "}${lib.optionalString config.custom.xmobarVpn "%vpn% | "}%cpu% | %memory% | %wlan0% }{%default:Master% | %date% " } ''; }; -- cgit v1.2.3