Some #i3wm and #polybar tweaks from the X220
This commit is contained in:
@ -188,7 +188,7 @@ bindsym $mod+r mode "resize"
|
|||||||
bindsym $mod+c exec compton --config ~/.config/compton/compton.conf
|
bindsym $mod+c exec compton --config ~/.config/compton/compton.conf
|
||||||
bindsym $mod+x exec pkill compton
|
bindsym $mod+x exec pkill compton
|
||||||
|
|
||||||
gaps inner 10 gaps outer 10
|
gaps inner 6 gaps outer 6
|
||||||
for_window [class="^.*"] border pixel 3
|
for_window [class="^.*"] border pixel 3
|
||||||
# class border backgr. text indicator child_border
|
# class border backgr. text indicator child_border
|
||||||
client.focused #000000 #990000 #ffffff #2e9ef4 #990000
|
client.focused #000000 #990000 #ffffff #2e9ef4 #990000
|
||||||
|
|||||||
@ -30,10 +30,10 @@ alert = #bd2c40
|
|||||||
[bar/primary]
|
[bar/primary]
|
||||||
;monitor = ${env:MONITOR:HDMI-1}
|
;monitor = ${env:MONITOR:HDMI-1}
|
||||||
width = 100%
|
width = 100%
|
||||||
height = 27
|
height = 24
|
||||||
;offset-x = 1%
|
;offset-x = 1%
|
||||||
;offset-y = 1%
|
;offset-y = 1%
|
||||||
radius = 6.0
|
radius = 0.0
|
||||||
fixed-center = false
|
fixed-center = false
|
||||||
|
|
||||||
background = ${colors.background}
|
background = ${colors.background}
|
||||||
@ -46,7 +46,7 @@ border-size = 4
|
|||||||
border-color = #00000000
|
border-color = #00000000
|
||||||
|
|
||||||
padding-left = 0
|
padding-left = 0
|
||||||
padding-right = 2
|
padding-right = 1
|
||||||
|
|
||||||
module-margin-left = 1
|
module-margin-left = 1
|
||||||
module-margin-right = 2
|
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-1 = unifont:fontformat=truetype:size=8:antialias=false;0
|
||||||
font-2 = siji:pixelsize=10;1
|
font-2 = siji:pixelsize=10;1
|
||||||
|
|
||||||
modules-left = bspwm i3
|
modules-left = i3 pulseaudio
|
||||||
modules-center =
|
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-position = right
|
||||||
tray-padding = 2
|
tray-padding = 2
|
||||||
@ -220,7 +220,7 @@ label = %percentage_used%%
|
|||||||
|
|
||||||
[module/wlan]
|
[module/wlan]
|
||||||
type = internal/network
|
type = internal/network
|
||||||
interface = wlp2s0
|
interface = wlp3s0
|
||||||
interval = 3.0
|
interval = 3.0
|
||||||
|
|
||||||
format-connected = <ramp-signal> <label-connected>
|
format-connected = <ramp-signal> <label-connected>
|
||||||
@ -421,7 +421,7 @@ screenchange-reload = true
|
|||||||
pseudo-transparency = true
|
pseudo-transparency = true
|
||||||
|
|
||||||
[global/wm]
|
[global/wm]
|
||||||
margin-top = 5
|
margin-top = 0
|
||||||
margin-bottom = 5
|
margin-bottom = 0
|
||||||
|
|
||||||
; vim:ft=dosini
|
; vim:ft=dosini
|
||||||
|
|||||||
Reference in New Issue
Block a user