diff --git a/i3_config b/i3_config index e0cbee0..51f3a01 100644 --- a/i3_config +++ b/i3_config @@ -44,6 +44,7 @@ set $down "j" # Add gaps for windows gaps inner 8 gaps outer 5 +gaps top 60 default_border pixel smart_borders on diff --git a/polybar/config.ini b/polybar/config.ini index f15a7e1..57368b6 100644 --- a/polybar/config.ini +++ b/polybar/config.ini @@ -6,10 +6,15 @@ background-alt = #191e2a foreground = #cbccc6 [bar/main] -width = 100% +width = 100%:-28 height = 35 fixed-center = true +override-redirect = true padding-right = 2 +offset-y = 15 +offset-x = 14 +radius = 10 +wm-restack = i3 background = ${colors.background} foreground = ${colors.foreground} @@ -20,7 +25,7 @@ font-2 = FontAwesome5FreeSolid:size=11 modules-left = workspaces modules-center = date -modules-right = keyboard-layout volume-control network power-menu +modules-right = keyboard-layout volume-control control network power-menu module-margin = 1 @@ -46,6 +51,8 @@ label-urgent = %index% label-urgent-padding = ${self.label-focused-padding} label-urgent-background = ${colors.primary} +label-mode = --%mode%-- + [module/active-window] type = internal/xwindow @@ -58,7 +65,6 @@ label-maxlen = 40 ; CENTER MODULES ; - [module/date] type = internal/date @@ -80,13 +86,10 @@ label-layout = %layout% [module/volume-control] type = internal/pulseaudio -format-volume = +format-volume = -label-muted =  - -ramp-volume-0 =  -ramp-volume-1 =  -ramp-volume-2 =  +label-muted = MUTE +label-muted-foreground = ${colors.primary} [module/network] type = internal/network