fa icons on external screen aswell
This commit is contained in:
parent
81838d207b
commit
d8658d4512
|
@ -229,7 +229,6 @@ bar {
|
||||||
exec --no-startup-id xrandr --output LVDS1 --left-of VGA1 --auto
|
exec --no-startup-id xrandr --output LVDS1 --left-of VGA1 --auto
|
||||||
exec --no-startup-id xrandr --output VGA1 --auto
|
exec --no-startup-id xrandr --output VGA1 --auto
|
||||||
exec --no-startup-id i3-msg 'workspace $WS1; exec iceweasel;'
|
exec --no-startup-id i3-msg 'workspace $WS1; exec iceweasel;'
|
||||||
exec --no-startup-id i3-msg 'workspace $WS2; exec emacs24'
|
exec --no-startup-id i3-msg 'workspace $WS2; exec emacs25'
|
||||||
exec --no-startup-id i3-msg 'workspace $WS3; exec urxvt; exec urxvt'
|
exec --no-startup-id i3-msg 'workspace $WS3; exec urxvt; exec urxvt'
|
||||||
exec --no-startup-id i3-msg 'workspace $WS8; exec keepass2'
|
|
||||||
exec --no-startup-id i3-msg 'workspace $WS9; exec urxvt;'
|
exec --no-startup-id i3-msg 'workspace $WS9; exec urxvt;'
|
||||||
|
|
|
@ -33,8 +33,8 @@ battery 0 {
|
||||||
|
|
||||||
|
|
||||||
wireless wlp3s0 {
|
wireless wlp3s0 {
|
||||||
format_up = "W: %essid (%quality)"
|
format_up = " %essid (%quality)"
|
||||||
format_down = "W: down"
|
format_down = " -"
|
||||||
}
|
}
|
||||||
|
|
||||||
ethernet eth0 {
|
ethernet eth0 {
|
||||||
|
@ -64,8 +64,8 @@ load {
|
||||||
}
|
}
|
||||||
|
|
||||||
volume master {
|
volume master {
|
||||||
format = "♪: %volume"
|
format = " %volume"
|
||||||
format_muted = "♮: %volume"
|
format_muted = " %volume"
|
||||||
device = "default"
|
device = "default"
|
||||||
mixer = "Master"
|
mixer = "Master"
|
||||||
mixer_idx = 0
|
mixer_idx = 0
|
||||||
|
|
Loading…
Reference in New Issue