From ce7133a91bbf207688578e2a4fa37aaf67aedb21 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sun, 24 Nov 2019 21:41:47 -0500 Subject: [PATCH] Some #i3wm and #polybar tweaks from the X220 --- i3/.config/i3/config | 2 +- polybar/.config/polybar/config | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index c95aa80..7961170 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -188,7 +188,7 @@ bindsym $mod+r mode "resize" bindsym $mod+c exec compton --config ~/.config/compton/compton.conf bindsym $mod+x exec pkill compton -gaps inner 10 gaps outer 10 +gaps inner 6 gaps outer 6 for_window [class="^.*"] border pixel 3 # class border backgr. text indicator child_border client.focused #000000 #990000 #ffffff #2e9ef4 #990000 diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index da20747..c33e3c1 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -30,10 +30,10 @@ alert = #bd2c40 [bar/primary] ;monitor = ${env:MONITOR:HDMI-1} width = 100% -height = 27 +height = 24 ;offset-x = 1% ;offset-y = 1% -radius = 6.0 +radius = 0.0 fixed-center = false background = ${colors.background} @@ -46,7 +46,7 @@ border-size = 4 border-color = #00000000 padding-left = 0 -padding-right = 2 +padding-right = 1 module-margin-left = 1 module-margin-right = 2 @@ -55,9 +55,9 @@ font-0 = Go Mono:pixelsize=10;1 font-1 = unifont:fontformat=truetype:size=8:antialias=false;0 font-2 = siji:pixelsize=10;1 -modules-left = bspwm i3 +modules-left = i3 pulseaudio modules-center = -modules-right = filesystem xbacklight pulseaudio xkeyboard memory cpu wlan eth battery temperature date powermenu +modules-right = filesystem xbacklight xkeyboard memory cpu wlan eth battery temperature date tray-position = right tray-padding = 2 @@ -220,7 +220,7 @@ label = %percentage_used%% [module/wlan] type = internal/network -interface = wlp2s0 +interface = wlp3s0 interval = 3.0 format-connected = @@ -421,7 +421,7 @@ screenchange-reload = true pseudo-transparency = true [global/wm] -margin-top = 5 -margin-bottom = 5 +margin-top = 0 +margin-bottom = 0 ; vim:ft=dosini