From 0a39fcc3fd129e7cb6d14c642ff8f85e7182dedf Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Fri, 12 Sep 2025 19:45:01 -0700 Subject: [PATCH 01/15] New backup 2025-09-12 19:45:01 --- de/home/.config/kdeglobals | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de/home/.config/kdeglobals b/de/home/.config/kdeglobals index 38ac655..8213923 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=Detail +View Style=Simple [KShortcutsDialog Settings] Dialog Size=600,480 From 4656579c828714e369f80291a38f0bad1c0fd636 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Fri, 12 Sep 2025 21:45:02 -0700 Subject: [PATCH 02/15] New backup 2025-09-12 21:45:02 --- de/home/.config/sway/scripts/emoji-keyboard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de/home/.config/sway/scripts/emoji-keyboard.sh b/de/home/.config/sway/scripts/emoji-keyboard.sh index 84b850b..350c177 100755 --- a/de/home/.config/sway/scripts/emoji-keyboard.sh +++ b/de/home/.config/sway/scripts/emoji-keyboard.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash cb="$(wl-paste)" -e=$(worf --show emoji --emoji-stdout true --emoji-hide-string true --columns 6 --content-halign=center --width 550 --style "${HOME}/.config/worf/emoji.css") +e=$(worf --show emoji --text-output-mode none --emoji-hide-string true --columns 6 --content-halign=center --width 550 --style "${HOME}/.config/worf/emoji.css") if [[ -z "${e}" ]];then echo "no emoji selected" wl-copy "${cb}" From 8675dccdebfa9e61ac23b036a3720691e6f5509e Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Fri, 12 Sep 2025 22:00:02 -0700 Subject: [PATCH 03/15] New backup 2025-09-12 22:00:02 --- de/home/.config/sway/scripts/emoji-keyboard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de/home/.config/sway/scripts/emoji-keyboard.sh b/de/home/.config/sway/scripts/emoji-keyboard.sh index 350c177..fbea440 100755 --- a/de/home/.config/sway/scripts/emoji-keyboard.sh +++ b/de/home/.config/sway/scripts/emoji-keyboard.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash cb="$(wl-paste)" -e=$(worf --show emoji --text-output-mode none --emoji-hide-string true --columns 6 --content-halign=center --width 550 --style "${HOME}/.config/worf/emoji.css") +e=$(worf --show emoji --text-output-mode StandardOutput --emoji-hide-string true --columns 6 --content-halign=center --width 550 --style "${HOME}/.config/worf/emoji.css") if [[ -z "${e}" ]];then echo "no emoji selected" wl-copy "${cb}" From 2717a4e23c0e9262d832ebdeac01a82ead09c23f Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Fri, 12 Sep 2025 22:15:01 -0700 Subject: [PATCH 04/15] New backup 2025-09-12 22:15:01 --- de/home/.XCompose | 1 + de/home/.config/sway/config.d/input | 5 ++++- de/include | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 de/home/.XCompose diff --git a/de/home/.XCompose b/de/home/.XCompose new file mode 100644 index 0000000..28fe1f1 --- /dev/null +++ b/de/home/.XCompose @@ -0,0 +1 @@ +include "%L" diff --git a/de/home/.config/sway/config.d/input b/de/home/.config/sway/config.d/input index e4ec783..fcb32b8 100644 --- a/de/home/.config/sway/config.d/input +++ b/de/home/.config/sway/config.d/input @@ -25,7 +25,10 @@ input { pointer_accel 1 } #numlock - * xkb_numlock enabled + * { + xkb_numlock enabled + xkb_options compose:ins + } } #seat * hide_cursor 5000 diff --git a/de/include b/de/include index 761661e..3780095 100644 --- a/de/include +++ b/de/include @@ -54,3 +54,4 @@ .config/xdg-desktop-portal/portals.conf .local/bin/uptime-check .local/share/themes/pogmom-gtk +.XCompose From afbdca4bfc04aa3a21e79a03431013af684bd0e7 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Fri, 12 Sep 2025 22:45:01 -0700 Subject: [PATCH 05/15] New backup 2025-09-12 22:45:01 --- de/home/.config/sway/config.d/input | 2 +- de/home/.config/sway/scripts/emoji-keyboard.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/de/home/.config/sway/config.d/input b/de/home/.config/sway/config.d/input index fcb32b8..2740f8b 100644 --- a/de/home/.config/sway/config.d/input +++ b/de/home/.config/sway/config.d/input @@ -27,7 +27,7 @@ input { #numlock * { xkb_numlock enabled - xkb_options compose:ins + xkb_options compose:rwin } } diff --git a/de/home/.config/sway/scripts/emoji-keyboard.sh b/de/home/.config/sway/scripts/emoji-keyboard.sh index fbea440..1452bdf 100755 --- a/de/home/.config/sway/scripts/emoji-keyboard.sh +++ b/de/home/.config/sway/scripts/emoji-keyboard.sh @@ -9,5 +9,5 @@ if [[ -z "${e}" ]];then fi #echo "${e}" wl-copy "${e}" -ydotool key 29:1 47:1 47:0 29:0 +ydotool key 42:1 110:1 110:0 42:0 wl-copy "${cb}" From 46cc7491f22daedadd551fcb15521148a62daf8f Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Sat, 13 Sep 2025 08:00:02 -0700 Subject: [PATCH 06/15] New backup 2025-09-13 08:00:02 --- de/home/.config/kdeglobals | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de/home/.config/kdeglobals b/de/home/.config/kdeglobals index 8213923..38ac655 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=Simple +View Style=Detail [KShortcutsDialog Settings] Dialog Size=600,480 From 76e9d1db4f6843a4247f4d0ea3b78441e602dd06 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Sat, 13 Sep 2025 10:00:02 -0700 Subject: [PATCH 07/15] New backup 2025-09-13 10:00:02 --- default/home/.sapphrc/default | 1 + 1 file changed, 1 insertion(+) diff --git a/default/home/.sapphrc/default b/default/home/.sapphrc/default index 6e61b70..ad5a3f1 100755 --- a/default/home/.sapphrc/default +++ b/default/home/.sapphrc/default @@ -141,6 +141,7 @@ if [[ "$HOSTNAME" == pod* ]];then export RUSTUP_HOME="${HOME}/.devpod/$(uname -m)/.rustup" cd ${POD_PATH} fi +[[ -d $HOME/.cargo/bin ]] && export PATH="$HOME/.cargo/bin:$PATH" export PYENV_ROOT="$HOME/.pyenv" [[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH" From 464b01ee6c34fcf4d5d418f04ecdc93a9986442c Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Sat, 13 Sep 2025 11:45:02 -0700 Subject: [PATCH 08/15] New backup 2025-09-13 11:45:02 --- de/home/.sapphrc/de | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/de/home/.sapphrc/de b/de/home/.sapphrc/de index ad25686..6cf0fb9 100755 --- a/de/home/.sapphrc/de +++ b/de/home/.sapphrc/de @@ -18,3 +18,17 @@ dol() { printf '[-] opening [%s] in dolphin...\n' "${DOLPHIN_OPEN_DIR}" swaymsg exec "dolphin --new-window """${DOLPHIN_OPEN_DIR}"""" } + +ala() { + if [[ -z ${1} ]];then + ALACRITTY_OPEN_DIR="$(pwd)" + else + if [[ ${1:0:1} == "~" ]];then + ALACRITTY_OPEN_DIR="$(realpath """${1/\~/${HOME}}""")" + else + ALACRITTY OPEN_DIR="$(realpath """${1}""")" + fi + fi + printf '[-] opening [%s] in alacritty...\n' "${ALACRITTY_OPEN_DIR}" + swaymsg exec "alacritty --working-directory """${ALACRITTY_OPEN_DIR}"""" +} From b1ea38f7121d3e2fa2f62d7e48f741dca8814834 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Sat, 13 Sep 2025 12:00:01 -0700 Subject: [PATCH 09/15] New backup 2025-09-13 12:00:01 --- default/home/.local/bin/ssi-server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/home/.local/bin/ssi-server b/default/home/.local/bin/ssi-server index 7d3a0b1..ede6b6c 100755 --- a/default/home/.local/bin/ssi-server +++ b/default/home/.local/bin/ssi-server @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 ''' Use this in the same way as Python's SimpleHTTPServer: From d8f2c938665c8410fb79d60a8180338cbea1aaef Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Sat, 13 Sep 2025 12:15:02 -0700 Subject: [PATCH 10/15] New backup 2025-09-13 12:15:02 --- default/home/.sapphrc/default | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/default/home/.sapphrc/default b/default/home/.sapphrc/default index ad5a3f1..6fff84d 100755 --- a/default/home/.sapphrc/default +++ b/default/home/.sapphrc/default @@ -50,8 +50,11 @@ devpod-arm(){ podman exec --env POD_PATH=$(pwd | sed "s|${HOME}|/root|") -it debian-sid-arm-dev /bin/bash } simplewebserver(){ - screen python3 -m http.server -# screen ssi-server + if [ "${1}" = "-n" ];then + screen bash -c "printf 'running [ /usr/bin/python3 -m http.server ] in screen...\nTo run with server-side includes, remove -n\n';/usr/bin/python3 -m http.server" + else + screen bash -c "printf 'running [ %s ] in screen...\nTo run barebones webserver, add -n\n' """$(which ssi-server)""";ssi-server" + fi } filecount(){ [[ -z ${1} ]] && fc_targetdir=$(pwd) || fc_targetdir="${1}" From bf1883987e2117904fbfecf5eb16fda4ed2f912d Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Sat, 13 Sep 2025 12:30:02 -0700 Subject: [PATCH 11/15] New backup 2025-09-13 12:30:02 --- de/home/.librewolf/config/chrome/userContent.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/de/home/.librewolf/config/chrome/userContent.css b/de/home/.librewolf/config/chrome/userContent.css index cb83dbf..d993b2c 100644 --- a/de/home/.librewolf/config/chrome/userContent.css +++ b/de/home/.librewolf/config/chrome/userContent.css @@ -33,6 +33,7 @@ NOTE: You can use the userContent.css file without change preferences (about:con --darkreader-bg--bgColor-default: var(--pogmom-background-color) !important; --darkreader-bg--bgColor-canvas-default: var(--pogmom-background-color) !important; --darkreader-background-ffffff: var(--pogmom-background-color) !important; + --darkreader-bg--main-bg-color: var(--pogmom-background-color) !important; html, body { --image-background: none; @@ -42,6 +43,7 @@ NOTE: You can use the userContent.css file without change preferences (about:con --darkreader-bg--bgColor-default: var(--pogmom-background-color) !important; --darkreader-bg--bgColor-canvas-default: var(--pogmom-background-color) !important; --darkreader-background-ffffff: var(--pogmom-background-color) !important; + --darkreader-bg--main-bg-color: var(--pogmom-background-color) !important; /* background: rgba(0, 0, 0, 0.5) !important;*/ } /* * { From 117959d5cf71b13657c19ab0400ffa3bc66b0191 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Sat, 13 Sep 2025 15:00:01 -0700 Subject: [PATCH 12/15] New backup 2025-09-13 15:00:01 --- .../.librewolf/config/chrome/userContent.css | 31 +++++-------------- 1 file changed, 8 insertions(+), 23 deletions(-) diff --git a/de/home/.librewolf/config/chrome/userContent.css b/de/home/.librewolf/config/chrome/userContent.css index d993b2c..8f4501e 100644 --- a/de/home/.librewolf/config/chrome/userContent.css +++ b/de/home/.librewolf/config/chrome/userContent.css @@ -44,28 +44,21 @@ NOTE: You can use the userContent.css file without change preferences (about:con --darkreader-bg--bgColor-canvas-default: var(--pogmom-background-color) !important; --darkreader-background-ffffff: var(--pogmom-background-color) !important; --darkreader-bg--main-bg-color: var(--pogmom-background-color) !important; -/* background: rgba(0, 0, 0, 0.5) !important;*/ } -/* * { - background: var(--pogmom-background-color) !important; - --darkreader-neutral-background: var(--pogmom-background-color) !important; - --darkreader-bg--bgColor-default: var(--pogmom-background-color) !important; - --color-background-plain: var(--pogmom-background-color) !important; - --darkreader-bg--bgColor-canvas-default: var(--pogmom-background-color) !important; - }*/ -/* --darkreader-background-ffffff: var(--pogmom-background-color) !important; - background: var(--pogmom-background-color) !important;*/ @-moz-document domain(cloud.pogmom.me) { html, body { background-image: none !important; --image-background: none; background-color: var(--pogmom-background-color) !important; -/* * { - background-image: none !important; - --image-background: none; - background: var(--pogmom-background-color) !important; - }*/ + } + } + @-moz-document domain(pogmom.me) { + html, + body { + background-image: none !important; + --image-background: none; + background-color: var(--pogmom-background-color) !important; } } @-moz-document domain(*.*) { @@ -79,11 +72,3 @@ NOTE: You can use the userContent.css file without change preferences (about:con } } } -/*@-moz-document domain(cloud.pogmom.me) { - html, - body { - background-color: var(--pogmom-background-color) !important; - color: #888888 !important; - background-color: #191919 !important; - } -}*/ From b5fe05cae0384c660ab68e7417d54091baf84494 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Sat, 13 Sep 2025 20:00:01 -0700 Subject: [PATCH 13/15] New backup 2025-09-13 20:00:01 --- 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 442953a..9f87a83 100644 --- a/de/home/.librewolf/profiles.ini +++ b/de/home/.librewolf/profiles.ini @@ -17,13 +17,18 @@ Name=Penelope IsRelative=1 Path=penelope Default=1 -StoreID=0585997e +StoreID=bf331188 ShowSelector=1 [General] StartWithLastProfile=1 Version=2 +[Profile4] +Name=testing +IsRelative=1 +Path=4z689ygf.testing + [Install6C4726F70D182CF7] Default=penelope Locked=1 @@ -33,8 +38,3 @@ Name=School IsRelative=1 Path=school -[Profile4] -Name=testing -IsRelative=1 -Path=4z689ygf.testing - From 694206d4a5af642bb52e8b873da5537426746e70 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Sat, 13 Sep 2025 21:45:02 -0700 Subject: [PATCH 14/15] New backup 2025-09-13 21:45:02 --- de/home/.config/kdeglobals | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/de/home/.config/kdeglobals b/de/home/.config/kdeglobals index 38ac655..32c60db 100644 --- a/de/home/.config/kdeglobals +++ b/de/home/.config/kdeglobals @@ -16,7 +16,7 @@ ShowDeleteCommand=false [KFileDialog Settings] Allow Expansion=false Automatically select filename extension=true -Breadcrumb Navigation=false +Breadcrumb Navigation=true Decoration position=2 LocationCombo Completionmode=5 PathCombo Completionmode=5 @@ -31,7 +31,7 @@ Sort directories first=true Sort hidden files last=false Sort reversed=true Speedbar Width=144 -View Style=Detail +View Style=Simple [KShortcutsDialog Settings] Dialog Size=600,480 From e07bab6984d5b79fc13f07046c3139a28ac28613 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Sun, 14 Sep 2025 12:04:12 -0700 Subject: [PATCH 15/15] New backup 2025-09-14 12:04:12 --- de/home/.config/sway-profiles-rs/config.toml | 6 ++++++ de/include | 1 + 2 files changed, 7 insertions(+) create mode 100644 de/home/.config/sway-profiles-rs/config.toml diff --git a/de/home/.config/sway-profiles-rs/config.toml b/de/home/.config/sway-profiles-rs/config.toml new file mode 100644 index 0000000..6f9b0e1 --- /dev/null +++ b/de/home/.config/sway-profiles-rs/config.toml @@ -0,0 +1,6 @@ +title_length = 20 +window_icons = [ + ["󰖟"," — LibreWolf"], + [""," — Alacritty"], + [""," - VSCodium"] +] diff --git a/de/include b/de/include index 3780095..b5cf244 100644 --- a/de/include +++ b/de/include @@ -55,3 +55,4 @@ .local/bin/uptime-check .local/share/themes/pogmom-gtk .XCompose +.config/sway-profiles-rs