From b6c58ac54d6225bdd95067216319c92906d735e0 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Mon, 25 Aug 2025 12:15:02 -0700 Subject: [PATCH 1/9] New backup 2025-08-25 12:15:02 --- de/home/.librewolf/profiles.ini | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/de/home/.librewolf/profiles.ini b/de/home/.librewolf/profiles.ini index c56355e..f86fa33 100644 --- a/de/home/.librewolf/profiles.ini +++ b/de/home/.librewolf/profiles.ini @@ -17,18 +17,13 @@ Name=Penelope IsRelative=1 Path=penelope Default=1 -StoreID=0585997e +StoreID=a61d59be ShowSelector=1 [General] StartWithLastProfile=1 Version=2 -[Profile4] -Name=testing -IsRelative=1 -Path=4z689ygf.testing - [Install6C4726F70D182CF7] Default=penelope Locked=1 @@ -38,3 +33,8 @@ Name=School IsRelative=1 Path=school +[Profile4] +Name=testing +IsRelative=1 +Path=4z689ygf.testing + From ae9c344f7a47916678bdd10e093d7ecde409302e Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Mon, 25 Aug 2025 16:21:06 -0700 Subject: [PATCH 2/9] New backup 2025-08-25 16:21:06 --- de/home/.config/sway-profiles/unlockscript | 1 + de/home/.config/sway/config.d/autostart | 1 + 2 files changed, 2 insertions(+) diff --git a/de/home/.config/sway-profiles/unlockscript b/de/home/.config/sway-profiles/unlockscript index 04864f9..0d4e226 100755 --- a/de/home/.config/sway-profiles/unlockscript +++ b/de/home/.config/sway-profiles/unlockscript @@ -1,6 +1,7 @@ #!/bin/bash diskspace-check +uptime-check for s in "${HOME}/.config/sway-profiles/unlockscript.d/"*;do "${s}" diff --git a/de/home/.config/sway/config.d/autostart b/de/home/.config/sway/config.d/autostart index c4cd7b0..8b45d75 100644 --- a/de/home/.config/sway/config.d/autostart +++ b/de/home/.config/sway/config.d/autostart @@ -20,6 +20,7 @@ exec { 'sleep 5;rssguard' 'sleep 5;tokodon' 'diskspace-check' + 'uptime-check' poweralertd } From d3f5f1c01ea1b01eb833d8ee58c4074411487dfd Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Thu, 28 Aug 2025 09:02:15 -0700 Subject: [PATCH 3/9] New backup 2025-08-28 09:02:15 --- de/home/.config/eww/style/bar.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/de/home/.config/eww/style/bar.scss b/de/home/.config/eww/style/bar.scss index 4184138..3c7d3fe 100644 --- a/de/home/.config/eww/style/bar.scss +++ b/de/home/.config/eww/style/bar.scss @@ -8,7 +8,8 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2); .leftgroup, .centergroup, .rightgroup { - background-color: $bar-bg-color; +/* background-color: $bar-bg-color;*/ + background-color: mix(#d68787, #add4fb, 50%); border-radius: $bar-module-border-radius; border: 3px solid $bar-module-fg-color; box-shadow: 0px 0px 9px 0px $bar-module-fg-color; From e28c6f94c9ecc5f1fda544e62fb04d8902c3e598 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Thu, 28 Aug 2025 09:17:15 -0700 Subject: [PATCH 4/9] New backup 2025-08-28 09:17:15 --- de/home/.config/eww/style/bar.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/de/home/.config/eww/style/bar.scss b/de/home/.config/eww/style/bar.scss index 3c7d3fe..0ae7993 100644 --- a/de/home/.config/eww/style/bar.scss +++ b/de/home/.config/eww/style/bar.scss @@ -9,7 +9,9 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2); .centergroup, .rightgroup { /* background-color: $bar-bg-color;*/ - background-color: mix(#d68787, #add4fb, 50%); + background-color: mix($color5, $color12); +/* background-color: lighter($bar-bg-color);*/ +/* background-color: darker(mix(#d68787, #add4fb, 50%));*/ border-radius: $bar-module-border-radius; border: 3px solid $bar-module-fg-color; box-shadow: 0px 0px 9px 0px $bar-module-fg-color; From 135ecb8948d25655a616608f259119ac4cd9a236 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Thu, 28 Aug 2025 10:47:15 -0700 Subject: [PATCH 5/9] New backup 2025-08-28 10:47:15 --- de/home/.config/sway/config.d/autostart | 1 + 1 file changed, 1 insertion(+) diff --git a/de/home/.config/sway/config.d/autostart b/de/home/.config/sway/config.d/autostart index 8b45d75..49780b0 100644 --- a/de/home/.config/sway/config.d/autostart +++ b/de/home/.config/sway/config.d/autostart @@ -17,6 +17,7 @@ exec { udiskie -at keepassxc ~/Documents/Server/Server_Admin_Keychain.kdbx ~/Nextcloud/Security/Passwords.kdbx 'sleep 5;nextcloud --background' + 'sleep 5;flatpak run com.hunterwittenborn.Celeste --background' 'sleep 5;rssguard' 'sleep 5;tokodon' 'diskspace-check' From f7a12487d0fea1b35e84bad51e7c042b4651a04d Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Thu, 28 Aug 2025 11:02:16 -0700 Subject: [PATCH 6/9] New backup 2025-08-28 11:02:16 --- de/home/.config/katerc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/de/home/.config/katerc b/de/home/.config/katerc index a2b0d5e..f697d92 100644 --- a/de/home/.config/katerc +++ b/de/home/.config/katerc @@ -170,8 +170,8 @@ SetEditor=false [MainWindow] 1920x1200 screen: Height=1110 1920x1200 screen: Width=1896 -2 screens: Height=1108 -2 screens: Width=1020 +2 screens: Height=1110 +2 screens: Width=619 2048x1280 screen: Height=642 2048x1280 screen: Width=911 3 screens: Height=1054 From 33ed9eb20e3411f2da9624d4c09b6c664f13aa08 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Thu, 28 Aug 2025 12:32:15 -0700 Subject: [PATCH 7/9] New backup 2025-08-28 12:32:15 --- de/home/.config/eww/style/bar.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/de/home/.config/eww/style/bar.scss b/de/home/.config/eww/style/bar.scss index 0ae7993..10e8953 100644 --- a/de/home/.config/eww/style/bar.scss +++ b/de/home/.config/eww/style/bar.scss @@ -8,10 +8,12 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2); .leftgroup, .centergroup, .rightgroup { -/* background-color: $bar-bg-color;*/ - background-color: mix($color5, $color12); -/* background-color: lighter($bar-bg-color);*/ -/* background-color: darker(mix(#d68787, #add4fb, 50%));*/ + background-color: $bar-bg-color; + & .profile-work { + background-color: mix($color5, $color12); + } +/* background-color: lighter($bar-bg-color); + background-color: darker(mix(#d68787, #add4fb, 50%));*/ border-radius: $bar-module-border-radius; border: 3px solid $bar-module-fg-color; box-shadow: 0px 0px 9px 0px $bar-module-fg-color; From 4a130def87810b36e5a15c9a9c544b582fd5c98c Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Thu, 28 Aug 2025 12:47:16 -0700 Subject: [PATCH 8/9] New backup 2025-08-28 12:47:16 --- default/home/.sapphrc/default | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/default/home/.sapphrc/default b/default/home/.sapphrc/default index 6e3f886..f4b2ab7 100755 --- a/default/home/.sapphrc/default +++ b/default/home/.sapphrc/default @@ -61,6 +61,18 @@ filecount-monitor(){ [[ -z ${1} ]] && fc_targetdir=$(pwd) || fc_targetdir="${1}" watch "find ${fc_targetdir} -type f | wc -l" } +pwatch(){ + local firstArg=$1 + if [ $(type -t $firstArg) = function ];then + shift && while true;do clear -x;command bash -c "$(declare -f $firstArg);$firstArg $*";sleep 2;done + elif [ $(type -t $firstArg) = alias ];then +# alias sudo='\sudo ' + while true;do clear -x;eval "$@";sleep 2;done + else + while true;do clear -x;command "$@";sleep 2;done + fi +} + #alias devbox-stable="TERM=xterm-256color toolbox enter debian-toolbox-12" #alias devbox-testing="TERM=xterm-256color toolbox enter debian-toolbox-testing" #git shortcut to quickly push all changes with comment From 6512499faad92a6e7971d3e6d39509fbda02ff97 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Thu, 28 Aug 2025 16:15:02 -0700 Subject: [PATCH 9/9] New backup 2025-08-28 16:15:02 --- de/home/.config/eww/modules/bar.yuck | 2 +- de/home/.config/katerc | 4 ++-- de/home/.config/kdeglobals | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/de/home/.config/eww/modules/bar.yuck b/de/home/.config/eww/modules/bar.yuck index 723fdd2..deede0c 100644 --- a/de/home/.config/eww/modules/bar.yuck +++ b/de/home/.config/eww/modules/bar.yuck @@ -11,7 +11,7 @@ ;centerbar groups (defwidget leftgroup [] - (box :class "leftgroup" :orientation "h" :space-evenly false :halign "start" + (box :class "leftgroup profile-work" :orientation "h" :space-evenly false :halign "start" (powermenu) (profile) (workspaces :array workspacesArray) diff --git a/de/home/.config/katerc b/de/home/.config/katerc index f697d92..fe7fdf1 100644 --- a/de/home/.config/katerc +++ b/de/home/.config/katerc @@ -168,8 +168,8 @@ RunPrefix= SetEditor=false [MainWindow] -1920x1200 screen: Height=1110 -1920x1200 screen: Width=1896 +1920x1200 screen: Height=548 +1920x1200 screen: Width=745 2 screens: Height=1110 2 screens: Width=619 2048x1280 screen: Height=642 diff --git a/de/home/.config/kdeglobals b/de/home/.config/kdeglobals index 6204d2f..32c60db 100644 --- a/de/home/.config/kdeglobals +++ b/de/home/.config/kdeglobals @@ -31,7 +31,7 @@ Sort directories first=true Sort hidden files last=false Sort reversed=true Speedbar Width=144 -View Style=DetailTree +View Style=Simple [KShortcutsDialog Settings] Dialog Size=600,480