Fix shell symlink

This commit is contained in:
Ceres 2025-11-09 17:01:00 +00:00
parent 2f5107254c
commit cb3d7abeb5
Signed by: ceres-sees-all
GPG key ID: 9814758436430045

View file

@ -1,8 +1,11 @@
debug:disable_logs = false
$hypr = ~/.config/hypr
$hl = $hypr/hyprland
$cConf = ~/.config/caelestia
$HOSTNAME = $(hostname)
exec-once = ln -s "./shell-$HOSTNAME.json" "$cConf/shell.json"
exec-once = ln -s "./shell-$HOSTNAME.json" ~/caelestia/caelestia/shell.json &> /dev/null
exec-once = ln -s "./custom-$HOSTNAME.conf" ~/caelestia/hypr/hyprland/custom-by-hostname.conf &> /dev/null
source = $hl/custom-by-hostname.conf