Add screenshots

This commit is contained in:
2025-05-27 12:59:23 -07:00
parent ffc8737756
commit 1820340fcd
21 changed files with 114 additions and 50 deletions

View File

@@ -64,7 +64,7 @@ function BrightWindow() {
className="toggleButton"
onClicked={(self) => {
toggleIndicator.toggleClassName("active", !sunset())
execAsync("/home/protoshark/.config/scripts/sunset-toggle.sh")
execAsync("/home/spingus/.config/scripts/sunset-toggle.sh")
.then((out) => (console.log(out)))
.catch((out) => (console.log(out)))
}}