switch between global dark and light themes (super + F6)

This commit is contained in:
2020-07-20 09:48:41 +02:00
parent d81399a25e
commit f3d07932e4
6 changed files with 98 additions and 19 deletions

View File

@ -1,7 +1,6 @@
#! /bin/sh
sxhkd &
xdo kill $(xdo id -N Polybar)
i=0
monitors=$(bspc query -M --names)
for monitor in $monitors; do
@ -20,11 +19,9 @@ else
fi
bspc config border_width 4
bspc config window_gap 8
bspc config window_gap 12
bspc config normal_border_color '#808080'
bspc config focused_border_color '#3585ce'
bspc config presel_feedback_color '#3585ce'
sh ~/.config/bspwm/commands.sh dark-colors
bspc config split_ratio 0.50
bspc config single_monocle true