Added Qtile

This commit is contained in:
2021-09-28 01:03:59 -04:00
parent 28d2e8184e
commit 552db588bb
45 changed files with 1309 additions and 0 deletions

6
.config/qtile/scripts/dmenu.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
# Import the colors
. "${HOME}/.cache/wal/colors.sh"
dmenu_run -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15"