Update i3 workspaces plugin config to work with new release
This commit is contained in:
parent
85c1376fd2
commit
75c18905b8
@ -1,9 +1,11 @@
|
||||
normal_color=13816530
|
||||
focused_color=2598398
|
||||
urgent_color=16711680
|
||||
normal_color=rgb(153,193,241)
|
||||
focused_color=rgb(36,31,49)
|
||||
urgent_color=rgb(53,132,228)
|
||||
strip_workspace_numbers=false
|
||||
output=
|
||||
mode_color=16683520
|
||||
visible_color=16752463
|
||||
mode_color=rgb(165,29,45)
|
||||
visible_color=rgb(51,209,122)
|
||||
auto_detect_outputs=false
|
||||
css=.workspace {\n border: 1px solid;\n}\n\n.workspace label {\n padding: 2px;\n}\n\n/* inactive defaults */\n.workspace {\n border-color: #444444;\n background-color: #111111;\n color: #888888;\n margin-bottom: 1px;\n}\n\n/* equivalent to "active_workspace" in i3bar */\n.workspace.visible {\n border-color: #333333;\n color: initial;\n background-color: #5f676a;\n}\n\n.workspace.focused {\n border-color: #4c7899;\n background-color: #285577;\n font-weight: bold;\n}\n\n.workspace.urgent {\n color: red;\n /*border-color: #2f343a; */\n /* background-color: #900000; */\n}\n\n.binding-mode {\n color: #FC9100;\n}\n
|
||||
use_css=true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user