From f47bc1a0097c7bf0ea0cd130773b98c6f84ba39b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Tue, 20 Apr 2021 10:19:42 +0200 Subject: [PATCH] set dracula theme --- .config/bspwm/bspwmrc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index a049dff..67cc563 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # MONITORS # if [ "$(uname -n)" = 'arch-desktop' ]; then @@ -11,12 +11,19 @@ fi # CONFIGURATION # bspc config border_width 2 -bspc config window_gap 10 +bspc config window_gap 7 bspc config split_ratio 0.50 bspc config borderless_monocle true bspc config gapless_monocle 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 # bspc rule -a Steam state=floating bspc rule -a Zathura state=tiled