Add desktop background

This commit is contained in:
davidovski 2023-10-09 17:42:22 +01:00
parent 051ed527f6
commit 02a4a3a4c1
21 changed files with 65 additions and 47 deletions

2
scripts/calendar Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
bspc rule -a \* -o state=floating && $TERMINAL -e sh -c "cal $(date +%Y); read"