i3status: move theme here
This commit is contained in:
parent
08aa8d861a
commit
d679aa2125
5 changed files with 25 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
[theme]
|
||||
file = "xk.toml"
|
||||
file = "/home/koslowski/.config/sway/i3status.d/theme.toml"
|
||||
|
||||
[icons]
|
||||
name = "material"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[theme]
|
||||
file = "xk.toml"
|
||||
file = "/home/koslowski/.config/sway/i3status.d/theme.toml"
|
||||
|
||||
[icons]
|
||||
name = "material"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[theme]
|
||||
file = "xk.toml"
|
||||
file = "/home/konni/.config/sway/i3status.d/theme.toml"
|
||||
|
||||
[icons]
|
||||
name = "material"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[theme]
|
||||
file = "xk.toml"
|
||||
file = "/home/konni/.config/sway/i3status.d/theme.toml"
|
||||
|
||||
[icons]
|
||||
name = "material"
|
||||
|
|
21
i3status.d/theme.toml
Normal file
21
i3status.d/theme.toml
Normal 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"
|
Loading…
Reference in a new issue