From 70edc1abde670a9d63ff5be7f7d0576d710a56ac Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Tue, 22 Apr 2025 15:45:02 -0700 Subject: [PATCH] New backup 2025-04-22 15:45:02 --- .../home/shortcuts/development/cloud.svg | 37 ++++++++++++++++++ .../shortcuts/development/folder-network.svg | 38 ++++++++++++++++++- .../shortcuts/development/play-network.svg | 38 ++++++++++++++++++- .../development/router-network-wireless.svg | 37 ++++++++++++++++++ .../shortcuts/development/router-network.svg | 37 ++++++++++++++++++ .../shortcuts/development/server-network.svg | 38 ++++++++++++++++++- .../.config/eww/modules/home/shortcuts.yuck | 18 ++++----- 7 files changed, 231 insertions(+), 12 deletions(-) create mode 100644 de/home/.config/eww/icons/home/shortcuts/development/cloud.svg create mode 100644 de/home/.config/eww/icons/home/shortcuts/development/router-network-wireless.svg create mode 100644 de/home/.config/eww/icons/home/shortcuts/development/router-network.svg diff --git a/de/home/.config/eww/icons/home/shortcuts/development/cloud.svg b/de/home/.config/eww/icons/home/shortcuts/development/cloud.svg new file mode 100644 index 0000000..cf89cd0 --- /dev/null +++ b/de/home/.config/eww/icons/home/shortcuts/development/cloud.svg @@ -0,0 +1,37 @@ + + + + + + diff --git a/de/home/.config/eww/icons/home/shortcuts/development/folder-network.svg b/de/home/.config/eww/icons/home/shortcuts/development/folder-network.svg index cb3606d..7aa561a 100644 --- a/de/home/.config/eww/icons/home/shortcuts/development/folder-network.svg +++ b/de/home/.config/eww/icons/home/shortcuts/development/folder-network.svg @@ -1 +1,37 @@ - \ No newline at end of file + + + + + + diff --git a/de/home/.config/eww/icons/home/shortcuts/development/play-network.svg b/de/home/.config/eww/icons/home/shortcuts/development/play-network.svg index 8fa3e5f..e2943e6 100644 --- a/de/home/.config/eww/icons/home/shortcuts/development/play-network.svg +++ b/de/home/.config/eww/icons/home/shortcuts/development/play-network.svg @@ -1 +1,37 @@ - \ No newline at end of file + + + + + + diff --git a/de/home/.config/eww/icons/home/shortcuts/development/router-network-wireless.svg b/de/home/.config/eww/icons/home/shortcuts/development/router-network-wireless.svg new file mode 100644 index 0000000..405670e --- /dev/null +++ b/de/home/.config/eww/icons/home/shortcuts/development/router-network-wireless.svg @@ -0,0 +1,37 @@ + + + + + + diff --git a/de/home/.config/eww/icons/home/shortcuts/development/router-network.svg b/de/home/.config/eww/icons/home/shortcuts/development/router-network.svg new file mode 100644 index 0000000..c1a2cd9 --- /dev/null +++ b/de/home/.config/eww/icons/home/shortcuts/development/router-network.svg @@ -0,0 +1,37 @@ + + + + + + diff --git a/de/home/.config/eww/icons/home/shortcuts/development/server-network.svg b/de/home/.config/eww/icons/home/shortcuts/development/server-network.svg index c20e8cf..a4447d4 100644 --- a/de/home/.config/eww/icons/home/shortcuts/development/server-network.svg +++ b/de/home/.config/eww/icons/home/shortcuts/development/server-network.svg @@ -1 +1,37 @@ - \ No newline at end of file + + + + + + diff --git a/de/home/.config/eww/modules/home/shortcuts.yuck b/de/home/.config/eww/modules/home/shortcuts.yuck index 166694d..3674481 100644 --- a/de/home/.config/eww/modules/home/shortcuts.yuck +++ b/de/home/.config/eww/modules/home/shortcuts.yuck @@ -64,29 +64,29 @@ (button :width 60 :height 60 - :onclick "scripts/home/shortcuts/development/server-dell-p95g001-debian" - :tooltip "server-dell-p95g001-debian" + :onclick "dolphin 'smb://server-hp-y2z63av'" + :tooltip "smb://server-hp-y2z63av" (image :image-width 20 - :path "icons/home/shortcuts/development/server-network.svg" + :path "icons/home/shortcuts/development/cloud.svg" )) (button :width 60 :height 60 - :onclick "scripts/home/shortcuts/development/server-hp-y2z63av" - :tooltip "server-hp-y2z63av" + :onclick "scripts/home/shortcuts/development/router-netgear-r8000" + :tooltip "router-netgear-r8000" (image :image-width 20 - :path "icons/home/shortcuts/development/play-network.svg" + :path "icons/home/shortcuts/development/router-network.svg" )) (button :width 60 :height 60 - :onclick "scripts/home/shortcuts/development/server-dell-7050sff-debian" - :tooltip "server-dell-7050sff-debian" + :onclick "scripts/home/shortcuts/development/bridge-netgear-r6250" + :tooltip "bridge-netgear-r6250" (image :image-width 20 - :path "icons/home/shortcuts/development/folder-network.svg" + :path "icons/home/shortcuts/development/router-network-wireless.svg" ))) (box :visible {(jq(workspacesArray, '.[]\|select(.focused==true).num') <= 19) && (jq(workspacesArray, '.[]\|select(.focused==true).num') >= 10)}