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"