From 32f4b4878801e47fc516c0ef5401065b027cc2ec Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Fri, 2 Apr 2021 21:51:46 +0200 Subject: [PATCH] audio and fix JP font in polybar --- profiles/xsession/audio.nix | 12 ++++++------ profiles/xsession/polybar.nix | 3 +++ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/profiles/xsession/audio.nix b/profiles/xsession/audio.nix index 86d4b09..a1c1f79 100644 --- a/profiles/xsession/audio.nix +++ b/profiles/xsession/audio.nix @@ -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 +# ''; +# }; }; } diff --git a/profiles/xsession/polybar.nix b/profiles/xsession/polybar.nix index 95ea30d..f8db8a7 100644 --- a/profiles/xsession/polybar.nix +++ b/profiles/xsession/polybar.nix @@ -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 }; }; } +