fix filenames

This commit is contained in:
Aminda Suomalainen 2024-07-17 10:46:24 +03:00
parent 4403daa9c8
commit 88a107188e
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
3 changed files with 4 additions and 0 deletions

4
bash/darkman/copy-these.bash Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
mkdir -vp ~/.local/share/{dark,light}-mode.d
cp dark-mode.d/* ~/.local/share/dark-mode.d/
cp light-mode.d/* ~/.local/share/light-mode.d/