Changed: waybar conf
This commit is contained in:
parent
3c9fdf02ee
commit
8415352b65
@ -31,16 +31,16 @@
|
|||||||
max-length = 40;
|
max-length = 40;
|
||||||
interval = "once";
|
interval = "once";
|
||||||
exec = pkgs.writeShellScript "hello-from-waybar" ''
|
exec = pkgs.writeShellScript "hello-from-waybar" ''
|
||||||
echo "from within waybar"
|
echo "from within waybar $USER"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file.".config/waybar" = {
|
/*home.file.".config/waybar" = {
|
||||||
source = ./configs;
|
source = ./configs;
|
||||||
# copy the scripts directory recursively
|
# copy the scripts directory recursively
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};*/
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user