fix: hyprland config apply
This commit is contained in:
@@ -7,8 +7,8 @@ local read_docked = io.popen("cat ~/.config/janishutz/docked") == "true"
|
|||||||
if read_platform then
|
if read_platform then
|
||||||
laptop_config = true
|
laptop_config = true
|
||||||
end
|
end
|
||||||
if read_docked then
|
if read_docked and laptop_config then
|
||||||
laptop_config = true
|
is_docked = true
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Core
|
-- Core
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ if [[ "$confirmation" == "y" ]]; then
|
|||||||
sudo cp ./system/environment /etc/environment
|
sudo cp ./system/environment /etc/environment
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm -rf ~/.config/hypr
|
rm -rf ~/.config/hypr/*.conf
|
||||||
rm ~/.config/platform
|
rm ~/.config/platform
|
||||||
rm -rf ~/.config/rofi
|
rm -rf ~/.config/rofi
|
||||||
rm -rf ~/.config/ags
|
rm -rf ~/.config/ags
|
||||||
@@ -45,3 +45,5 @@ if [[ "$confirmation" == "y" ]]; then
|
|||||||
else
|
else
|
||||||
cp -r ~/.config/DankMaterialShell/ ./dms
|
cp -r ~/.config/DankMaterialShell/ ./dms
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
hyprctl reload
|
||||||
|
|||||||
Reference in New Issue
Block a user