Write to .dotfiles instead of .config
This commit is contained in:
parent
ef298a2e23
commit
ea1eb198c7
|
@ -37,7 +37,7 @@ my $waybar_template = "$ENV{'HOME'}/.dotfiles/waybar/config.template";
|
||||||
my $swaysock = $ENV{'SWAYSOCK'} || $ENV{'HOME'} . "/.spool/sway-ipc.sock";
|
my $swaysock = $ENV{'SWAYSOCK'} || $ENV{'HOME'} . "/.spool/sway-ipc.sock";
|
||||||
|
|
||||||
# Path to actual config file generated from template
|
# Path to actual config file generated from template
|
||||||
my $waybar_config = "$ENV{'HOME'}/.config/waybar/config";
|
my $waybar_config = "$ENV{'HOME'}/.dotfiles/waybar/config";
|
||||||
|
|
||||||
# Path to waybar binary
|
# Path to waybar binary
|
||||||
#my $waybar_bin = "$ENV{'HOME'}/.dotfiles/nix/bin/waybar";
|
#my $waybar_bin = "$ENV{'HOME'}/.dotfiles/nix/bin/waybar";
|
||||||
|
|
Loading…
Reference in New Issue