Pro audio + fixes

This commit is contained in:
Filippo Berto 2021-07-19 07:57:47 +02:00
parent 1f49192ab3
commit 6bbfc7cdc0
11 changed files with 181 additions and 37 deletions

View file

@ -34,11 +34,13 @@ in
${pkgs.polybar}/bin/polybar-msg cmd restart
if grep DP-1-1 <(${xrandr} --listactivemonitors); then
${xrandr} --output DP-1-1 --auto --above eDP-1-1
${xrandr} --output DP-1-1 --auto --left-of HDMI-0 --rotate right ||
${xrandr} --output DP-1-1 --auto --left-of eDP-1-1 --rotate right
elif grep DP1 <(${xrandr} --listactivemonitors); then
${xrandr} --output DP-1-1 --auto --above eDP1;
fi
systemctl --user restart polybar.service update-background.service || true
'';
startupPrograms = [];
};