i3status: move theme here

This commit is contained in:
Konstantin Koslowski 2021-04-27 15:47:01 +02:00
parent 08aa8d861a
commit d679aa2125
5 changed files with 25 additions and 4 deletions

View file

@ -1,5 +1,5 @@
[theme] [theme]
file = "xk.toml" file = "/home/koslowski/.config/sway/i3status.d/theme.toml"
[icons] [icons]
name = "material" name = "material"

View file

@ -1,5 +1,5 @@
[theme] [theme]
file = "xk.toml" file = "/home/koslowski/.config/sway/i3status.d/theme.toml"
[icons] [icons]
name = "material" name = "material"

View file

@ -1,5 +1,5 @@
[theme] [theme]
file = "xk.toml" file = "/home/konni/.config/sway/i3status.d/theme.toml"
[icons] [icons]
name = "material" name = "material"

View file

@ -1,5 +1,5 @@
[theme] [theme]
file = "xk.toml" file = "/home/konni/.config/sway/i3status.d/theme.toml"
[icons] [icons]
name = "material" name = "material"

21
i3status.d/theme.toml Normal file
View file

@ -0,0 +1,21 @@
idle_bg = "#222222"
idle_fg = "#888888"
info_bg = "#222222"
info_fg = "#888888"
good_bg = "#222222"
good_fg = "#888888"
warning_bg = "#222222"
warning_fg = "#888888"
critical_bg = "#222222"
critical_fg = "#888888"
separator = "\u2770"
separator_bg = "auto"
separator_fg = "#268bd2"
alternating_tint_bg = "#000000"
alternating_tint_fg = "#000000"