audio and fix JP font in polybar

This commit is contained in:
Daniel Olsen 2021-04-02 21:51:46 +02:00
parent 995221c6f9
commit 32f4b48788
2 changed files with 9 additions and 6 deletions

View File

@ -9,11 +9,11 @@
pkgs.qjackctl
];
home.file.pulse = {
target = ".config/pulse/client.conf";
text = ''
daemon-binary=/var/run/current-system/sw/bin/pulseaudio
'';
};
# home.file.pulse = {
# target = ".config/pulse/client.conf";
# text = ''
# daemon-binary=/var/run/current-system/sw/bin/pulseaudio
# '';
# };
};
}

View File

@ -33,6 +33,7 @@ in
height = 27;
font-0 = "MesloLGS NF:fontformat=truetype:pixelsize=11;1";
font-1 = "Kozuka Mincho Pro:pixelsize=11;1";
background = "\${colors.background}";
foreground = "\${colors.foreground}";
@ -117,6 +118,7 @@ in
interval = 25;
mount-0 = "/";
mount-1 = "/mnt/henning";
label-mounted = "%{F#0a81f5}%mountpoint%%{F-}: %free%";
label-unmounted = "%mountpoint% not mounted";
@ -183,3 +185,4 @@ in
};
};
}