diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index bdb9d71..f6a9335 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -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. diff --git a/.config/gtk-3.0/gtk.css b/.config/gtk-3.0/gtk.css index eb311c4..f965ae6 100644 --- a/.config/gtk-3.0/gtk.css +++ b/.config/gtk-3.0/gtk.css @@ -1,7 +1,7 @@ VteTerminal, TerminalScreen, vte-terminal { - padding: 1.3em; + padding: 1.8em; } .window-frame, .window-frame:backdrop { diff --git a/.config/i3/config b/.config/i3/config index 180b20a..841341c 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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 diff --git a/.config/polybar/config b/.config/polybar/config index 410d0f5..5eb8d3d 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -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 = format-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