From c776338883d8bb86dd6a36caa65627ad9b0852b4 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sun, 12 Jan 2025 04:46:45 -0600 Subject: [PATCH] Rename! --- {theme => salt-gruvbox}/LICENSE | 0 {theme => salt-gruvbox}/Main.qml | 0 {theme => salt-gruvbox}/README | 0 {theme => salt-gruvbox}/background.jpg | Bin {theme => salt-gruvbox}/components/SaltButton.qml | 0 {theme => salt-gruvbox}/components/SaltComboBox.qml | 0 .../components/SaltPasswordBox.qml | 0 {theme => salt-gruvbox}/components/SaltTextBox.qml | 0 {theme => salt-gruvbox}/metadata.desktop | 0 {theme => salt-gruvbox}/theme.conf | 0 test.sh | 2 +- 11 files changed, 1 insertion(+), 1 deletion(-) rename {theme => salt-gruvbox}/LICENSE (100%) rename {theme => salt-gruvbox}/Main.qml (100%) rename {theme => salt-gruvbox}/README (100%) rename {theme => salt-gruvbox}/background.jpg (100%) rename {theme => salt-gruvbox}/components/SaltButton.qml (100%) rename {theme => salt-gruvbox}/components/SaltComboBox.qml (100%) rename {theme => salt-gruvbox}/components/SaltPasswordBox.qml (100%) rename {theme => salt-gruvbox}/components/SaltTextBox.qml (100%) rename {theme => salt-gruvbox}/metadata.desktop (100%) rename {theme => salt-gruvbox}/theme.conf (100%) diff --git a/theme/LICENSE b/salt-gruvbox/LICENSE similarity index 100% rename from theme/LICENSE rename to salt-gruvbox/LICENSE diff --git a/theme/Main.qml b/salt-gruvbox/Main.qml similarity index 100% rename from theme/Main.qml rename to salt-gruvbox/Main.qml diff --git a/theme/README b/salt-gruvbox/README similarity index 100% rename from theme/README rename to salt-gruvbox/README diff --git a/theme/background.jpg b/salt-gruvbox/background.jpg similarity index 100% rename from theme/background.jpg rename to salt-gruvbox/background.jpg diff --git a/theme/components/SaltButton.qml b/salt-gruvbox/components/SaltButton.qml similarity index 100% rename from theme/components/SaltButton.qml rename to salt-gruvbox/components/SaltButton.qml diff --git a/theme/components/SaltComboBox.qml b/salt-gruvbox/components/SaltComboBox.qml similarity index 100% rename from theme/components/SaltComboBox.qml rename to salt-gruvbox/components/SaltComboBox.qml diff --git a/theme/components/SaltPasswordBox.qml b/salt-gruvbox/components/SaltPasswordBox.qml similarity index 100% rename from theme/components/SaltPasswordBox.qml rename to salt-gruvbox/components/SaltPasswordBox.qml diff --git a/theme/components/SaltTextBox.qml b/salt-gruvbox/components/SaltTextBox.qml similarity index 100% rename from theme/components/SaltTextBox.qml rename to salt-gruvbox/components/SaltTextBox.qml diff --git a/theme/metadata.desktop b/salt-gruvbox/metadata.desktop similarity index 100% rename from theme/metadata.desktop rename to salt-gruvbox/metadata.desktop diff --git a/theme/theme.conf b/salt-gruvbox/theme.conf similarity index 100% rename from theme/theme.conf rename to salt-gruvbox/theme.conf diff --git a/test.sh b/test.sh index 1180926..4a2a744 100755 --- a/test.sh +++ b/test.sh @@ -1,2 +1,2 @@ #! /bin/sh -sddm-greeter --test-mode --theme theme/ +sddm-greeter --test-mode --theme salt-gruvbox/