first commit
This commit is contained in:
commit
d30379991e
11 changed files with 295 additions and 0 deletions
14
config/i3bar-river/config.toml
Normal file
14
config/i3bar-river/config.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
background = "#11111b"
|
||||
color = "#00ff00"
|
||||
command = "i3status-rs ~/.config/i3status-rust/config-default.toml"
|
||||
font = "pango:monospace 10"
|
||||
height = 20
|
||||
tag_bg = "#313244"
|
||||
tag_fg = "#cdd6f4"
|
||||
tag_focused_bg = "#f5a7de"
|
||||
tag_focused_fg = "#585b70"
|
||||
tag_inactive_bg = "#cdd6f4"
|
||||
tag_inactive_fg = "#313244"
|
||||
tag_urgent_bg = "#ce052a"
|
||||
tag_urgent_fg = "#585b70"
|
||||
tags_padding = 10
|
||||
Loading…
Add table
Add a link
Reference in a new issue