From 56da417208b56f1ad5c6532943e3fd7d075db7f1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 20 Apr 2023 12:13:46 +0100 Subject: add assets --- skel/.config/qtile/README.md | 4 ++++ skel/.config/qtile/assets/redcore.png | Bin 0 -> 59556 bytes skel/.config/qtile/scripts/autostart.sh | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 skel/.config/qtile/assets/redcore.png 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 Binary files /dev/null and b/skel/.config/qtile/assets/redcore.png 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 & -- cgit v1.2.3