Moved KDE-Plasma theme related files to Plasma dir.

This commit is contained in:
2025-08-27 13:22:46 +02:00
parent 81693b8ad8
commit a79e6e2098
4 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
source /etc/nixos/other/colors.sh
FLAG_FILE="/home/cookiez/.flags/theme-flag"
/run/current-system/sw/bin/konsave -i /etc/nixos/other/theme.knsv
/run/current-system/sw/bin/konsave -i /etc/nixos/other/theme.knsv
/run/current-system/sw/bin/konsave -i /etc/nixos/plasma/theme.knsv
/run/current-system/sw/bin/konsave -i /etc/nixos/plasma/theme.knsv
/run/current-system/sw/bin/konsave -a theme
progress_bar() {

View File

@ -2,7 +2,7 @@ source /etc/nixos/other/colors.sh
FLAG_FILE="/home/cookiez/.flags/theme-flag"
if [ ! -f "$FLAG_FILE" ]; then
echo -e "${RED}Warning: Make sure to apply the custom system theme!${NOCOLOR} (source '/etc/nixos/other/konsave.sh')"
echo -e "${RED}Warning: Make sure to apply the custom system theme!${NOCOLOR} (source '/etc/nixos/plasma/konsave.sh')"
fi
#else
# echo "Flag file exists - Theme should be applied already!"

View File

@ -9,7 +9,7 @@
shellInit = ''
source /etc/nixos/other/aliases
source /etc/nixos/other/theme-reminder.sh
source /etc/nixos/plasma/theme-reminder.sh
'';