audio and fix JP font in polybar
This commit is contained in:
parent
995221c6f9
commit
32f4b48788
|
@ -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
|
||||
# '';
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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
|
|||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue