From e3e5202fc329e7f246a9524a033916769a0becb7 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Thu, 9 Oct 2025 23:30:02 -0700 Subject: [PATCH] New backup 2025-10-09 23:30:02 --- de/home/.config/qt6ct/qt6ct.conf | 4 ++-- de/home/.config/sway/scripts/lisgd.sh | 2 +- de/home/.config/sway/scripts/mobile-screenshot.sh | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100755 de/home/.config/sway/scripts/mobile-screenshot.sh diff --git a/de/home/.config/qt6ct/qt6ct.conf b/de/home/.config/qt6ct/qt6ct.conf index 92742f2..5e9991e 100644 --- a/de/home/.config/qt6ct/qt6ct.conf +++ b/de/home/.config/qt6ct/qt6ct.conf @@ -1,5 +1,5 @@ [Appearance] -color_scheme_path=/usr/local/share/qt6ct/colors/darker_pink.conf +color_scheme_path=/home/pogmommy/.config/qt6ct/colors/darker_pink.conf custom_palette=true icon_theme=breeze-dark standard_dialogs=default @@ -19,7 +19,7 @@ gui_effects=@Invalid() keyboard_scheme=2 menus_have_icons=true show_shortcuts_in_context_menus=true -stylesheets=/usr/local/share/qt6ct/qss/header-fix.qss, /usr/share/qt6ct/qss/fusion-fixes.qss +stylesheets=/usr/share/qt6ct/qss/fusion-fixes.qss toolbutton_style=4 underline_shortcut=1 wheel_scroll_lines=3 diff --git a/de/home/.config/sway/scripts/lisgd.sh b/de/home/.config/sway/scripts/lisgd.sh index 399606b..22f9c8b 100755 --- a/de/home/.config/sway/scripts/lisgd.sh +++ b/de/home/.config/sway/scripts/lisgd.sh @@ -6,5 +6,5 @@ lisgd -d /dev/input/by-path/platform-a90000.i2c-event \ -g "1,DU,B,*,R,$HOME/.config/sway/scripts/floating_toggle.sh" \ -g "1,UD,R,*,R,swaymsg output DSI-1 transform 0" \ -g "1,DU,R,*,R,swaymsg output DSI-1 transform 270" \ - -g "1,RL,R,*,R,sp-screenshot" \ + -g "1,RL,R,*,R,~/.config/sway/scripts/mobile-screenshot.sh" \ -g "1,LR,L,*,R,$HOME/.config/sway/scripts/eww-toggle.sh homewidgets_reveal" diff --git a/de/home/.config/sway/scripts/mobile-screenshot.sh b/de/home/.config/sway/scripts/mobile-screenshot.sh new file mode 100755 index 0000000..e15f877 --- /dev/null +++ b/de/home/.config/sway/scripts/mobile-screenshot.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +grim -o DSI-1 ~/Pictures/$(date +%Y%m%d_%H%M%S).png && notify-send "screenshot captured"