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 # 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. # by DPI and the specified value is always added at both opposing sides.
padding: padding:
x: 15 x: 22
y: 15 y: 22
# Spread additional padding evenly around the terminal content. # Spread additional padding evenly around the terminal content.

View File

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

View File

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

View File

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