Regenerated
This commit is contained in:
+382
-382
File diff suppressed because it is too large
Load Diff
+4
-4
@@ -1346,8 +1346,8 @@ in
|
|||||||
home-manager.users = {
|
home-manager.users = {
|
||||||
${username} = {
|
${username} = {
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/waybar/config.json" = {
|
".config/waybar/config.jsonc" = {
|
||||||
text = builtins.readFile "${assetPath}/config.json";
|
text = builtins.readFile "${assetPath}/config.jsonc";
|
||||||
force = true;
|
force = true;
|
||||||
};
|
};
|
||||||
".config/waybar/style-dark.css" = {
|
".config/waybar/style-dark.css" = {
|
||||||
@@ -4647,9 +4647,9 @@ These are config files for waybar
|
|||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** =generated/.config/waybar/config.json=
|
** =generated/.config/waybar/config.jsonc=
|
||||||
These are config files for waybar
|
These are config files for waybar
|
||||||
#+BEGIN_SRC json :tangle generated/.config/waybar/config.json :noweb yes :mkdirp yes :eval never
|
#+BEGIN_SRC json :tangle generated/.config/waybar/config.jsonc :noweb yes :mkdirp yes :eval never
|
||||||
{
|
{
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"position": "top",
|
"position": "top",
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ in
|
|||||||
home-manager.users = {
|
home-manager.users = {
|
||||||
${username} = {
|
${username} = {
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/waybar/config.json" = {
|
".config/waybar/config.jsonc" = {
|
||||||
text = builtins.readFile "${assetPath}/config.json";
|
text = builtins.readFile "${assetPath}/config.jsonc";
|
||||||
force = true;
|
force = true;
|
||||||
};
|
};
|
||||||
".config/waybar/style-dark.css" = {
|
".config/waybar/style-dark.css" = {
|
||||||
|
|||||||
Reference in New Issue
Block a user