diff options
author | Julian T <julian@jtle.dk> | 2023-01-17 15:12:18 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2023-01-17 15:12:18 +0100 |
commit | 738b3a5fc6071b2e26fd4e887b8ec941f73d7036 (patch) | |
tree | 5fea536c72469455582eaafafc24bd3405b3ec9f /bspwm | |
parent | 804f57809b981649e79a0aea18b9c91749716561 (diff) |
Rotate and bspwm, polybar color theme
https://coolors.co/5e6982-348aa7-f3b61f-a0031d-fe6d73
If the site is down, just use the colors from the URL.
Diffstat (limited to 'bspwm')
-rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 6 | ||||
-rw-r--r-- | bspwm/.config/sxhkd/sxhkdrc | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 4c0820a..33d817c 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -23,6 +23,6 @@ bspc rule -a firefox desktop=^9 bspc rule -a float state=floating # Colors -bspc config normal_border_color "#555753" -bspc config active_border_color "#555753" -bspc config focused_border_color "#3465a4" +bspc config normal_border_color "#FE6D73" +bspc config active_border_color "#F3B61F" +bspc config focused_border_color "#A0031D" diff --git a/bspwm/.config/sxhkd/sxhkdrc b/bspwm/.config/sxhkd/sxhkdrc index c584513..0fe10c0 100644 --- a/bspwm/.config/sxhkd/sxhkdrc +++ b/bspwm/.config/sxhkd/sxhkdrc @@ -103,6 +103,10 @@ super + {_, shift + }o} super + {_,shift + }{1-9,0} bspc {desktop -f,node -d} '^{1-9,10}' +# Rotate current node +super + r + bspc node --rotate 90 + # # preselect # |