Start changing colors for i3
This commit is contained in:
parent
767768e5a7
commit
1e49214c6a
1 changed files with 12 additions and 12 deletions
|
@ -139,15 +139,15 @@ bar {
|
|||
# output primary
|
||||
position top
|
||||
colors {
|
||||
background #2f343f
|
||||
statusline #ffffff
|
||||
background #222222
|
||||
statusline #eeeeee
|
||||
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
|
||||
focused_workspace #222222 #bf616a #d8dee8
|
||||
active_workspace #222222 #222222 #d8dee8
|
||||
inactive_workspace #222222 #222222 #d8dee8
|
||||
urgent_workspace #222222 #ebcb8b #222222
|
||||
}
|
||||
status_command i3blocks
|
||||
}
|
||||
|
@ -166,9 +166,9 @@ bindsym $super+z gaps inner current plus 5
|
|||
bindsym $super+Shift+z gaps inner current minus 5
|
||||
|
||||
# colour of border, background, text, indicator, and child_border
|
||||
client.focused #bf616a #2f343f #d8dee8 #bf616a #9fe89a
|
||||
client.focused_inactive #2f343f #2f343f #d8dee8 #2f343f #2f343f
|
||||
client.unfocused #2f343f #2f343f #d8dee8 #2f343f #2f343f
|
||||
client.urgent #2f343f #2f343f #d8dee8 #2f343f #2f343f
|
||||
client.placeholder #2f343f #2f343f #d8dee8 #2f343f #2f343f
|
||||
client.background #2f343f
|
||||
client.focused #bf616a #222222 #d8dee8 #bf616a #9fe89a
|
||||
client.focused_inactive #222222 #222222 #d8dee8 #222222 #222222
|
||||
client.unfocused #222222 #222222 #d8dee8 #222222 #222222
|
||||
client.urgent #222222 #222222 #d8dee8 #222222 #222222
|
||||
client.placeholder #222222 #222222 #d8dee8 #222222 #222222
|
||||
client.background #222222
|
||||
|
|
Loading…
Add table
Reference in a new issue