diff --git a/files/applets/shared/colors.rasi b/files/applets/shared/colors.rasi index 103ad63..8dc3385 100644 --- a/files/applets/shared/colors.rasi +++ b/files/applets/shared/colors.rasi @@ -15,4 +15,4 @@ /* Import color-scheme from `colors` directory */ -@import "~/.config/rofi/colors/onedark.rasi" +@import "~/.config/rofi/colors/catppuccin.rasi" diff --git a/files/applets/shared/theme.bash b/files/applets/shared/theme.bash index 4807020..228a155 100755 --- a/files/applets/shared/theme.bash +++ b/files/applets/shared/theme.bash @@ -1,4 +1,4 @@ ## Current Theme -type="$HOME/.config/rofi/applets/type-1" -style='style-1.rasi' +type="$HOME/.config/rofi/applets/type-3" +style='style-2.rasi' diff --git a/files/launchers/type-7/launcher.sh b/files/launchers/type-7/launcher.sh index aa45aa9..dd4b507 100755 --- a/files/launchers/type-7/launcher.sh +++ b/files/launchers/type-7/launcher.sh @@ -11,7 +11,7 @@ ## style-6 style-7 style-8 style-9 style-10 dir="$HOME/.config/rofi/launchers/type-7" -theme='style-1' +theme='style-2' ## Run rofi \ diff --git a/files/powermenu/type-3/powermenu.sh b/files/powermenu/type-3/powermenu.sh index 7d7490d..5cb8e2c 100755 --- a/files/powermenu/type-3/powermenu.sh +++ b/files/powermenu/type-3/powermenu.sh @@ -11,7 +11,7 @@ # Current Theme dir="$HOME/.config/rofi/powermenu/type-3" -theme='style-1' +theme='style-5' # CMDs uptime="`uptime -p | sed -e 's/up //g'`"