1
0
mirror of https://github.com/kmein/niveum synced 2026-03-17 18:41:09 +01:00

fix(i3): use theme colours for i3status-rust

This commit is contained in:
Kierán Meinhardt
2019-09-25 18:37:37 +02:00
parent f93a0e04a2
commit ee22f13f22
2 changed files with 16 additions and 1 deletions

View File

@@ -1,8 +1,22 @@
{ wifi-interface }: ''
{ wifi-interface, colours }: ''
[theme]
name = "plain"
[theme.overrides]
separator = " "
critical_fg = "${colours.red.bright}"
good_fg = "${colours.green.bright}"
idle_fg = "${colours.foreground}"
info_fg = "${colours.foreground}"
separator_fg = "auto"
warning_fg = "${colours.yellow.bright}"
alternating_tint_bg = "${colours.background}"
alternating_tint_fg = "${colours.background}"
critical_bg = "${colours.background}"
good_bg = "${colours.background}"
idle_bg = "${colours.background}"
info_bg = "${colours.background}"
separator_bg = "auto"
warning_bg = "${colours.background}"
[icons]
name = "none"