lint: swaync: sort config properties
This commit is contained in:
@@ -119,25 +119,12 @@ in
|
|||||||
fs.".config/swaync/style.css".symlink.target = ./style.css;
|
fs.".config/swaync/style.css".symlink.target = ./style.css;
|
||||||
fs.".config/swaync/config.json".symlink.target = pkgs.writers.writeJSON "config.json" {
|
fs.".config/swaync/config.json".symlink.target = pkgs.writers.writeJSON "config.json" {
|
||||||
"$schema" = "/etc/xdg/swaync/configSchema.json";
|
"$schema" = "/etc/xdg/swaync/configSchema.json";
|
||||||
positionX = "right";
|
control-center-height = 600;
|
||||||
positionY = "top";
|
|
||||||
layer = "overlay";
|
|
||||||
control-center-layer = "top";
|
control-center-layer = "top";
|
||||||
layer-shell = true;
|
|
||||||
cssPriority = "user"; # "application"|"user". "user" in order to override the system gtk theme.
|
|
||||||
control-center-margin-top = 0;
|
|
||||||
control-center-margin-bottom = 0;
|
control-center-margin-bottom = 0;
|
||||||
control-center-margin-right = 0;
|
|
||||||
control-center-margin-left = 0;
|
control-center-margin-left = 0;
|
||||||
notification-2fa-action = true;
|
control-center-margin-right = 0;
|
||||||
notification-inline-replies = false;
|
control-center-margin-top = 0;
|
||||||
notification-icon-size = 64;
|
|
||||||
notification-body-image-height = 100;
|
|
||||||
notification-body-image-width = 200;
|
|
||||||
timeout = 30;
|
|
||||||
timeout-low = 5;
|
|
||||||
timeout-critical = 0;
|
|
||||||
fit-to-screen = true; #< have notification center take full vertical screen space
|
|
||||||
# control-center-width:
|
# control-center-width:
|
||||||
# pinephone native display is 720 x 1440
|
# pinephone native display is 720 x 1440
|
||||||
# - for compositor scale=2.0 => 360
|
# - for compositor scale=2.0 => 360
|
||||||
@@ -145,14 +132,28 @@ in
|
|||||||
# - for compositor scale=1.6 => 450
|
# - for compositor scale=1.6 => 450
|
||||||
# if it's set to something wider than the screen, then it overflows and items aren't visible.
|
# if it's set to something wider than the screen, then it overflows and items aren't visible.
|
||||||
control-center-width = 360;
|
control-center-width = 360;
|
||||||
control-center-height = 600;
|
cssPriority = "user"; # "application"|"user". "user" in order to override the system gtk theme.
|
||||||
notification-window-width = 360;
|
fit-to-screen = true; #< have notification center take full vertical screen space
|
||||||
keyboard-shortcuts = true;
|
|
||||||
image-visibility = "when-available";
|
|
||||||
transition-time = 100;
|
|
||||||
hide-on-clear = true; #< hide control center when clicking "clear all"
|
|
||||||
hide-on-action = true;
|
hide-on-action = true;
|
||||||
|
hide-on-clear = true; #< hide control center when clicking "clear all"
|
||||||
|
image-visibility = "when-available";
|
||||||
|
keyboard-shortcuts = true;
|
||||||
|
layer = "overlay";
|
||||||
|
layer-shell = true;
|
||||||
|
notification-2fa-action = true;
|
||||||
|
notification-body-image-height = 100;
|
||||||
|
notification-body-image-width = 200;
|
||||||
|
notification-icon-size = 64;
|
||||||
|
notification-inline-replies = false;
|
||||||
|
notification-window-width = 360;
|
||||||
|
positionX = "right";
|
||||||
|
positionY = "top";
|
||||||
script-fail-notify = true;
|
script-fail-notify = true;
|
||||||
|
timeout = 30;
|
||||||
|
timeout-critical = 0;
|
||||||
|
timeout-low = 5;
|
||||||
|
transition-time = 100;
|
||||||
|
|
||||||
inherit scripts;
|
inherit scripts;
|
||||||
widgets = [
|
widgets = [
|
||||||
# what to show in the notification center (and in which order).
|
# what to show in the notification center (and in which order).
|
||||||
|
Reference in New Issue
Block a user