Add gaps and rounded corners

This commit is contained in:
Asocia 2021-07-15 20:01:30 +03:00
parent 6d5712e5aa
commit 9cb61a497c
3 changed files with 7 additions and 7 deletions

View File

@ -54,8 +54,8 @@ set_from_resource $grayish i3wm.color15 #555555
client.focused $grayish $grayish $fg $bg $bg client.focused $grayish $grayish $fg $bg $bg
# Change gap size # Change gap size
gaps outer 0 gaps outer 20
gaps inner 0 gaps inner 10
gaps top 20 gaps top 20
# kill focused window # kill focused window

View File

@ -3,7 +3,7 @@ backend = "glx";
opacity-rule = [ ]; opacity-rule = [ ];
corner-radius = 6.0; corner-radius = 10.0;
rounded-corners-exclude = [ rounded-corners-exclude = [
# "widthb > 1365 && heightb > 736" # For smart gaps and a non-floating bar # "widthb > 1365 && heightb > 736" # For smart gaps and a non-floating bar
# "class_g = 'Dunst'" # "class_g = 'Dunst'"

View File

@ -53,12 +53,12 @@
[bar/main] [bar/main]
monitor = ${env:MONITOR:} monitor = ${env:MONITOR:}
width = 100% width = 100%:-50
offset-x = 0 offset-x = 25
offset-y = 0 offset-y = 0
height = 20 height = 20
radius = 0.0 radius = 0
override-redirect = true override-redirect = true
wm-restack = i3 wm-restack = i3
@ -81,7 +81,7 @@
cursor-click = pointer cursor-click = pointer
cursor-scroll = ns-resize cursor-scroll = ns-resize
tray-position = right ; tray-position = right
tray-padding = 0 tray-padding = 0
;tray-background = #0063ff ;tray-background = #0063ff