Lower main bar down
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 = <ramp-volume> <label-volume>
|
||||
format-volume = <label-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
|
||||
|
||||
Reference in New Issue
Block a user