diff --git a/Makefile b/Makefile index e4b7ce0..a4adce4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ INSTALL_PREFIX ?= /usr -DESTDIR ?= $(INSTALL_PREFIX)/share/plasma/desktoptheme/owallb +DESTDIR ?= $(INSTALL_PREFIX)/share/plasma/desktoptheme/warg SVG_FILES := widgets/tasks.svg SVGZ_FILES := $(SVG_FILES:.svg=.svgz) diff --git a/README.md b/README.md index 15c4162..e0e9c7d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Name and other suggestions are welcome :) ## Installing If you are on Arch Linux I have prepared a PKGBUILD -[here](https://github.com/owallb/PKGBUILD-plasma6-themes-owallb). +[here](https://codeberg.org/warg/PKGBUILD-plasma6-theme). Alternatively, you can install it with Make by running one of the following: diff --git a/metadata.json b/metadata.json index 358a2cf..36d8387 100644 --- a/metadata.json +++ b/metadata.json @@ -3,17 +3,17 @@ "Authors": [ { "Name": "Oscar Wallberg", - "Email": "oscar.wallberg@pm.me" + "Email": "oscar.wallberg@outlook.com" } ], - "Name": "owallb", + "Name": "warg", "Description": "", - "Id": "owallb", + "Id": "warg", "Version": "0.1", "Category": "", "EnabledByDefault": true, "License": "BSD-3-Clause", - "Website": "https://github.com/owallb/plasma6-themes-owallb" + "Website": "https://codeberg.org/warg/plasma6-theme" }, "X-Plasma-API": "5.0" }