5 lines
138 B
Bash
5 lines
138 B
Bash
#!/bin/bash
|
|
bspc config focused_border_color \#027C9B
|
|
bspc config presel_feedback_color \#027C9B
|
|
bspc config marked_border_color \#027C9B
|