Add some border colors
This commit is contained in:
parent
2280b43179
commit
4cf3d4deb9
|
@ -1,14 +1,17 @@
|
||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
# set outputs
|
# Set outputs
|
||||||
xrandr --output DP-0 --primary --mode 2560x1440 --rate 165.08 --left-of DP-4 --output DP-4 --mode 2560x1440 --rate 74.92
|
xrandr --output DP-0 --primary --mode 2560x1440 --rate 165.08 --left-of DP-4 --output DP-4 --mode 2560x1440 --rate 74.92
|
||||||
|
|
||||||
: ${WALLPAPER:="/mnt/win/d/Sync/Pictures/Public/Wallpapers/365242.jpg"}
|
# Restore wallpaper
|
||||||
# feh --bg-scale $WALLPAPER
|
|
||||||
~/.fehbg
|
~/.fehbg
|
||||||
|
|
||||||
|
# Autolaunch
|
||||||
|
|
||||||
pgrep -x sxhkd > /dev/null || sxhkd &
|
pgrep -x sxhkd > /dev/null || sxhkd &
|
||||||
pgrep -x picom > /dev/null || picom &
|
pgrep -x picom > /dev/null || picom &
|
||||||
|
~/.config/polybar/launch.sh &
|
||||||
|
|
||||||
|
|
||||||
# $HOME/.config/polybar/launch.sh
|
# $HOME/.config/polybar/launch.sh
|
||||||
xsetroot -cursor_name left_ptr &
|
xsetroot -cursor_name left_ptr &
|
||||||
|
@ -18,7 +21,9 @@ bspc monitor DP-0 -d term browser game code mail
|
||||||
bspc monitor DP-4 -d browser2 comm music server misc tmp
|
bspc monitor DP-4 -d browser2 comm music server misc tmp
|
||||||
|
|
||||||
bspc config border_width 2
|
bspc config border_width 2
|
||||||
bspc config window_gap 12
|
bspc config window_gap 18
|
||||||
|
bspc config normal_border_color '#76573A'
|
||||||
|
bspc config focused_border_color '#B43F1C'
|
||||||
|
|
||||||
bspc config split_ratio 0.5
|
bspc config split_ratio 0.5
|
||||||
bspc config borderless_monocle true
|
bspc config borderless_monocle true
|
||||||
|
|
Loading…
Reference in New Issue