8 lines
125 B
Bash
Executable file
8 lines
125 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# Background
|
|
swaybg -o '*' -i "$background" -m fill &
|
|
|
|
# Status Bar
|
|
eww open "$platform"_bar --screen 0
|