diff --git a/sway/.config/sway/status-external.sh b/sway/.config/sway/status-external.sh

index 54783181babeabe96ec931c03b2e0da864de1dd0..36f926f75ee7717c8b4c43d6f90954fa405429f7 100755

--- a/sway/.config/sway/status-external.sh

+++ b/sway/.config/sway/status-external.sh

@@ -6,11 +6,11 @@ bold=$(tput bold)

battery0_info=$(cat /sys/class/power_supply/BAT0/capacity)

battery1_info=$(cat /sys/class/power_supply/BAT1/capacity)

audio_volume=$(ponymix | grep Volume | head -n 1 | cut -d . -f 2,3)

-capture=$(amixer get Capture | grep % | head -n 1 | cut -d '[' -f 3)

+capture=$(amixer -c 1 get Capture | grep % | head -n 1 | cut -d ']' -f 3)

brightness=$(light | sed 's/...$//')

spotify=$(playerctl -p spotify metadata --format '{{artist}} - {{title}} - {{album}} : {{status}} ❙')

network=$(nmcli | grep "connected to" | cut -d : -f 2)

networkp=$(echo Network: ${network::-1} ❙)

# Separators: \| ❘ ❚

-echo ❙ $networkp $spotify $audio_volume  ❙ Mic: [$capture  ❙ Backlight: $brightness%  ❙ BAT0: $battery0_info%  ❙ BAT1: $battery1_info%  ❙ $date  ❙ $time ❙

+echo ❙ $networkp $spotify $audio_volume  ❙ Mic: $capture]  ❙ Backlight: $brightness%  ❙ BAT0: $battery0_info%  ❙ BAT1: $battery1_info%  ❙ $date  ❙ $time ❙

diff --git a/sway/.config/sway/status.sh b/sway/.config/sway/status.sh

index 7196bab58c52f8b819594ffcd6c5306f8673ec53..656d82ca8297f3e3ab14611701b7852eee24a7a7 100755

--- a/sway/.config/sway/status.sh

+++ b/sway/.config/sway/status.sh

@@ -5,9 +5,9 @@ time=$(date "+%H:%M")

battery0_info=$(cat /sys/class/power_supply/BAT0/capacity)

battery1_info=$(cat /sys/class/power_supply/BAT1/capacity)

audio_volume=$(ponymix | grep Volume | head -n 1 | cut -d . -f 2,3)

-capture=$(amixer get Capture | grep % | head -n 1 | cut -d '[' -f 3)

+capture=$(amixer -c 1 get Capture | grep % | head -n 1 | cut -d ']' -f 3)

brightness=$(light | sed 's/...$//')

network=$(nmcli | grep "connected to" | cut -d : -f 2)

networkp=$(echo Network: ${network::-1} ❙)

# Separators: \| ❘ ❚

-echo ❙ $networkp $audio_volume  ❙ Mic: [$capture  ❙ Backlight: $brightness%  ❙ BAT0: $battery0_info%  ❙ BAT1: $battery1_info%  ❙ $date ❙ $time ❙

+echo ❙ $networkp $audio_volume  ❙ Mic: $capture]  ❙ Backlight: $brightness%  ❙ BAT0: $battery0_info%  ❙ BAT1: $battery1_info%  ❙ $date ❙ $time ❙

diff --git a/zsh/.zshenv b/zsh/.zshenv

index 45c66beddecd2db81bbbee51675cdf1d638f07f3..7645ec2feab4d446ecbd869f6f7c0f4e5dafa3ca 100644

--- a/zsh/.zshenv

+++ b/zsh/.zshenv

@@ -1,7 +1,5 @@

#!/bin/zsh

export QT_QPA_PLATFORMTHEME=qt5ct

-export QT_QPA_PLATFORM=xcb

-export QT_AUTO_SCREEN_SCALE_FACTOR=0

export EDITOR='nvim'

export TERM='alacritty'