17 lines
276 B
Bash
Executable File
17 lines
276 B
Bash
Executable File
#!/bin/sh
|
|
# rndusr's bspwmrc
|
|
|
|
# monitor configuration
|
|
disp
|
|
|
|
# set a wallpaper
|
|
wal
|
|
|
|
# get the battery indicator
|
|
xbattmon &
|
|
|
|
# set up the color scheme
|
|
bspc config normal_border_color "#161510"
|
|
bspc config active_border_color "#727A18"
|
|
bspc config focused_border_color "#727A18"
|