Regenerated
This commit is contained in:
+382
-382
File diff suppressed because it is too large
Load Diff
+3
-3
@@ -2040,7 +2040,7 @@ in
|
|||||||
# and conflict with our home.file entries below.
|
# and conflict with our home.file entries below.
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/swaync/config.json" = {
|
".config/swaync/config.jsonc" = {
|
||||||
text = builtins.readFile "${assetPath}/config.json";
|
text = builtins.readFile "${assetPath}/config.json";
|
||||||
force = true;
|
force = true;
|
||||||
};
|
};
|
||||||
@@ -4295,9 +4295,9 @@ These are config files for .config/stylix
|
|||||||
</html>
|
</html>
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** =generated/.config/swaync/config.json=
|
** =generated/.config/swaync/config.jsonc=
|
||||||
These are config files for waybar
|
These are config files for waybar
|
||||||
#+BEGIN_SRC json :tangle generated/.config/swaync/config.json :noweb yes :mkdirp yes :eval never
|
#+BEGIN_SRC jsonc :tangle generated/.config/swaync/config.jsonc :noweb yes :mkdirp yes :eval never
|
||||||
{
|
{
|
||||||
"positionX": "right",
|
"positionX": "right",
|
||||||
"positionY": "top",
|
"positionY": "top",
|
||||||
|
|||||||
@@ -0,0 +1,53 @@
|
|||||||
|
// --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
|
{
|
||||||
|
"positionX": "right",
|
||||||
|
"positionY": "top",
|
||||||
|
"layer": "overlay",
|
||||||
|
"control-center-layer": "top",
|
||||||
|
"layer-shell": true,
|
||||||
|
"cssPriority": "application",
|
||||||
|
"control-center-margin-top": 8,
|
||||||
|
"control-center-margin-bottom": 8,
|
||||||
|
"control-center-margin-right": 8,
|
||||||
|
"control-center-margin-left": 0,
|
||||||
|
"notification-2fa-action": true,
|
||||||
|
"notification-inline-replies": false,
|
||||||
|
"notification-icon-size": 48,
|
||||||
|
"notification-body-image-height": 100,
|
||||||
|
"notification-body-image-width": 200,
|
||||||
|
"timeout": 10,
|
||||||
|
"timeout-low": 5,
|
||||||
|
"timeout-critical": 0,
|
||||||
|
"fit-to-screen": true,
|
||||||
|
"control-center-width": 500,
|
||||||
|
"control-center-height": 600,
|
||||||
|
"notification-window-width": 400,
|
||||||
|
"keyboard-shortcuts": true,
|
||||||
|
"image-visibility": "when-available",
|
||||||
|
"transition-time": 200,
|
||||||
|
"hide-on-clear": false,
|
||||||
|
"hide-on-action": true,
|
||||||
|
"script-fail-notify": true,
|
||||||
|
"widgets": [
|
||||||
|
"inhibitors",
|
||||||
|
"title",
|
||||||
|
"dnd",
|
||||||
|
"notifications"
|
||||||
|
],
|
||||||
|
"widget-config": {
|
||||||
|
"inhibitors": {
|
||||||
|
"text": "Inhibitors",
|
||||||
|
"button-text": "Clear All",
|
||||||
|
"clear-all-button": true
|
||||||
|
},
|
||||||
|
"title": {
|
||||||
|
"text": "Notifications",
|
||||||
|
"clear-all-button": true,
|
||||||
|
"button-text": "Clear All"
|
||||||
|
},
|
||||||
|
"dnd": {
|
||||||
|
"text": "Do Not Disturb"
|
||||||
|
},
|
||||||
|
"notifications": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -12,7 +12,7 @@ in
|
|||||||
# and conflict with our home.file entries below.
|
# and conflict with our home.file entries below.
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/swaync/config.json" = {
|
".config/swaync/config.jsonc" = {
|
||||||
text = builtins.readFile "${assetPath}/config.json";
|
text = builtins.readFile "${assetPath}/config.json";
|
||||||
force = true;
|
force = true;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user