forked from Shinonome/dots-hyprland
use vibrant color mode by default
This commit is contained in:
@@ -14,11 +14,11 @@ materialscheme="tonalspot"
|
|||||||
if [ ! -f $colormodefile ]; then
|
if [ ! -f $colormodefile ]; then
|
||||||
echo "dark" > $colormodefile
|
echo "dark" > $colormodefile
|
||||||
echo "opaque" >> $colormodefile
|
echo "opaque" >> $colormodefile
|
||||||
echo "tonalspot" >> $colormodefile
|
echo "vibrant" >> $colormodefile
|
||||||
elif [[ $(wc -l < $colormodefile) -ne 3 || $(wc -w < $colormodefile) -ne 3 ]]; then
|
elif [[ $(wc -l < $colormodefile) -ne 3 || $(wc -w < $colormodefile) -ne 3 ]]; then
|
||||||
echo "dark" > $colormodefile
|
echo "dark" > $colormodefile
|
||||||
echo "opaque" >> $colormodefile
|
echo "opaque" >> $colormodefile
|
||||||
echo "tonalspot" >> $colormodefile
|
echo "vibrant" >> $colormodefile
|
||||||
else
|
else
|
||||||
lightdark=$(sed -n '1p' $colormodefile)
|
lightdark=$(sed -n '1p' $colormodefile)
|
||||||
transparency=$(sed -n '2p' $colormodefile)
|
transparency=$(sed -n '2p' $colormodefile)
|
||||||
|
|||||||
Reference in New Issue
Block a user