From 977d93aa2b230d0ead34e6acbc06622afddb4df4 Mon Sep 17 00:00:00 2001 From: doloro Date: Wed, 23 Jul 2025 19:34:48 +0100 Subject: [PATCH] test commit --- hypr/hyprland.conf | 2 +- quickshell/Bar.qml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 6e9f31f..f651cff 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -7,7 +7,7 @@ # You can split this configuration into multiple files # Create your files separately and then link them to this file like this: -# source = ~/.config/hypr/myColors.conf +# source = ~/.config/hypr/myColors.con ################ diff --git a/quickshell/Bar.qml b/quickshell/Bar.qml index 6c904ce..5adbdfd 100644 --- a/quickshell/Bar.qml +++ b/quickshell/Bar.qml @@ -4,6 +4,8 @@ import QtQuick import QtQuick.Layouts import Quickshell.Widgets +// Tako kindly threatened you to sort the naming schema and to put all the svg's in an asset folder, so please do that + PanelWindow { property var modelData screen: modelData.values[0];