1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Increase i3 gaps/window padding

This commit is contained in:
Joe Groocock 2019-10-12 00:06:07 +01:00
parent 616edc0cc7
commit 90a5d29178
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86
4 changed files with 27 additions and 28 deletions

View File

@ -28,8 +28,8 @@ window:
# Blank space added around the window in pixels. This padding is scaled
# by DPI and the specified value is always added at both opposing sides.
padding:
x: 15
y: 15
x: 22
y: 22
# Spread additional padding evenly around the terminal content.

View File

@ -1,7 +1,7 @@
VteTerminal,
TerminalScreen,
vte-terminal {
padding: 1.3em;
padding: 1.8em;
}
.window-frame, .window-frame:backdrop {

View File

@ -123,7 +123,7 @@ for_window [title="^rofi$"] floating enable
new_window none
new_float none
gaps inner 12
gaps inner 20
gaps outer 4
focus_follows_mouse yes

View File

@ -2,8 +2,9 @@
background = transparent
text = #eceff1
icon = #147a82
warning = #bd2c40
warning = #ffcb00
critical = #bd2c40
urgent = #e53935
[settings]
format-foreground = ${colours.text}
@ -12,29 +13,35 @@ format-spacing = 0
format-margin = 2.5
format-offset = 0
screenchange-reload = true
[bar/i3bar]
monitor = ${env:MONITOR:HDMI-0}
dpi = ${xrdb:Xft.dpi:96}
fixed-center = false
enable-ipc = true
width = 100%
height = 32
#offset-x = 18px
height = 16pt
bottom = true
radius = 0
font-0 = sans:pixelsize=9;2
font-1 = FontAwesome5Pro:pixelsize=10;2
foreground = ${colours.text}
background = ${colours.background}
padding-left = 0
padding-right = 2pt
border-size = 0
border-left-size = 16pt
border-right-size = 16pt
border-bottom-size = 8pt
line-size = 0
line-colour = #f00
padding-left = 2
padding-right = 2
module-margin-left = 0
module-margin-right = 1
font-0 = sans:pixelsize=9;1
font-1 = FontAwesome5Pro:pixelsize=10;2
modules-left = i3
modules-center =
@ -43,11 +50,11 @@ modules-right = volume updates weather wlan eth memory cpu xbacklight battery te
tray-position = right
tray-detached = false
tray-background = ${root.background}
tray-offset-x = -4
tray-offset-y = 0
tray-background = ${colours.background}
#tray-offset-x = -20
#tray-offset-y = 0
tray-maxsize = 16
tray-padding = 2
tray-padding = 8pt
tray-scale = 1.0
cursor-click = pointer
@ -115,7 +122,7 @@ label-visible-underline = ${self.label-focused-underline}
; urgent = Workspace with urgency hint set
label-urgent = ${self.label-focused}
label-urgent-foreground = ${colours.critical}
label-urgent-foreground = ${colours.urgent}
label-urgent-padding = ${self.label-focused-padding}
@ -226,7 +233,7 @@ ramp-volume-5 = ""
type = internal/battery
battery = BAT0
adapter = AC0
full-at = 95
full-at = 98
format-full = <label-full>
format-charging = <label-charging>
@ -300,12 +307,4 @@ menu-2-0-exec = sudo poweroff
menu-2-1 = cancel
menu-2-1-exec = menu-open-0
[settings]
screenchange-reload = true
;compositing-background = xor
;compositing-background = screen
;compositing-foreground = source
;compositing-border = over
; vim:ft=dosini