From d679aa212531d43316a2e4450003e0039ebf441e Mon Sep 17 00:00:00 2001 From: Konstantin Koslowski Date: Tue, 27 Apr 2021 15:47:01 +0200 Subject: [PATCH] i3status: move theme here --- i3status.d/7DPQTN2.toml | 2 +- i3status.d/90PKL63.toml | 2 +- i3status.d/annoyance.toml | 2 +- i3status.d/silence.toml | 2 +- i3status.d/theme.toml | 21 +++++++++++++++++++++ 5 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 i3status.d/theme.toml diff --git a/i3status.d/7DPQTN2.toml b/i3status.d/7DPQTN2.toml index f328ece..d65f0ef 100644 --- a/i3status.d/7DPQTN2.toml +++ b/i3status.d/7DPQTN2.toml @@ -1,5 +1,5 @@ [theme] -file = "xk.toml" +file = "/home/koslowski/.config/sway/i3status.d/theme.toml" [icons] name = "material" diff --git a/i3status.d/90PKL63.toml b/i3status.d/90PKL63.toml index 3a3d3b7..9226281 100644 --- a/i3status.d/90PKL63.toml +++ b/i3status.d/90PKL63.toml @@ -1,5 +1,5 @@ [theme] -file = "xk.toml" +file = "/home/koslowski/.config/sway/i3status.d/theme.toml" [icons] name = "material" diff --git a/i3status.d/annoyance.toml b/i3status.d/annoyance.toml index c6a7d32..46a2a6f 100644 --- a/i3status.d/annoyance.toml +++ b/i3status.d/annoyance.toml @@ -1,5 +1,5 @@ [theme] -file = "xk.toml" +file = "/home/konni/.config/sway/i3status.d/theme.toml" [icons] name = "material" diff --git a/i3status.d/silence.toml b/i3status.d/silence.toml index ffbe7f0..98d948f 100644 --- a/i3status.d/silence.toml +++ b/i3status.d/silence.toml @@ -1,5 +1,5 @@ [theme] -file = "xk.toml" +file = "/home/konni/.config/sway/i3status.d/theme.toml" [icons] name = "material" diff --git a/i3status.d/theme.toml b/i3status.d/theme.toml new file mode 100644 index 0000000..f8a378e --- /dev/null +++ b/i3status.d/theme.toml @@ -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"