From a5cc3a6056465112021e4f4a359e5fca4f44d70d Mon Sep 17 00:00:00 2001 From: DashieTM Date: Mon, 20 May 2024 21:36:58 +0200 Subject: [PATCH] chore: update penguin spam macro --- scripts/penguin1.sh | 1 + scripts/penguin2.sh | 3 +++ streamdeck_ui_export.json | 8 ++++---- 3 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 scripts/penguin1.sh create mode 100644 scripts/penguin2.sh diff --git a/scripts/penguin1.sh b/scripts/penguin1.sh new file mode 100644 index 0000000..87dcf8e --- /dev/null +++ b/scripts/penguin1.sh @@ -0,0 +1 @@ +echo "Do you have time to talk about the lord and savior PenguinOS?" | wl-copy diff --git a/scripts/penguin2.sh b/scripts/penguin2.sh new file mode 100644 index 0000000..c256142 --- /dev/null +++ b/scripts/penguin2.sh @@ -0,0 +1,3 @@ +echo "Are you tired about ads on your operating system? About forced telemetry? About arbitrary intallation requirements like online accounts or forced hardware upgrades? +Fear not penguin is for you, free of charge and free to change. Penguin does not control you, you control penguin. +Don't delay, install penguin today: https://distrochooser.de/" | wl-copy diff --git a/streamdeck_ui_export.json b/streamdeck_ui_export.json index 8497fa5..5ef6493 100644 --- a/streamdeck_ui_export.json +++ b/streamdeck_ui_export.json @@ -283,8 +283,8 @@ "text": "", "icon": "/home/dashie/Pictures/random/Birblux/SmartSelect_20220307-191307_Samsung Internet.jpg", "keys": "", - "write": "Do you have time to talk about the lord and savior PenguinOS?", - "command": "", + "write": "", + "command": "sh /home/dashie/.config/scripts/penguin1.sh", "brightness_change": 0, "switch_page": 0, "switch_state": 0, @@ -304,8 +304,8 @@ "text": "", "icon": "/home/dashie/Pictures/random/Birblux/SmartSelect_20220307-191307_Samsung Internet.jpg", "keys": "", - "write": "Are you tired about ads on your operating system? About forced telemetry? About arbitrary intallation requirements like online accounts or forced hardware upgrades?\nFear not penguin is for you, free of charge and free to change. Penguin does not control you, you control penguin.\nDon't delay, install penguin today: https://distrochooser.de/", - "command": "", + "write": "", + "command": "sh /home/dashie/.config/scripts/penguin2.sh", "brightness_change": 0, "switch_page": 0, "switch_state": 0,