From 830436f44ca16922dcc2eaccc4eb4e498a57d9eb Mon Sep 17 00:00:00 2001 From: Rostyslav Hnatyshyn Date: Mon, 8 Jun 2026 16:47:42 -0700 Subject: [PATCH] manage systemd user scripts, set wallpaper in niri --- niri/config.kdl | 8 +- scripts/set_wallpaper.sh | 2 +- systemd/user/kanshi.service | 10 + .../user/niri.service.wants/kanshi.service | 1 + wired/start.sh | 4 - wired/wired.ron | 3898 ----------------- 6 files changed, 16 insertions(+), 3907 deletions(-) create mode 100644 systemd/user/kanshi.service create mode 120000 systemd/user/niri.service.wants/kanshi.service delete mode 100755 wired/start.sh delete mode 100644 wired/wired.ron diff --git a/niri/config.kdl b/niri/config.kdl index 5ce0e67..c9822b0 100644 --- a/niri/config.kdl +++ b/niri/config.kdl @@ -129,7 +129,7 @@ layout { // off // How many logical pixels the ring extends out from the windows. - width 4 + width 2 // Colors can be set in a variety of ways: // - CSS named colors: "red" @@ -599,9 +599,8 @@ binds { } spawn-at-startup "waybar" -spawn-sh-at-startup "kanshi" -spawn-sh-at-startup "awww-daemon --no-cache" -spawn-sh-at-startup "udiskie --tray" +spawn-at-startup "udiskie" "--tray" +spawn-sh-at-startup "mako" spawn-sh-at-startup "wl-paste --watch cliphist store" spawn-sh-at-startup "~/.config/scripts/set_wallpaper.sh" @@ -610,3 +609,4 @@ debug { render-drm-device "/dev/dri/renderD128" } + diff --git a/scripts/set_wallpaper.sh b/scripts/set_wallpaper.sh index 869daaf..7a16dee 100755 --- a/scripts/set_wallpaper.sh +++ b/scripts/set_wallpaper.sh @@ -6,4 +6,4 @@ wallpapers=("$dir"/*) idx=$(( RANDOM % ${#wallpapers[@]})) selected="${wallpapers[$idx]}" -awww img "$selected" +swaybg -m fill -i "$selected" diff --git a/systemd/user/kanshi.service b/systemd/user/kanshi.service new file mode 100644 index 0000000..14836f3 --- /dev/null +++ b/systemd/user/kanshi.service @@ -0,0 +1,10 @@ +[Unit] +Description=kanshi +After=graphical-session.target + +[Service] +type=simple +ExecStart=/usr/bin/kanshi + +[Install] +WantedBy=default.target diff --git a/systemd/user/niri.service.wants/kanshi.service b/systemd/user/niri.service.wants/kanshi.service new file mode 120000 index 0000000..c212737 --- /dev/null +++ b/systemd/user/niri.service.wants/kanshi.service @@ -0,0 +1 @@ +/home/frosty/.config/systemd/user/kanshi.service \ No newline at end of file diff --git a/wired/start.sh b/wired/start.sh deleted file mode 100755 index 6d1a478..0000000 --- a/wired/start.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -killall -q wired -wired & diff --git a/wired/wired.ron b/wired/wired.ron deleted file mode 100644 index 2bda7e4..0000000 --- a/wired/wired.ron +++ /dev/null @@ -1,3898 +0,0 @@ -// oddlama's base16 wired theme (rendered with decay-dark) -// Generated with: https://github.com/oddlama/nix-config/blob/main/users/myuser/graphical/wired-notify.nix -( - debug: false, - focus_follows: Window, - history_length: 60, - layout_blocks: [ - ( - hook: Hook (parent_anchor: TR, self_anchor: TR), - name: "general_root", - offset: Vec2 (x: -50, y: 50), - params: NotificationBlock (( - background_color: Color (hex: "#0C0C0C"), - border_color: Color (hex: "#485263"), - border_color_critical: Color (hex: "#e05f65"), - border_color_low: Color (hex: "#485263"), - border_color_paused: Color (hex: "#f9a872"), - border_rounding: 0.000000, - border_width: 2.400000, - gap: Vec2 (x: 0.000000, y: 9.600000), - monitor: -1, - notification_hook: Hook (parent_anchor: BR, self_anchor: TR) - )), - parent: "", - render_criteria: [Not (Or ([Tag ("indicator")]))] - ), - ( - hook: Hook (parent_anchor: TL, self_anchor: TL), - name: "general_size", - offset: Vec2 (x: 0, y: 0), - params: TextBlock (( - color: Color (hex: "#dee1e6"), - dimensions: (height: (max: 1, min: 1), width: (max: 720, min: 720)), - font: "Iosevka 1", - padding: Padding (bottom: 0.000000, left: 0.000000, right: 0.000000, top: 0.000000), - text: "" - )), - parent: "general_root" - ), - ( - hook: Hook (parent_anchor: TL, self_anchor: TL), - name: "general_time", - offset: Vec2 (x: 600.000000, y: 0.000000), - params: TextBlock (( - color: Color (hex: "#b6beca"), - dimensions: (height: (max: 33, min: 33), width: (max: 120, min: 120)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 0.000000, right: 19.200000, top: 14.400000), - text: "%t(%a %H:%M)" - )), - parent: "general_root" - ), - ( - hook: Hook (parent_anchor: TL, self_anchor: TL), - name: "general_app_image", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: ImageBlock (( - filter_mode: Lanczos3, - image_type: App, - min_height: 28, - min_width: 28, - padding: Padding (bottom: 7.200000, left: 19.200000, right: -9.600000, top: 14.400000), - rounding: 14.400000, - scale_height: 28, - scale_width: 28 - )), - parent: "general_root", - render_criteria: [And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_app_name", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: TextBlock (( - color: Color (hex: "#b6beca"), - dimensions: (height: (max: 33, min: 33), width: (max: 420, min: 420)), - ellipsize: End, - font: "Iosevka 16.800000", - padding: Padding (bottom: 0.000000, left: 19.200000, right: 0.000000, top: 14.400000), - text: "%n" - )), - parent: "general_app_image", - render_criteria: [And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])] - ), - ( - hook: Hook (parent_anchor: TL, self_anchor: TL), - name: "general_notop_hint", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: ImageBlock (( - filter_mode: Lanczos3, - image_type: Hint, - padding: Padding (bottom: 14.400000, left: 14.400000, right: 0.000000, top: 14.400000), - rounding: 10.800000, - scale_height: 153, - scale_width: 153 - )), - parent: "general_root", - render_criteria: [Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]))] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_notop_summary", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: TextBlock (( - color: Color (hex: "#dee1e6"), - dimensions: (height: (max: 36, min: 0), width: (max: 542, min: 542)), - dimensions_image_both: (height: (max: 36, min: 0), width: (max: 374, min: 374)), - dimensions_image_hint: (height: (max: 36, min: 0), width: (max: 374, min: 374)), - ellipsize: End, - font: "Segoe UI Bold 19.200000", - padding: Padding (bottom: 14.400000, left: 19.200000, right: 19.200000, top: 9.600000), - text: "%s" - )), - parent: "general_notop_hint", - render_criteria: [Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]))] - ), - ( - hook: Hook (parent_anchor: BL, self_anchor: TL), - name: "general_notop_body", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: TextBlock (( - color: Color (hex: "#dee1e6"), - dimensions: (height: (max: 105, min: 0), width: (max: 681, min: 681)), - dimensions_image_both: (height: (max: 105, min: 0), width: (max: 513, min: 513)), - dimensions_image_hint: (height: (max: 105, min: 0), width: (max: 513, min: 513)), - ellipsize: End, - font: "Segoe UI 19.200000", - padding: Padding (bottom: 14.400000, left: 19.200000, right: 19.200000, top: -4.800000), - text: "%b" - )), - parent: "general_notop_summary", - render_criteria: [And ([ - Or ([Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]))]), - Body - ])] - ), - ( - hook: Hook (parent_anchor: BL, self_anchor: TL), - name: "general_progress_notop_hint_text", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: TextBlock (( - align: Right, - color: Color (hex: "#dee1e6"), - dimensions: (height: (max: 28, min: 28), width: (max: 57, min: 57)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 14.400000, left: 14.400000, right: 19.200000, top: -4.800000), - text: "%p%" - )), - parent: "general_notop_hint", - render_criteria: [And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Progress, - HintImage - ])] - ), - ( - hook: Hook (parent_anchor: BL, self_anchor: TL), - name: "general_progress_notop_hint_bar", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: ProgressBlock (( - background_color: Color (hex: "#242931"), - border_color: Color (hex: "#242931"), - border_rounding: 4.800000, - border_width: 0.000000, - fill_color: Color (hex: "#70a5eb"), - fill_rounding: 4.800000, - height: 14.400000, - padding: Padding (bottom: 14.400000, left: 81.600000, right: 19.200000, top: 4.800000), - width: 628.800000 - )), - parent: "general_notop_hint", - render_criteria: [And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Progress, - HintImage - ])] - ), - ( - hook: Hook (parent_anchor: BL, self_anchor: TL), - name: "general_button_bar_for_progress_notop_hint_text", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: TextBlock (( - color: Color (hex: "#dee1e6"), - dimensions: (height: (max: 52, min: 52), width: (max: 681, min: 681)), - font: "Iosevka 1", - padding: Padding (bottom: 0.000000, left: 0.000000, right: 0.000000, top: 0.000000), - text: "" - )), - parent: "general_progress_notop_hint_text", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Progress, - HintImage - ]), - Or ([ - ActionOther (0), - ActionOther (1), - ActionOther (2), - ActionOther (3), - ActionOther (4), - ActionOther (5) - ]) - ])] - ), - ( - hook: Hook (parent_anchor: TL, self_anchor: TL), - name: "general_action_0_for_progress_notop_hint_text", - offset: Vec2 (x: 19.200000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (0), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_button_bar_for_progress_notop_hint_text", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Progress, - HintImage - ]), - ActionOther (0) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_1_for_progress_notop_hint_text", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (1), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_0_for_progress_notop_hint_text", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Progress, - HintImage - ]), - ActionOther (1) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_2_for_progress_notop_hint_text", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (2), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_1_for_progress_notop_hint_text", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Progress, - HintImage - ]), - ActionOther (2) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_3_for_progress_notop_hint_text", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (3), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_2_for_progress_notop_hint_text", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Progress, - HintImage - ]), - ActionOther (3) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_4_for_progress_notop_hint_text", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (4), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_3_for_progress_notop_hint_text", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Progress, - HintImage - ]), - ActionOther (4) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_5_for_progress_notop_hint_text", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (5), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_4_for_progress_notop_hint_text", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Progress, - HintImage - ]), - ActionOther (5) - ])] - ), - ( - hook: Hook (parent_anchor: BL, self_anchor: TL), - name: "general_progress_notop_body_text", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: TextBlock (( - align: Right, - color: Color (hex: "#dee1e6"), - dimensions: (height: (max: 28, min: 28), width: (max: 57, min: 57)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 14.400000, left: 14.400000, right: 19.200000, top: 0.000000), - text: "%p%" - )), - parent: "general_notop_body", - render_criteria: [And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Progress, - Body, - Not (HintImage) - ])] - ), - ( - hook: Hook (parent_anchor: BL, self_anchor: TL), - name: "general_progress_notop_body_bar", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: ProgressBlock (( - background_color: Color (hex: "#242931"), - border_color: Color (hex: "#242931"), - border_rounding: 4.800000, - border_width: 0.000000, - fill_color: Color (hex: "#70a5eb"), - fill_rounding: 4.800000, - height: 14.400000, - padding: Padding (bottom: 14.400000, left: 81.600000, right: 19.200000, top: 9.600000), - width: 628.800000 - )), - parent: "general_notop_body", - render_criteria: [And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Progress, - Body, - Not (HintImage) - ])] - ), - ( - hook: Hook (parent_anchor: BL, self_anchor: TL), - name: "general_button_bar_for_progress_notop_body_text", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: TextBlock (( - color: Color (hex: "#dee1e6"), - dimensions: (height: (max: 52, min: 52), width: (max: 681, min: 681)), - font: "Iosevka 1", - padding: Padding (bottom: 0.000000, left: 0.000000, right: 0.000000, top: 0.000000), - text: "" - )), - parent: "general_progress_notop_body_text", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Progress, - Body, - Not (HintImage) - ]), - Or ([ - ActionOther (0), - ActionOther (1), - ActionOther (2), - ActionOther (3), - ActionOther (4), - ActionOther (5) - ]) - ])] - ), - ( - hook: Hook (parent_anchor: TL, self_anchor: TL), - name: "general_action_0_for_progress_notop_body_text", - offset: Vec2 (x: 19.200000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (0), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_button_bar_for_progress_notop_body_text", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Progress, - Body, - Not (HintImage) - ]), - ActionOther (0) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_1_for_progress_notop_body_text", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (1), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_0_for_progress_notop_body_text", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Progress, - Body, - Not (HintImage) - ]), - ActionOther (1) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_2_for_progress_notop_body_text", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (2), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_1_for_progress_notop_body_text", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Progress, - Body, - Not (HintImage) - ]), - ActionOther (2) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_3_for_progress_notop_body_text", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (3), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_2_for_progress_notop_body_text", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Progress, - Body, - Not (HintImage) - ]), - ActionOther (3) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_4_for_progress_notop_body_text", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (4), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_3_for_progress_notop_body_text", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Progress, - Body, - Not (HintImage) - ]), - ActionOther (4) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_5_for_progress_notop_body_text", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (5), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_4_for_progress_notop_body_text", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Progress, - Body, - Not (HintImage) - ]), - ActionOther (5) - ])] - ), - ( - hook: Hook (parent_anchor: BL, self_anchor: TL), - name: "general_progress_notop_summary_text", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: TextBlock (( - align: Right, - color: Color (hex: "#dee1e6"), - dimensions: (height: (max: 28, min: 28), width: (max: 57, min: 57)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 14.400000, left: 14.400000, right: 19.200000, top: 0.000000), - text: "%p%" - )), - parent: "general_notop_summary", - render_criteria: [And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Progress, - Summary, - Not (Or ([ - Body, - HintImage - ])) - ])] - ), - ( - hook: Hook (parent_anchor: BL, self_anchor: TL), - name: "general_progress_notop_summary_bar", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: ProgressBlock (( - background_color: Color (hex: "#242931"), - border_color: Color (hex: "#242931"), - border_rounding: 4.800000, - border_width: 0.000000, - fill_color: Color (hex: "#70a5eb"), - fill_rounding: 4.800000, - height: 14.400000, - padding: Padding (bottom: 14.400000, left: 81.600000, right: 19.200000, top: 9.600000), - width: 628.800000 - )), - parent: "general_notop_summary", - render_criteria: [And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Progress, - Summary, - Not (Or ([ - Body, - HintImage - ])) - ])] - ), - ( - hook: Hook (parent_anchor: BL, self_anchor: TL), - name: "general_button_bar_for_progress_notop_summary_text", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: TextBlock (( - color: Color (hex: "#dee1e6"), - dimensions: (height: (max: 52, min: 52), width: (max: 681, min: 681)), - font: "Iosevka 1", - padding: Padding (bottom: 0.000000, left: 0.000000, right: 0.000000, top: 0.000000), - text: "" - )), - parent: "general_progress_notop_summary_text", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Progress, - Summary, - Not (Or ([ - Body, - HintImage - ])) - ]), - Or ([ - ActionOther (0), - ActionOther (1), - ActionOther (2), - ActionOther (3), - ActionOther (4), - ActionOther (5) - ]) - ])] - ), - ( - hook: Hook (parent_anchor: TL, self_anchor: TL), - name: "general_action_0_for_progress_notop_summary_text", - offset: Vec2 (x: 19.200000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (0), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_button_bar_for_progress_notop_summary_text", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Progress, - Summary, - Not (Or ([ - Body, - HintImage - ])) - ]), - ActionOther (0) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_1_for_progress_notop_summary_text", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (1), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_0_for_progress_notop_summary_text", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Progress, - Summary, - Not (Or ([ - Body, - HintImage - ])) - ]), - ActionOther (1) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_2_for_progress_notop_summary_text", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (2), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_1_for_progress_notop_summary_text", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Progress, - Summary, - Not (Or ([ - Body, - HintImage - ])) - ]), - ActionOther (2) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_3_for_progress_notop_summary_text", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (3), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_2_for_progress_notop_summary_text", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Progress, - Summary, - Not (Or ([ - Body, - HintImage - ])) - ]), - ActionOther (3) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_4_for_progress_notop_summary_text", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (4), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_3_for_progress_notop_summary_text", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Progress, - Summary, - Not (Or ([ - Body, - HintImage - ])) - ]), - ActionOther (4) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_5_for_progress_notop_summary_text", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (5), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_4_for_progress_notop_summary_text", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Progress, - Summary, - Not (Or ([ - Body, - HintImage - ])) - ]), - ActionOther (5) - ])] - ), - ( - hook: Hook (parent_anchor: BL, self_anchor: TL), - name: "general_button_bar_for_notop_hint", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: TextBlock (( - color: Color (hex: "#dee1e6"), - dimensions: (height: (max: 52, min: 52), width: (max: 681, min: 681)), - font: "Iosevka 1", - padding: Padding (bottom: 0.000000, left: 0.000000, right: 0.000000, top: 0.000000), - text: "" - )), - parent: "general_notop_hint", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Not (Progress), - HintImage - ]), - Or ([ - ActionOther (0), - ActionOther (1), - ActionOther (2), - ActionOther (3), - ActionOther (4), - ActionOther (5) - ]) - ])] - ), - ( - hook: Hook (parent_anchor: TL, self_anchor: TL), - name: "general_action_0_for_notop_hint", - offset: Vec2 (x: 19.200000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (0), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_button_bar_for_notop_hint", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Not (Progress), - HintImage - ]), - ActionOther (0) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_1_for_notop_hint", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (1), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_0_for_notop_hint", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Not (Progress), - HintImage - ]), - ActionOther (1) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_2_for_notop_hint", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (2), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_1_for_notop_hint", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Not (Progress), - HintImage - ]), - ActionOther (2) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_3_for_notop_hint", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (3), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_2_for_notop_hint", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Not (Progress), - HintImage - ]), - ActionOther (3) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_4_for_notop_hint", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (4), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_3_for_notop_hint", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Not (Progress), - HintImage - ]), - ActionOther (4) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_5_for_notop_hint", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (5), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_4_for_notop_hint", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Not (Progress), - HintImage - ]), - ActionOther (5) - ])] - ), - ( - hook: Hook (parent_anchor: BL, self_anchor: TL), - name: "general_button_bar_for_notop_body", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: TextBlock (( - color: Color (hex: "#dee1e6"), - dimensions: (height: (max: 52, min: 52), width: (max: 681, min: 681)), - font: "Iosevka 1", - padding: Padding (bottom: 0.000000, left: 0.000000, right: 0.000000, top: 0.000000), - text: "" - )), - parent: "general_notop_body", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Not (Progress), - Body, - Not (HintImage) - ]), - Or ([ - ActionOther (0), - ActionOther (1), - ActionOther (2), - ActionOther (3), - ActionOther (4), - ActionOther (5) - ]) - ])] - ), - ( - hook: Hook (parent_anchor: TL, self_anchor: TL), - name: "general_action_0_for_notop_body", - offset: Vec2 (x: 19.200000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (0), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_button_bar_for_notop_body", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Not (Progress), - Body, - Not (HintImage) - ]), - ActionOther (0) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_1_for_notop_body", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (1), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_0_for_notop_body", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Not (Progress), - Body, - Not (HintImage) - ]), - ActionOther (1) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_2_for_notop_body", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (2), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_1_for_notop_body", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Not (Progress), - Body, - Not (HintImage) - ]), - ActionOther (2) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_3_for_notop_body", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (3), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_2_for_notop_body", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Not (Progress), - Body, - Not (HintImage) - ]), - ActionOther (3) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_4_for_notop_body", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (4), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_3_for_notop_body", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Not (Progress), - Body, - Not (HintImage) - ]), - ActionOther (4) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_5_for_notop_body", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (5), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_4_for_notop_body", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Not (Progress), - Body, - Not (HintImage) - ]), - ActionOther (5) - ])] - ), - ( - hook: Hook (parent_anchor: BL, self_anchor: TL), - name: "general_button_bar_for_notop_summary", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: TextBlock (( - color: Color (hex: "#dee1e6"), - dimensions: (height: (max: 52, min: 52), width: (max: 681, min: 681)), - font: "Iosevka 1", - padding: Padding (bottom: 0.000000, left: 0.000000, right: 0.000000, top: 0.000000), - text: "" - )), - parent: "general_notop_summary", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Not (Progress), - Summary, - Not (Or ([ - Body, - HintImage - ])) - ]), - Or ([ - ActionOther (0), - ActionOther (1), - ActionOther (2), - ActionOther (3), - ActionOther (4), - ActionOther (5) - ]) - ])] - ), - ( - hook: Hook (parent_anchor: TL, self_anchor: TL), - name: "general_action_0_for_notop_summary", - offset: Vec2 (x: 19.200000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (0), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_button_bar_for_notop_summary", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Not (Progress), - Summary, - Not (Or ([ - Body, - HintImage - ])) - ]), - ActionOther (0) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_1_for_notop_summary", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (1), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_0_for_notop_summary", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Not (Progress), - Summary, - Not (Or ([ - Body, - HintImage - ])) - ]), - ActionOther (1) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_2_for_notop_summary", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (2), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_1_for_notop_summary", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Not (Progress), - Summary, - Not (Or ([ - Body, - HintImage - ])) - ]), - ActionOther (2) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_3_for_notop_summary", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (3), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_2_for_notop_summary", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Not (Progress), - Summary, - Not (Or ([ - Body, - HintImage - ])) - ]), - ActionOther (3) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_4_for_notop_summary", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (4), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_3_for_notop_summary", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Not (Progress), - Summary, - Not (Or ([ - Body, - HintImage - ])) - ]), - ActionOther (4) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_5_for_notop_summary", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (5), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_4_for_notop_summary", - render_criteria: [And ([ - And ([ - Not (And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])), - Not (Progress), - Summary, - Not (Or ([ - Body, - HintImage - ])) - ]), - ActionOther (5) - ])] - ), - ( - hook: Hook (parent_anchor: TL, self_anchor: TL), - name: "general_withtop_hint", - offset: Vec2 (x: 0.000000, y: 43.200000), - params: ImageBlock (( - filter_mode: Lanczos3, - image_type: Hint, - padding: Padding (bottom: 14.400000, left: 14.400000, right: 0.000000, top: 14.400000), - rounding: 10.800000, - scale_height: 153, - scale_width: 153 - )), - parent: "general_root", - render_criteria: [And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_withtop_summary", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: TextBlock (( - color: Color (hex: "#dee1e6"), - dimensions: (height: (max: 36, min: 0), width: (max: 681, min: 681)), - dimensions_image_both: (height: (max: 36, min: 0), width: (max: 513, min: 513)), - dimensions_image_hint: (height: (max: 36, min: 0), width: (max: 513, min: 513)), - ellipsize: End, - font: "Segoe UI Bold 19.200000", - padding: Padding (bottom: 14.400000, left: 19.200000, right: 19.200000, top: 9.600000), - text: "%s" - )), - parent: "general_withtop_hint", - render_criteria: [And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])] - ), - ( - hook: Hook (parent_anchor: BL, self_anchor: TL), - name: "general_withtop_body", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: TextBlock (( - color: Color (hex: "#dee1e6"), - dimensions: (height: (max: 105, min: 0), width: (max: 681, min: 681)), - dimensions_image_both: (height: (max: 105, min: 0), width: (max: 513, min: 513)), - dimensions_image_hint: (height: (max: 105, min: 0), width: (max: 513, min: 513)), - ellipsize: End, - font: "Segoe UI 19.200000", - padding: Padding (bottom: 14.400000, left: 19.200000, right: 19.200000, top: -4.800000), - text: "%b" - )), - parent: "general_withtop_summary", - render_criteria: [And ([ - Or ([And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ])]), - Body - ])] - ), - ( - hook: Hook (parent_anchor: BL, self_anchor: TL), - name: "general_progress_withtop_hint_text", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: TextBlock (( - align: Right, - color: Color (hex: "#dee1e6"), - dimensions: (height: (max: 28, min: 28), width: (max: 57, min: 57)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 14.400000, left: 14.400000, right: 19.200000, top: -4.800000), - text: "%p%" - )), - parent: "general_withtop_hint", - render_criteria: [And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Progress, - HintImage - ])] - ), - ( - hook: Hook (parent_anchor: BL, self_anchor: TL), - name: "general_progress_withtop_hint_bar", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: ProgressBlock (( - background_color: Color (hex: "#242931"), - border_color: Color (hex: "#242931"), - border_rounding: 4.800000, - border_width: 0.000000, - fill_color: Color (hex: "#70a5eb"), - fill_rounding: 4.800000, - height: 14.400000, - padding: Padding (bottom: 14.400000, left: 81.600000, right: 19.200000, top: 4.800000), - width: 628.800000 - )), - parent: "general_withtop_hint", - render_criteria: [And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Progress, - HintImage - ])] - ), - ( - hook: Hook (parent_anchor: BL, self_anchor: TL), - name: "general_button_bar_for_progress_withtop_hint_text", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: TextBlock (( - color: Color (hex: "#dee1e6"), - dimensions: (height: (max: 52, min: 52), width: (max: 681, min: 681)), - font: "Iosevka 1", - padding: Padding (bottom: 0.000000, left: 0.000000, right: 0.000000, top: 0.000000), - text: "" - )), - parent: "general_progress_withtop_hint_text", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Progress, - HintImage - ]), - Or ([ - ActionOther (0), - ActionOther (1), - ActionOther (2), - ActionOther (3), - ActionOther (4), - ActionOther (5) - ]) - ])] - ), - ( - hook: Hook (parent_anchor: TL, self_anchor: TL), - name: "general_action_0_for_progress_withtop_hint_text", - offset: Vec2 (x: 19.200000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (0), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_button_bar_for_progress_withtop_hint_text", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Progress, - HintImage - ]), - ActionOther (0) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_1_for_progress_withtop_hint_text", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (1), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_0_for_progress_withtop_hint_text", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Progress, - HintImage - ]), - ActionOther (1) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_2_for_progress_withtop_hint_text", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (2), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_1_for_progress_withtop_hint_text", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Progress, - HintImage - ]), - ActionOther (2) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_3_for_progress_withtop_hint_text", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (3), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_2_for_progress_withtop_hint_text", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Progress, - HintImage - ]), - ActionOther (3) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_4_for_progress_withtop_hint_text", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (4), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_3_for_progress_withtop_hint_text", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Progress, - HintImage - ]), - ActionOther (4) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_5_for_progress_withtop_hint_text", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (5), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_4_for_progress_withtop_hint_text", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Progress, - HintImage - ]), - ActionOther (5) - ])] - ), - ( - hook: Hook (parent_anchor: BL, self_anchor: TL), - name: "general_progress_withtop_body_text", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: TextBlock (( - align: Right, - color: Color (hex: "#dee1e6"), - dimensions: (height: (max: 28, min: 28), width: (max: 57, min: 57)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 14.400000, left: 14.400000, right: 19.200000, top: 0.000000), - text: "%p%" - )), - parent: "general_withtop_body", - render_criteria: [And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Progress, - Body, - Not (HintImage) - ])] - ), - ( - hook: Hook (parent_anchor: BL, self_anchor: TL), - name: "general_progress_withtop_body_bar", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: ProgressBlock (( - background_color: Color (hex: "#242931"), - border_color: Color (hex: "#242931"), - border_rounding: 4.800000, - border_width: 0.000000, - fill_color: Color (hex: "#70a5eb"), - fill_rounding: 4.800000, - height: 14.400000, - padding: Padding (bottom: 14.400000, left: 81.600000, right: 19.200000, top: 9.600000), - width: 628.800000 - )), - parent: "general_withtop_body", - render_criteria: [And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Progress, - Body, - Not (HintImage) - ])] - ), - ( - hook: Hook (parent_anchor: BL, self_anchor: TL), - name: "general_button_bar_for_progress_withtop_body_text", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: TextBlock (( - color: Color (hex: "#dee1e6"), - dimensions: (height: (max: 52, min: 52), width: (max: 681, min: 681)), - font: "Iosevka 1", - padding: Padding (bottom: 0.000000, left: 0.000000, right: 0.000000, top: 0.000000), - text: "" - )), - parent: "general_progress_withtop_body_text", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Progress, - Body, - Not (HintImage) - ]), - Or ([ - ActionOther (0), - ActionOther (1), - ActionOther (2), - ActionOther (3), - ActionOther (4), - ActionOther (5) - ]) - ])] - ), - ( - hook: Hook (parent_anchor: TL, self_anchor: TL), - name: "general_action_0_for_progress_withtop_body_text", - offset: Vec2 (x: 19.200000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (0), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_button_bar_for_progress_withtop_body_text", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Progress, - Body, - Not (HintImage) - ]), - ActionOther (0) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_1_for_progress_withtop_body_text", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (1), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_0_for_progress_withtop_body_text", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Progress, - Body, - Not (HintImage) - ]), - ActionOther (1) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_2_for_progress_withtop_body_text", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (2), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_1_for_progress_withtop_body_text", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Progress, - Body, - Not (HintImage) - ]), - ActionOther (2) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_3_for_progress_withtop_body_text", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (3), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_2_for_progress_withtop_body_text", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Progress, - Body, - Not (HintImage) - ]), - ActionOther (3) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_4_for_progress_withtop_body_text", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (4), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_3_for_progress_withtop_body_text", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Progress, - Body, - Not (HintImage) - ]), - ActionOther (4) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_5_for_progress_withtop_body_text", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (5), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_4_for_progress_withtop_body_text", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Progress, - Body, - Not (HintImage) - ]), - ActionOther (5) - ])] - ), - ( - hook: Hook (parent_anchor: BL, self_anchor: TL), - name: "general_progress_withtop_summary_text", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: TextBlock (( - align: Right, - color: Color (hex: "#dee1e6"), - dimensions: (height: (max: 28, min: 28), width: (max: 57, min: 57)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 14.400000, left: 14.400000, right: 19.200000, top: 0.000000), - text: "%p%" - )), - parent: "general_withtop_summary", - render_criteria: [And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Progress, - Summary, - Not (Or ([ - Body, - HintImage - ])) - ])] - ), - ( - hook: Hook (parent_anchor: BL, self_anchor: TL), - name: "general_progress_withtop_summary_bar", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: ProgressBlock (( - background_color: Color (hex: "#242931"), - border_color: Color (hex: "#242931"), - border_rounding: 4.800000, - border_width: 0.000000, - fill_color: Color (hex: "#70a5eb"), - fill_rounding: 4.800000, - height: 14.400000, - padding: Padding (bottom: 14.400000, left: 81.600000, right: 19.200000, top: 9.600000), - width: 628.800000 - )), - parent: "general_withtop_summary", - render_criteria: [And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Progress, - Summary, - Not (Or ([ - Body, - HintImage - ])) - ])] - ), - ( - hook: Hook (parent_anchor: BL, self_anchor: TL), - name: "general_button_bar_for_progress_withtop_summary_text", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: TextBlock (( - color: Color (hex: "#dee1e6"), - dimensions: (height: (max: 52, min: 52), width: (max: 681, min: 681)), - font: "Iosevka 1", - padding: Padding (bottom: 0.000000, left: 0.000000, right: 0.000000, top: 0.000000), - text: "" - )), - parent: "general_progress_withtop_summary_text", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Progress, - Summary, - Not (Or ([ - Body, - HintImage - ])) - ]), - Or ([ - ActionOther (0), - ActionOther (1), - ActionOther (2), - ActionOther (3), - ActionOther (4), - ActionOther (5) - ]) - ])] - ), - ( - hook: Hook (parent_anchor: TL, self_anchor: TL), - name: "general_action_0_for_progress_withtop_summary_text", - offset: Vec2 (x: 19.200000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (0), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_button_bar_for_progress_withtop_summary_text", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Progress, - Summary, - Not (Or ([ - Body, - HintImage - ])) - ]), - ActionOther (0) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_1_for_progress_withtop_summary_text", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (1), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_0_for_progress_withtop_summary_text", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Progress, - Summary, - Not (Or ([ - Body, - HintImage - ])) - ]), - ActionOther (1) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_2_for_progress_withtop_summary_text", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (2), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_1_for_progress_withtop_summary_text", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Progress, - Summary, - Not (Or ([ - Body, - HintImage - ])) - ]), - ActionOther (2) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_3_for_progress_withtop_summary_text", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (3), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_2_for_progress_withtop_summary_text", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Progress, - Summary, - Not (Or ([ - Body, - HintImage - ])) - ]), - ActionOther (3) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_4_for_progress_withtop_summary_text", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (4), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_3_for_progress_withtop_summary_text", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Progress, - Summary, - Not (Or ([ - Body, - HintImage - ])) - ]), - ActionOther (4) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_5_for_progress_withtop_summary_text", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (5), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_4_for_progress_withtop_summary_text", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Progress, - Summary, - Not (Or ([ - Body, - HintImage - ])) - ]), - ActionOther (5) - ])] - ), - ( - hook: Hook (parent_anchor: BL, self_anchor: TL), - name: "general_button_bar_for_withtop_hint", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: TextBlock (( - color: Color (hex: "#dee1e6"), - dimensions: (height: (max: 52, min: 52), width: (max: 681, min: 681)), - font: "Iosevka 1", - padding: Padding (bottom: 0.000000, left: 0.000000, right: 0.000000, top: 0.000000), - text: "" - )), - parent: "general_withtop_hint", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Not (Progress), - HintImage - ]), - Or ([ - ActionOther (0), - ActionOther (1), - ActionOther (2), - ActionOther (3), - ActionOther (4), - ActionOther (5) - ]) - ])] - ), - ( - hook: Hook (parent_anchor: TL, self_anchor: TL), - name: "general_action_0_for_withtop_hint", - offset: Vec2 (x: 19.200000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (0), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_button_bar_for_withtop_hint", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Not (Progress), - HintImage - ]), - ActionOther (0) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_1_for_withtop_hint", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (1), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_0_for_withtop_hint", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Not (Progress), - HintImage - ]), - ActionOther (1) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_2_for_withtop_hint", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (2), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_1_for_withtop_hint", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Not (Progress), - HintImage - ]), - ActionOther (2) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_3_for_withtop_hint", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (3), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_2_for_withtop_hint", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Not (Progress), - HintImage - ]), - ActionOther (3) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_4_for_withtop_hint", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (4), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_3_for_withtop_hint", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Not (Progress), - HintImage - ]), - ActionOther (4) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_5_for_withtop_hint", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (5), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_4_for_withtop_hint", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Not (Progress), - HintImage - ]), - ActionOther (5) - ])] - ), - ( - hook: Hook (parent_anchor: BL, self_anchor: TL), - name: "general_button_bar_for_withtop_body", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: TextBlock (( - color: Color (hex: "#dee1e6"), - dimensions: (height: (max: 52, min: 52), width: (max: 681, min: 681)), - font: "Iosevka 1", - padding: Padding (bottom: 0.000000, left: 0.000000, right: 0.000000, top: 0.000000), - text: "" - )), - parent: "general_withtop_body", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Not (Progress), - Body, - Not (HintImage) - ]), - Or ([ - ActionOther (0), - ActionOther (1), - ActionOther (2), - ActionOther (3), - ActionOther (4), - ActionOther (5) - ]) - ])] - ), - ( - hook: Hook (parent_anchor: TL, self_anchor: TL), - name: "general_action_0_for_withtop_body", - offset: Vec2 (x: 19.200000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (0), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_button_bar_for_withtop_body", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Not (Progress), - Body, - Not (HintImage) - ]), - ActionOther (0) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_1_for_withtop_body", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (1), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_0_for_withtop_body", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Not (Progress), - Body, - Not (HintImage) - ]), - ActionOther (1) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_2_for_withtop_body", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (2), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_1_for_withtop_body", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Not (Progress), - Body, - Not (HintImage) - ]), - ActionOther (2) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_3_for_withtop_body", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (3), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_2_for_withtop_body", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Not (Progress), - Body, - Not (HintImage) - ]), - ActionOther (3) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_4_for_withtop_body", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (4), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_3_for_withtop_body", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Not (Progress), - Body, - Not (HintImage) - ]), - ActionOther (4) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_5_for_withtop_body", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (5), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_4_for_withtop_body", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Not (Progress), - Body, - Not (HintImage) - ]), - ActionOther (5) - ])] - ), - ( - hook: Hook (parent_anchor: BL, self_anchor: TL), - name: "general_button_bar_for_withtop_summary", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: TextBlock (( - color: Color (hex: "#dee1e6"), - dimensions: (height: (max: 52, min: 52), width: (max: 681, min: 681)), - font: "Iosevka 1", - padding: Padding (bottom: 0.000000, left: 0.000000, right: 0.000000, top: 0.000000), - text: "" - )), - parent: "general_withtop_summary", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Not (Progress), - Summary, - Not (Or ([ - Body, - HintImage - ])) - ]), - Or ([ - ActionOther (0), - ActionOther (1), - ActionOther (2), - ActionOther (3), - ActionOther (4), - ActionOther (5) - ]) - ])] - ), - ( - hook: Hook (parent_anchor: TL, self_anchor: TL), - name: "general_action_0_for_withtop_summary", - offset: Vec2 (x: 19.200000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (0), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_button_bar_for_withtop_summary", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Not (Progress), - Summary, - Not (Or ([ - Body, - HintImage - ])) - ]), - ActionOther (0) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_1_for_withtop_summary", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (1), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_0_for_withtop_summary", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Not (Progress), - Summary, - Not (Or ([ - Body, - HintImage - ])) - ]), - ActionOther (1) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_2_for_withtop_summary", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (2), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_1_for_withtop_summary", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Not (Progress), - Summary, - Not (Or ([ - Body, - HintImage - ])) - ]), - ActionOther (2) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_3_for_withtop_summary", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (3), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_2_for_withtop_summary", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Not (Progress), - Summary, - Not (Or ([ - Body, - HintImage - ])) - ]), - ActionOther (3) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_4_for_withtop_summary", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (4), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_3_for_withtop_summary", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Not (Progress), - Summary, - Not (Or ([ - Body, - HintImage - ])) - ]), - ActionOther (4) - ])] - ), - ( - hook: Hook (parent_anchor: TR, self_anchor: TL), - name: "general_action_5_for_withtop_summary", - offset: Vec2 (x: 9.600000, y: 0.000000), - params: ButtonBlock (( - action: OtherAction (5), - background_color: Color (hex: "#171b20"), - background_color_hovered: Color (hex: "#21262e"), - border_color: Color (hex: "#485263"), - border_color_hovered: Color (hex: "#9378de"), - border_rounding: 0.000000, - border_width: 2.400000, - dimensions: (height: (max: 28, min: 28), width: (max: 172, min: 38)), - ellipsize: End, - font: "Iosevka Bold 16.800000", - padding: Padding (bottom: 4.800000, left: 9.600000, right: 9.600000, top: 4.800000), - text: "%a", - text_color: Color (hex: "#dee1e6"), - text_color_hovered: Color (hex: "#dee1e6") - )), - parent: "general_action_4_for_withtop_summary", - render_criteria: [And ([ - And ([ - And ([ - AppImage, - Not (Or ([ - AppName (""), - AppName ("notify-send") - ])) - ]), - Not (Progress), - Summary, - Not (Or ([ - Body, - HintImage - ])) - ]), - ActionOther (5) - ])] - ), - ( - hook: Hook (parent_anchor: MM, self_anchor: MM), - name: "indicator_root", - offset: Vec2 (x: 0, y: 0), - params: NotificationBlock (( - background_color: Color (hex: "#101419"), - border_color: Color (hex: "#485263"), - border_color_critical: Color (hex: "#e05f65"), - border_color_low: Color (hex: "#485263"), - border_color_paused: Color (hex: "#f9a872"), - border_rounding: 0.000000, - border_width: 2.400000, - gap: Vec2 (x: 0.000000, y: 0.000000), - monitor: -1, - notification_hook: Hook (parent_anchor: MM, self_anchor: MM) - )), - parent: "", - render_criteria: [And ([Tag ("indicator")])] - ), - ( - hook: Hook (parent_anchor: TL, self_anchor: TL), - name: "indicator_size", - offset: Vec2 (x: 0, y: 0), - params: TextBlock (( - color: Color (hex: "#dee1e6"), - dimensions: (height: (max: 460, min: 460), width: (max: 460, min: 460)), - font: "Iosevka 1", - padding: Padding (bottom: 0.000000, left: 0.000000, right: 0.000000, top: 0.000000), - text: "" - )), - parent: "indicator_root" - ), - ( - hook: Hook (parent_anchor: TM, self_anchor: TM), - name: "indicator_summary", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: TextBlock (( - align: Center, - color: Color (hex: "#dee1e6"), - dimensions: (height: (max: 38, min: 38), width: (max: 360, min: 360)), - font: "Segoe UI Bold 21.600000", - padding: Padding (bottom: 9.600000, left: 0.000000, right: 0.000000, top: 9.600000), - text: "%s" - )), - parent: "indicator_size" - ), - ( - hook: Hook (parent_anchor: BM, self_anchor: TM), - name: "indicator_hint", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: ImageBlock (( - filter_mode: Lanczos3, - image_type: Hint, - min_height: 216, - min_width: 216, - padding: Padding (bottom: 51.600000, left: 0.000000, right: 0.000000, top: 42.000000), - rounding: 10.800000, - scale_height: 216, - scale_width: 216 - )), - parent: "indicator_summary" - ), - ( - hook: Hook (parent_anchor: BM, self_anchor: TM), - name: "indicator_anything_value_text", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: TextBlock (( - align: Center, - color: Color (hex: "#dee1e6"), - dimensions: (height: (max: 38, min: 38), width: (max: 76, min: 76)), - font: "Iosevka Bold 21.600000", - padding: Padding (bottom: 14.400000, left: 0.000000, right: 0.000000, top: 0.000000), - text: "%p%" - )), - parent: "indicator_hint", - render_criteria: [Not (Or ([ - Note ("brightness"), - Note ("volume") - ]))] - ), - ( - hook: Hook (parent_anchor: BM, self_anchor: TM), - name: "indicator_anything_value_bar", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: ProgressBlock (( - background_color: Color (hex: "#242931"), - border_color: Color (hex: "#242931"), - border_rounding: 7.200000, - border_width: 0.000000, - fill_color: Color (hex: "#9378de"), - fill_rounding: 7.200000, - height: 19.200000, - padding: Padding (bottom: 0.000000, left: 0.000000, right: 0.000000, top: 0.000000), - width: 414.720000 - )), - parent: "indicator_anything_value_text", - render_criteria: [Not (Or ([ - Note ("brightness"), - Note ("volume") - ]))] - ), - ( - hook: Hook (parent_anchor: BM, self_anchor: TM), - name: "indicator_brightness_value_text", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: TextBlock (( - align: Center, - color: Color (hex: "#dee1e6"), - dimensions: (height: (max: 38, min: 38), width: (max: 76, min: 76)), - font: "Iosevka Bold 21.600000", - padding: Padding (bottom: 14.400000, left: 0.000000, right: 0.000000, top: 0.000000), - text: "%p%" - )), - parent: "indicator_hint", - render_criteria: [And ([Note ("brightness")])] - ), - ( - hook: Hook (parent_anchor: BM, self_anchor: TM), - name: "indicator_brightness_value_bar", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: ProgressBlock (( - background_color: Color (hex: "#242931"), - border_color: Color (hex: "#242931"), - border_rounding: 7.200000, - border_width: 0.000000, - fill_color: Color (hex: "#f1cf8a"), - fill_rounding: 7.200000, - height: 19.200000, - padding: Padding (bottom: 0.000000, left: 0.000000, right: 0.000000, top: 0.000000), - width: 414.720000 - )), - parent: "indicator_brightness_value_text", - render_criteria: [And ([Note ("brightness")])] - ), - ( - hook: Hook (parent_anchor: BM, self_anchor: TM), - name: "indicator_volume_value_text", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: TextBlock (( - align: Center, - color: Color (hex: "#dee1e6"), - dimensions: (height: (max: 38, min: 38), width: (max: 76, min: 76)), - font: "Iosevka Bold 21.600000", - padding: Padding (bottom: 14.400000, left: 0.000000, right: 0.000000, top: 0.000000), - text: "%p%" - )), - parent: "indicator_hint", - render_criteria: [And ([Note ("volume")])] - ), - ( - hook: Hook (parent_anchor: BM, self_anchor: TM), - name: "indicator_volume_value_bar", - offset: Vec2 (x: 0.000000, y: 0.000000), - params: ProgressBlock (( - background_color: Color (hex: "#242931"), - border_color: Color (hex: "#242931"), - border_rounding: 7.200000, - border_width: 0.000000, - fill_color: Color (hex: "#78dba9"), - fill_rounding: 7.200000, - height: 19.200000, - padding: Padding (bottom: 0.000000, left: 0.000000, right: 0.000000, top: 0.000000), - width: 414.720000 - )), - parent: "indicator_volume_value_text", - render_criteria: [And ([Note ("volume")])] - ) - ], - max_notifications: 1, - min_window_height: 24, - min_window_width: 24, - poll_interval: 6, - replacing_enabled: true, - replacing_resets_timeout: true, - shortcuts: ShortcutsConfig (notification_action1: 3, notification_close: 2, notification_interact: 1, notification_pause: 1), - timeout: 3000 -)