diff --git a/files/.config/polybar/launch.sh b/files/.config/polybar/launch.sh index e1da44d..fb8d532 100755 --- a/files/.config/polybar/launch.sh +++ b/files/.config/polybar/launch.sh @@ -7,7 +7,7 @@ echo "---" | tee -a /tmp/polybar1.log /tmp/polybar2.log outputs=$(xrandr --query | grep " connected" | cut -d" " -f1) tray_output=HDMI-A-0 for m in $outputs; do - if [[ $m == "DisplayPort-1" ]]; then + if [[ $m != "DisplayPort-1" ]]; then tray_output=$m fi done diff --git a/files/custom_discord.css b/files/custom_discord.css index 309448a..55a2a14 100644 --- a/files/custom_discord.css +++ b/files/custom_discord.css @@ -215,3 +215,12 @@ button[class*="lookFilled"] { height: 4.6rem; padding-bottom: 0.5rem; } + + +div[class*="chat"] div[class*="root"] { + background-color: #282828; +} + +div[class*="chat"] div[class*="root"] canvas { + border-radius: 20px; +}