switch between global dark and light themes (super + F6)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user