sway->niri
This commit is contained in:
parent
b9cd87bb35
commit
383dd64fe9
29 changed files with 539 additions and 558 deletions
19
niri/.config/i3bar-river/config.toml
Normal file
19
niri/.config/i3bar-river/config.toml
Normal file
|
@ -0,0 +1,19 @@
|
|||
height = 16
|
||||
font = "Hack 10"
|
||||
command = "i3status-rs"
|
||||
position = "bottom"
|
||||
show_tags = true
|
||||
|
||||
# colors
|
||||
background = "#111111ff"
|
||||
color = "#dcdcccff"
|
||||
|
||||
tag_bg = "#222222ff"
|
||||
tag_fg = "#dcdcccff"
|
||||
|
||||
tag_focused_bg = "#ffff00ff"
|
||||
tag_focused_fg = "#000000ff"
|
||||
tag_urgent_bg = "#ff0500ff"
|
||||
tag_urgent_fg = "#ffffffff"
|
||||
|
||||
tags_padding = 10
|
Loading…
Add table
Add a link
Reference in a new issue