mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-12-25 05:42:22 +00:00
asdf
This commit is contained in:
parent
f778dac528
commit
61ba8ea65c
2 changed files with 10 additions and 1 deletions
|
@ -7,7 +7,7 @@ echo "---" | tee -a /tmp/polybar1.log /tmp/polybar2.log
|
||||||
outputs=$(xrandr --query | grep " connected" | cut -d" " -f1)
|
outputs=$(xrandr --query | grep " connected" | cut -d" " -f1)
|
||||||
tray_output=HDMI-A-0
|
tray_output=HDMI-A-0
|
||||||
for m in $outputs; do
|
for m in $outputs; do
|
||||||
if [[ $m == "DisplayPort-1" ]]; then
|
if [[ $m != "DisplayPort-1" ]]; then
|
||||||
tray_output=$m
|
tray_output=$m
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
|
@ -215,3 +215,12 @@ button[class*="lookFilled"] {
|
||||||
height: 4.6rem;
|
height: 4.6rem;
|
||||||
padding-bottom: 0.5rem;
|
padding-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
div[class*="chat"] div[class*="root"] {
|
||||||
|
background-color: #282828;
|
||||||
|
}
|
||||||
|
|
||||||
|
div[class*="chat"] div[class*="root"] canvas {
|
||||||
|
border-radius: 20px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue