Skip to content

Commit

Permalink
disabled compton (causing issues), wm config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
frnsys committed Jul 12, 2017
1 parent 1fdecd4 commit 144a669
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dots/bspwm/bspwmrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
. ~/.config/bspwm/colors

bspc config border_width 0
bspc config window_gap 8
bspc config window_gap 0

bspc config split_ratio 0.50
bspc config borderless_monocle true
Expand Down
1 change: 0 additions & 1 deletion dots/bspwm/colors
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
NORMAL_BORDER_COLOR="#d6c08f"
ACTIVE_BORDER_COLOR="#1a476b"
FOCUSED_BORDER_COLOR="#4e4e4e"
PRESEL_BORDER_COLOR="#9ad0aa"
URGENT_BORDER_COLOR="#fc6064"
FOCUSED_LOCKED_BORDER_COLOR="#65d7fd"
8 changes: 4 additions & 4 deletions dots/lemonbar/colors
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

COLOR_ICON="#ff4040"
COLOR_URGENT="#ff4040"
# COLOR_FOREGROUND="#333333"
COLOR_FOREGROUND="#FFFFFF"
COLOR_BACKGROUND="#00D1DCCC"
COLOR_FOREGROUND="#222222"
#COLOR_BACKGROUND="#00D1DCCC"
COLOR_BACKGROUND="#ffbaba"
COLOR_FOCUSED_OCCUPIED_FG="#172AFF"
COLOR_FOCUSED_OCCUPIED_BG=$COLOR_BACKGROUND
COLOR_FOCUSED_FREE_FG=$COLOR_FOCUSED_OCCUPIED_FG
Expand All @@ -15,7 +15,7 @@ COLOR_FOCUSED_URGENT_FG="#FC6063"
COLOR_FOCUSED_URGENT_BG=$COLOR_BACKGROUND
COLOR_OCCUPIED_FG="#FC6063"
COLOR_OCCUPIED_BG=$COLOR_BACKGROUND
COLOR_FREE_FG="#E6F9FF"
COLOR_FREE_FG="#999999"
COLOR_FREE_BG=$COLOR_BACKGROUND
COLOR_URGENT_FG="#FC6063"
COLOR_URGENT_BG=$COLOR_BACKGROUND
Expand Down
2 changes: 1 addition & 1 deletion dots/lemonbar/panel
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi

source ~/.config/lemonbar/colors

PANEL_PADDING=12
PANEL_PADDING=0
PANEL_HEIGHT=24
PANEL_NAME="wm_panel"

Expand Down
2 changes: 1 addition & 1 deletion dots/xinitrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ mopidy &
monmon &
idle &
fsdetect &
compton -cb -o 0.4 -r 8 -l -8 -t -8 --unredir-if-possible &
#compton -cb -o 0.4 -r 8 -l -8 -t -8 --unredir-if-possible &
exec ~/.config/bspwm/wm

0 comments on commit 144a669

Please sign in to comment.