mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-12-24 13:22:23 +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)
|
||||
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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue