Make i3blocks default
This commit is contained in:
parent
8011ef9a8a
commit
022e3a8a72
1 changed files with 16 additions and 16 deletions
|
@ -118,22 +118,7 @@ bindsym $super+r mode "resize"
|
||||||
|
|
||||||
# panel
|
# panel
|
||||||
bar {
|
bar {
|
||||||
output DVI-I-1
|
output primary
|
||||||
colors {
|
|
||||||
background #2f343f
|
|
||||||
statusline #2f343f
|
|
||||||
separator #4b5262
|
|
||||||
|
|
||||||
# colour of border, background, and text
|
|
||||||
focused_workspace #2f343f #bf616a #d8dee8
|
|
||||||
active_workspace #2f343f #2f343f #d8dee8
|
|
||||||
inactive_workspace #2f343f #2f343f #d8dee8
|
|
||||||
urgent_workspace #2f343f #ebcb8b #2f343f
|
|
||||||
}
|
|
||||||
status_command i3status
|
|
||||||
}
|
|
||||||
bar {
|
|
||||||
output DVI-D-1
|
|
||||||
colors {
|
colors {
|
||||||
background #2f343f
|
background #2f343f
|
||||||
statusline #ffffff
|
statusline #ffffff
|
||||||
|
@ -147,6 +132,21 @@ bar {
|
||||||
}
|
}
|
||||||
status_command i3blocks
|
status_command i3blocks
|
||||||
}
|
}
|
||||||
|
bar {
|
||||||
|
output DVI-D-1
|
||||||
|
colors {
|
||||||
|
background #2f343f
|
||||||
|
statusline #2f343f
|
||||||
|
separator #4b5262
|
||||||
|
|
||||||
|
# colour of border, background, and text
|
||||||
|
focused_workspace #2f343f #bf616a #d8dee8
|
||||||
|
active_workspace #2f343f #2f343f #d8dee8
|
||||||
|
inactive_workspace #2f343f #2f343f #d8dee8
|
||||||
|
urgent_workspace #2f343f #ebcb8b #2f343f
|
||||||
|
}
|
||||||
|
status_command i3status
|
||||||
|
}
|
||||||
|
|
||||||
# window rules, you can find the window class using xprop
|
# window rules, you can find the window class using xprop
|
||||||
workspace 1 output DVI-I-1
|
workspace 1 output DVI-I-1
|
||||||
|
|
Loading…
Add table
Reference in a new issue