From 5863323af93c952603cc5e05e646b481d59a7ad4 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Tue, 27 Jan 2026 10:35:13 -0800 Subject: [PATCH] New backup 2026-01-27 10:35:13 --- de/exclude | 1 + de/home/.config/eww/modules/bar/powermenu.yuck | 16 ++++++++-------- de/home/.config/eww/modules/bar/window_name.yuck | 6 ++++-- de/home/.config/eww/modules/home.yuck | 8 ++++---- de/home/.config/sway-de-utils/config.toml | 16 ++++++++-------- de/home/.config/sway/config.d/keys.d/launch | 2 +- de/home/.config/sway/scripts/exec-float | 1 + 7 files changed, 27 insertions(+), 23 deletions(-) diff --git a/de/exclude b/de/exclude index 4c04432..736753e 100644 --- a/de/exclude +++ b/de/exclude @@ -18,3 +18,4 @@ .config/sway-profiles/global-shortcuts/lights .config/sway-profiles/config.d .config/sway/config.d/input.d +.fonts/.uuid diff --git a/de/home/.config/eww/modules/bar/powermenu.yuck b/de/home/.config/eww/modules/bar/powermenu.yuck index 76a5893..b1f04b3 100644 --- a/de/home/.config/eww/modules/bar/powermenu.yuck +++ b/de/home/.config/eww/modules/bar/powermenu.yuck @@ -4,9 +4,9 @@ :revealvar reveal_powermenu :class "powermenu ${reveal_powermenu}" :revealvar-name "reveal_powermenu" - (button :onclick 'scripts/bar/powermenu poweroff system-shutdown-symbolic "systemctl poweroff"' + (button :onclick 'sdu power shutdown' :class "revealer-preview" - :tooltip "Poweroff" + :tooltip "Shutdown" "") (powermenu_children))) @@ -15,15 +15,15 @@ :orientation "h" :space-evenly false :halign "center" - (button :onclick 'scripts/bar/powermenu reboot system-reboot-symbolic "systemctl reboot"' + (button :onclick 'sdu power reboot' :tooltip "Reboot" - "") - (button :onclick 'scripts/bar/powermenu suspend weather-clear-night-symbolic "systemctl suspend"' + "") + (button :onclick 'sdu power suspend' :tooltip "Suspend" "󰤄") - (button :onclick 'scripts/bar/powermenu lock system-lock-screen-symbolic "sp-lock"' + (button :onclick 'sdu power lock' :tooltip "Lock" "") - (button :onclick 'scripts/bar/powermenu logout system-log-out-symbolic "swaymsg exit"' - :tooltip "Log Out" + (button :onclick 'sdu power logout' + :tooltip "Logout" ""))) diff --git a/de/home/.config/eww/modules/bar/window_name.yuck b/de/home/.config/eww/modules/bar/window_name.yuck index 69f9fe9..71442cf 100644 --- a/de/home/.config/eww/modules/bar/window_name.yuck +++ b/de/home/.config/eww/modules/bar/window_name.yuck @@ -1,3 +1,5 @@ (defwidget windowtitle [] - (label :class {jq(sway_info,'.window_info.title','r') != "" ? "active_window" : ""} - :text {jq(sway_info,'.window_info.title','r')})) + (label :class {jq(sway_info,'.window_info.title','r') != "" ? "active_window" : ""} + :limit-width 40 + :show-truncated true + :text {jq(sway_info,'.window_info.title','r')})) diff --git a/de/home/.config/eww/modules/home.yuck b/de/home/.config/eww/modules/home.yuck index adba211..1e52e43 100644 --- a/de/home/.config/eww/modules/home.yuck +++ b/de/home/.config/eww/modules/home.yuck @@ -26,10 +26,10 @@ (shortcuts_revealer) (weather_revealer) (mcstatus_revealer) - (box +; (box ; :visible {(jq(workspacesArray, '.[]\|select(.focused==true).num') <= 20) && (jq(workspacesArray, '.[]\|select(.focused==true).num') >= 11)} - (software_revealer) - ) +; (software_revealer) +; ) (box ; :visible {jq(workspacesArray, '.[]\|select(.focused==true).num') <= 9} (notes_revealer) @@ -53,6 +53,6 @@ (include "modules/home/weather.yuck") (include "modules/home/shortcuts.yuck") (include "modules/home/notes.yuck") -(include "modules/home/softwareupdates.yuck") +;(include "modules/home/softwareupdates.yuck") (include "modules/home/reminders.yuck") (include "modules/home/mcstatus.yuck") diff --git a/de/home/.config/sway-de-utils/config.toml b/de/home/.config/sway-de-utils/config.toml index aeb595a..f1abbeb 100644 --- a/de/home/.config/sway-de-utils/config.toml +++ b/de/home/.config/sway-de-utils/config.toml @@ -77,23 +77,23 @@ scale = 0.75 [[profiles.scripts]] name = "bridge-netgear-r8000" icon = "󱂇" - command = "ssh-agent-handler.sh router-netgear-r8000 󱂇" + command = "ssh-agent-handler.sh root@router-netgear-r8000 󱂇" [[profiles.scripts]] name = "bridge-netgear-r8000" icon = "󰑩" - command = "ssh-agent-handler.sh bridge-netgear-r8000 󰑩" + command = "ssh-agent-handler.sh root@bridge-netgear-r8000 󰑩" [[profiles.scripts]] name = "server-dell-7050sff-debian" icon = "󰒍" - command = "ssh-agent-handler.sh server-dell-7050sff-debian 󰒍" + command = "ssh-agent-handler.sh pogmom@server-dell-7050sff-debian 󰒍" [[profiles.scripts]] name = "server-hp-y2z63av" icon = "󰢋" - command = "ssh-agent-handler.sh server-hp-y2z63av 󰢋" -[[profiles.scripts]] - name = "server-asus-n705fd" - icon = "󱫋" - command = "ssh-agent-handler.sh server-asus-n705fd 󱫋" + command = "ssh-agent-handler.sh pogmom@server-hp-y2z63av 󰢋" +#[[profiles.scripts]] +# name = "server-asus-n705fd" +# icon = "󱫋" +# command = "ssh-agent-handler.sh server-asus-n705fd 󱫋" [[profiles]] name = "School" diff --git a/de/home/.config/sway/config.d/keys.d/launch b/de/home/.config/sway/config.d/keys.d/launch index a7a6442..b37ef52 100644 --- a/de/home/.config/sway/config.d/keys.d/launch +++ b/de/home/.config/sway/config.d/keys.d/launch @@ -4,7 +4,7 @@ bindsym { #terminal $mod+Return exec $term #floating terminal - $mod+Shift+Return exec $HOME/.config/sway/scripts/exec-float $term + $mod+Shift+Return exec timeout 3s $HOME/.config/sway/scripts/exec-float $term #launcher $mod+d exec $menu #launcher reload diff --git a/de/home/.config/sway/scripts/exec-float b/de/home/.config/sway/scripts/exec-float index 99c30c4..a7a4430 100755 --- a/de/home/.config/sway/scripts/exec-float +++ b/de/home/.config/sway/scripts/exec-float @@ -1,4 +1,5 @@ #!/bin/bash +echo "you should wrap me in a timeout command!!" eval "$1 &" pid=$! echo $pid