From 9cb61a497c77eb043c71ced2aafe85bb0c1e36d3 Mon Sep 17 00:00:00 2001 From: Asocia Date: Thu, 15 Jul 2021 20:01:30 +0300 Subject: [PATCH] Add gaps and rounded corners --- .config/i3/config | 4 ++-- .config/picom/picom.conf | 2 +- .config/polybar/config | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index bca0c72..2d6952e 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -54,8 +54,8 @@ set_from_resource $grayish i3wm.color15 #555555 client.focused $grayish $grayish $fg $bg $bg # Change gap size -gaps outer 0 -gaps inner 0 +gaps outer 20 +gaps inner 10 gaps top 20 # kill focused window diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 3c8bd2c..5de3528 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -3,7 +3,7 @@ backend = "glx"; opacity-rule = [ ]; -corner-radius = 6.0; +corner-radius = 10.0; rounded-corners-exclude = [ # "widthb > 1365 && heightb > 736" # For smart gaps and a non-floating bar # "class_g = 'Dunst'" diff --git a/.config/polybar/config b/.config/polybar/config index 473f6b9..ccc5883 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -53,12 +53,12 @@ [bar/main] monitor = ${env:MONITOR:} - width = 100% - offset-x = 0 + width = 100%:-50 + offset-x = 25 offset-y = 0 height = 20 - radius = 0.0 + radius = 0 override-redirect = true wm-restack = i3 @@ -81,7 +81,7 @@ cursor-click = pointer cursor-scroll = ns-resize - tray-position = right +; tray-position = right tray-padding = 0 ;tray-background = #0063ff