Fix shell symlink
This commit is contained in:
parent
2f5107254c
commit
cb3d7abeb5
1 changed files with 4 additions and 1 deletions
|
|
@ -1,8 +1,11 @@
|
||||||
|
debug:disable_logs = false
|
||||||
|
|
||||||
$hypr = ~/.config/hypr
|
$hypr = ~/.config/hypr
|
||||||
$hl = $hypr/hyprland
|
$hl = $hypr/hyprland
|
||||||
$cConf = ~/.config/caelestia
|
$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
|
exec-once = ln -s "./custom-$HOSTNAME.conf" ~/caelestia/hypr/hyprland/custom-by-hostname.conf &> /dev/null
|
||||||
source = $hl/custom-by-hostname.conf
|
source = $hl/custom-by-hostname.conf
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue