Lower main bar down

This commit is contained in:
2021-09-24 23:17:58 +03:00
parent 0efddac875
commit c42d0ff08a
2 changed files with 13 additions and 9 deletions

View File

@@ -44,6 +44,7 @@ set $down "j"
# Add gaps for windows # Add gaps for windows
gaps inner 8 gaps inner 8
gaps outer 5 gaps outer 5
gaps top 60
default_border pixel default_border pixel
smart_borders on smart_borders on

View File

@@ -6,10 +6,15 @@ background-alt = #191e2a
foreground = #cbccc6 foreground = #cbccc6
[bar/main] [bar/main]
width = 100% width = 100%:-28
height = 35 height = 35
fixed-center = true fixed-center = true
override-redirect = true
padding-right = 2 padding-right = 2
offset-y = 15
offset-x = 14
radius = 10
wm-restack = i3
background = ${colors.background} background = ${colors.background}
foreground = ${colors.foreground} foreground = ${colors.foreground}
@@ -20,7 +25,7 @@ font-2 = FontAwesome5FreeSolid:size=11
modules-left = workspaces modules-left = workspaces
modules-center = date 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 module-margin = 1
@@ -46,6 +51,8 @@ label-urgent = %index%
label-urgent-padding = ${self.label-focused-padding} label-urgent-padding = ${self.label-focused-padding}
label-urgent-background = ${colors.primary} label-urgent-background = ${colors.primary}
label-mode = --%mode%--
[module/active-window] [module/active-window]
type = internal/xwindow type = internal/xwindow
@@ -58,7 +65,6 @@ label-maxlen = 40
; CENTER MODULES ; CENTER MODULES
; ;
[module/date] [module/date]
type = internal/date type = internal/date
@@ -80,13 +86,10 @@ label-layout = %layout%
[module/volume-control] [module/volume-control]
type = internal/pulseaudio type = internal/pulseaudio
format-volume = <ramp-volume> <label-volume> format-volume = <label-volume>
label-muted = label-muted = MUTE
label-muted-foreground = ${colors.primary}
ramp-volume-0 =
ramp-volume-1 =
ramp-volume-2 =
[module/network] [module/network]
type = internal/network type = internal/network