This great blue color for notifications in dwmblocks.

This commit is contained in:
Bartek Stalewski 2021-08-23 12:14:51 +02:00
parent d7bf2ea26d
commit a40c419740
5 changed files with 6 additions and 10 deletions

View file

@ -27,7 +27,7 @@ twoscreen() {
}
home() {
xrandr --output "DisplayPort-${1}" --mode 2560x1440 $(echo "$allposs" | grep -v "\bDisplayPort-${1}" | awk '{print "--output", $1, "--off"}' | paste -sd ' ' -)
xrandr --output "DisplayPort-${1}" --mode 2560x1440 --scale 1.0x1.0 $(echo "$allposs" | grep -v "\bDisplayPort-${1}" | awk '{print "--output", $1, "--off"}' | paste -sd ' ' -)
}
onescreen() {