set dracula theme
parent
29cf7601c5
commit
f47bc1a009
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
# MONITORS #
|
# MONITORS #
|
||||||
if [ "$(uname -n)" = 'arch-desktop' ]; then
|
if [ "$(uname -n)" = 'arch-desktop' ]; then
|
||||||
|
@ -11,12 +11,19 @@ fi
|
||||||
# CONFIGURATION #
|
# CONFIGURATION #
|
||||||
|
|
||||||
bspc config border_width 2
|
bspc config border_width 2
|
||||||
bspc config window_gap 10
|
bspc config window_gap 7
|
||||||
bspc config split_ratio 0.50
|
bspc config split_ratio 0.50
|
||||||
bspc config borderless_monocle true
|
bspc config borderless_monocle true
|
||||||
bspc config gapless_monocle true
|
bspc config gapless_monocle true
|
||||||
bspc config focus_follows_pointer true
|
bspc config focus_follows_pointer true
|
||||||
|
|
||||||
|
# Dracula theme #
|
||||||
|
|
||||||
|
bspc config normal_border_color "#44475a"
|
||||||
|
bspc config active_border_color "#bd93f9"
|
||||||
|
bspc config focused_border_color "#ff79c6"
|
||||||
|
bspc config presel_feedback_color "#6272a4"
|
||||||
|
|
||||||
# WINDOW RULES #
|
# WINDOW RULES #
|
||||||
bspc rule -a Steam state=floating
|
bspc rule -a Steam state=floating
|
||||||
bspc rule -a Zathura state=tiled
|
bspc rule -a Zathura state=tiled
|
||||||
|
|
Loading…
Reference in New Issue