forked from Shinonome/dots-hyprland
oops forgot to apply light bad apple to other stuff #330
This commit is contained in:
@@ -151,8 +151,8 @@ apply_ags() {
|
|||||||
if [[ "$1" = "--bad-apple" ]]; then
|
if [[ "$1" = "--bad-apple" ]]; then
|
||||||
lightdark=$(get_light_dark)
|
lightdark=$(get_light_dark)
|
||||||
cp scripts/color_generation/specials/_material_badapple"${lightdark}".scss scss/_material.scss
|
cp scripts/color_generation/specials/_material_badapple"${lightdark}".scss scss/_material.scss
|
||||||
colornames=$(cat scripts/color_generation/specials/_material_badapple.scss | cut -d: -f1)
|
colornames=$(cat scripts/color_generation/specials/_material_badapple"${lightdark}".scss | cut -d: -f1)
|
||||||
colorstrings=$(cat scripts/color_generation/specials/_material_badapple.scss | cut -d: -f2 | cut -d ' ' -f2 | cut -d ";" -f1)
|
colorstrings=$(cat scripts/color_generation/specials/_material_badapple"${lightdark}".scss | cut -d: -f2 | cut -d ' ' -f2 | cut -d ";" -f1)
|
||||||
IFS=$'\n'
|
IFS=$'\n'
|
||||||
# filearr=( $filelist ) # Get colors
|
# filearr=( $filelist ) # Get colors
|
||||||
colorlist=( $colornames ) # Array of color names
|
colorlist=( $colornames ) # Array of color names
|
||||||
|
|||||||
Reference in New Issue
Block a user