diff options
| author | Kiran George <kirangeorge1995@gmail.com> | 2025-06-09 11:52:04 +0530 |
|---|---|---|
| committer | Kiran George <kirangeorge1995@gmail.com> | 2025-06-09 11:52:04 +0530 |
| commit | 3bda8183fccb41b67ccf9f02591249f805c94c88 (patch) | |
| tree | 8f0d62ef12d8980b681821ff60dfff0e60dbaa17 /config/quickshell | |
| parent | ae78ca7ad6ff17b64125787b31c913d0ab873890 (diff) | |
Removed hardcoded path
Diffstat (limited to 'config/quickshell')
| -rw-r--r-- | config/quickshell/modules/common/Appearance.qml | 2 |
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 |
