Ver Fonte

Some #i3wm and #polybar tweaks from the X220

Colin Powell há 5 anos atrás
pai
commit
ce7133a91b
2 ficheiros alterados com 9 adições e 9 exclusões
  1. 1 1
      i3/.config/i3/config
  2. 8 8
      polybar/.config/polybar/config

+ 1 - 1
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

+ 8 - 8
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 = <ramp-signal> <label-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