summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-20 12:13:46 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-20 12:13:46 +0100
commit56da417208b56f1ad5c6532943e3fd7d075db7f1 (patch)
treec1899599e6afde502c1c996a585403e4f774e337
parent3e713d0906d488da390dc4bbf477a388643e19d0 (diff)
add assets
-rw-r--r--skel/.config/qtile/README.md4
-rw-r--r--skel/.config/qtile/assets/redcore.pngbin0 -> 59556 bytes
-rwxr-xr-xskel/.config/qtile/scripts/autostart.sh2
3 files changed, 5 insertions, 1 deletions
diff --git a/skel/.config/qtile/README.md b/skel/.config/qtile/README.md
index b1dd96c..5b7a133 100644
--- a/skel/.config/qtile/README.md
+++ b/skel/.config/qtile/README.md
@@ -7,6 +7,10 @@
* JetBrainsMono Nerd Font
* Kvantum and QT5CT for applying themes to QT applications
* lxappearance for applying themes to GTK applications
+* feh to set the wallpaper
+
+## Assets
+The wallpaper and font used in this config can be found in the assets directory.
## Changing Themes
The current configuration comes with several pre-installed color schemes. The default theme is the Redcore theme. These are also included:
diff --git a/skel/.config/qtile/assets/redcore.png b/skel/.config/qtile/assets/redcore.png
new file mode 100644
index 0000000..a2982e8
--- /dev/null
+++ b/skel/.config/qtile/assets/redcore.png
Binary files differ
diff --git a/skel/.config/qtile/scripts/autostart.sh b/skel/.config/qtile/scripts/autostart.sh
index 4cf5b6c..ba259ee 100755
--- a/skel/.config/qtile/scripts/autostart.sh
+++ b/skel/.config/qtile/scripts/autostart.sh
@@ -14,4 +14,4 @@ dunst &
picom --vsync &
/usr/libexec/polkit-gnome-autentication-agent-1 &
#/usr/lib/xfce4/notifyd/xfce4-notifyd &
-~/.fehbg &
+feh --bg-scale ~/.config/qtile/assets/redcore.png &