aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorKiran George <kirangeorge1995@gmail.com>2025-06-09 11:52:04 +0530
committerKiran George <kirangeorge1995@gmail.com>2025-06-09 11:52:04 +0530
commit3bda8183fccb41b67ccf9f02591249f805c94c88 (patch)
tree8f0d62ef12d8980b681821ff60dfff0e60dbaa17 /config
parentae78ca7ad6ff17b64125787b31c913d0ab873890 (diff)
Removed hardcoded path
Diffstat (limited to 'config')
-rw-r--r--config/quickshell/modules/common/Appearance.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/quickshell/modules/common/Appearance.qml b/config/quickshell/modules/common/Appearance.qml
index 45a4894d..29eca00c 100644
--- a/config/quickshell/modules/common/Appearance.qml
+++ b/config/quickshell/modules/common/Appearance.qml
@@ -20,7 +20,7 @@ Singleton {
property real workpaceTransparency: 0.8
// property real transparency: 0.15
// property real contentTransparency: 0.5
- property string background_image: "file:///home/itachi/.config/rofi/.current_wallpaper"
+ property string background_image: Directories.config + "/rofi/.current_wallpaper"
m3colors: QtObject {
property bool darkmode: true
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage