From f864827d03f886c4e7a22ac02b3f8bda03f30efd Mon Sep 17 00:00:00 2001 From: Hannes Date: Sun, 31 May 2026 20:16:53 +0200 Subject: [PATCH] fixed colors in install.sh --- README.md | 2 ++ install.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index a3b91f0..8e533d8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # HyprlandQuickshellGUI: a replacement for Waybar +Run install.sh to make the quickshell runable + ## Colors ### [Matugen](https://github.com/InioX/matugen) We use [matugen](https://github.com/InioX/matugen) for the colors. With these Templates for Some Applications we use: [maguten-config](https://git.honney333.work/honney/matugen-config) diff --git a/install.sh b/install.sh index 60fc04b..fafd7c6 100755 --- a/install.sh +++ b/install.sh @@ -1,3 +1,5 @@ +cp $HOME/.config/quickshell/colors/Colors.qml.template $HOME/.config/quickshell/colors/Colors.qml + get_white_svg() { local url="$1" local out_path="$2"