Fix background configs
This commit is contained in:
parent
b0330845cd
commit
e76c9f255a
2 changed files with 2 additions and 1 deletions
|
@ -7,3 +7,4 @@ disks = ["/"]
|
||||||
outputs = [
|
outputs = [
|
||||||
"\"Pioneer Electronic Corporation AV Receiver Unknown\" mode 3840x2160@60Hz scale 2.0 bg ~/.local/share/backgrounds/concord/full.jpg fill",
|
"\"Pioneer Electronic Corporation AV Receiver Unknown\" mode 3840x2160@60Hz scale 2.0 bg ~/.local/share/backgrounds/concord/full.jpg fill",
|
||||||
]
|
]
|
||||||
|
default-background = false
|
||||||
|
|
|
@ -2,9 +2,9 @@ base16-scheme = "seti"
|
||||||
wireless = ["wlp4s0"]
|
wireless = ["wlp4s0"]
|
||||||
ethernet = ["enp2s0"]
|
ethernet = ["enp2s0"]
|
||||||
disks = ["/"]
|
disks = ["/"]
|
||||||
outputs = []
|
|
||||||
temperature-path = "/sys/class/hwmon/hwmon5/temp1_input"
|
temperature-path = "/sys/class/hwmon/hwmon5/temp1_input"
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
"* bg ~/.local/share/backgrounds/faithful/full.jpg fill",
|
"* bg ~/.local/share/backgrounds/faithful/full.jpg fill",
|
||||||
]
|
]
|
||||||
|
default-background = false
|
||||||
|
|
Loading…
Add table
Reference in a new issue