Skip to content

Commit

Permalink
Round Corners everywhere
Browse files Browse the repository at this point in the history
Signed-off-by: Blacksuan19 <Abubakaryagob@gmail.com>
  • Loading branch information
Blacksuan19 committed Aug 3, 2019
1 parent 28bc70e commit 62d7259
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bspwm/.config/bspwm/bspwmrc
Expand Up @@ -32,10 +32,11 @@ bspc monitor -d · · · · · · · ·

bspc config border_width 0
bspc config window_gap 3
bspc config top_padding 22
bspc config top_padding 26
bspc config right_padding 0
bspc config bottom_padding 0
bspc config left_padding 0
bspc config border_radius 5

bspc config split_ratio 0.5
bspc config borderless_monocle false
Expand All @@ -48,7 +49,6 @@ bspc config focus_follows_pointer true
bspc config pointer_action1 move
bspc config pointer_action2 resize_side
bspc config pointer_action3 resize_corner
bspc config border_radius 0

# some window rules
bspc rule -a Brave-browser desktop='^2' follow=on focus=on
Expand Down
2 changes: 1 addition & 1 deletion polybar/.config/polybar/config
Expand Up @@ -93,7 +93,7 @@ override-redirect = true
wm-restack = bspwm
bottom = false
fixed-center = true
border-radius = 5
radius = 5
width = 1360
height = 22
offset-x = 3
Expand Down
1 change: 1 addition & 0 deletions rofi/.config/rofi/smooth.rasi
Expand Up @@ -33,6 +33,7 @@
alternate-active-foreground: @active-foreground;
active-background: rgba (15, 17, 26, 100 % );
selected-active-background: rgba(74, 85, 130, 1);
border-radius: 5;
}
#window {
background-color: @background;
Expand Down

0 comments on commit 62d7259

Please sign in to comment.