From 915d37c3d65f14eb5093d58acda53203989559c7 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 17 Jul 2024 11:08:15 +0300 Subject: [PATCH] darkman: apparently fedora is a light theme --- bash/darkman/dark-mode.d/zz-kde-plasma-theme-fedora.sh | 2 -- bash/darkman/light-mode.d/.gitignore | 1 - bash/darkman/light-mode.d/zz-kde-plasma-theme-fedora.sh | 3 ++- 3 files changed, 2 insertions(+), 4 deletions(-) delete mode 100755 bash/darkman/dark-mode.d/zz-kde-plasma-theme-fedora.sh delete mode 100644 bash/darkman/light-mode.d/.gitignore mode change 120000 => 100755 bash/darkman/light-mode.d/zz-kde-plasma-theme-fedora.sh diff --git a/bash/darkman/dark-mode.d/zz-kde-plasma-theme-fedora.sh b/bash/darkman/dark-mode.d/zz-kde-plasma-theme-fedora.sh deleted file mode 100755 index f2f3ae5..0000000 --- a/bash/darkman/dark-mode.d/zz-kde-plasma-theme-fedora.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env bash -lookandfeeltool --apply "org.fedoraproject.fedora.desktop" diff --git a/bash/darkman/light-mode.d/.gitignore b/bash/darkman/light-mode.d/.gitignore deleted file mode 100644 index 6a60d13..0000000 --- a/bash/darkman/light-mode.d/.gitignore +++ /dev/null @@ -1 +0,0 @@ -zz-kde-plasma-theme-fedora.sh diff --git a/bash/darkman/light-mode.d/zz-kde-plasma-theme-fedora.sh b/bash/darkman/light-mode.d/zz-kde-plasma-theme-fedora.sh deleted file mode 120000 index e8a5ab3..0000000 --- a/bash/darkman/light-mode.d/zz-kde-plasma-theme-fedora.sh +++ /dev/null @@ -1 +0,0 @@ -../dark-mode.d/zz-kde-plasma-theme-fedora.sh \ No newline at end of file diff --git a/bash/darkman/light-mode.d/zz-kde-plasma-theme-fedora.sh b/bash/darkman/light-mode.d/zz-kde-plasma-theme-fedora.sh new file mode 100755 index 0000000..f2f3ae5 --- /dev/null +++ b/bash/darkman/light-mode.d/zz-kde-plasma-theme-fedora.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +lookandfeeltool --apply "org.fedoraproject.fedora.desktop"