diff --git a/de/home/.config/eww/modules/home/mcstatus.yuck b/de/home/.config/eww/modules/home/mcstatus.yuck index c79b2a7..57308af 100644 --- a/de/home/.config/eww/modules/home/mcstatus.yuck +++ b/de/home/.config/eww/modules/home/mcstatus.yuck @@ -45,7 +45,7 @@ ) (label :xalign 0 - :text "${server.status.players.online}/${server.status.players.max}" + :text "${server.status.players.online}/${server.status.players.max} players online" ) (label :class 'motd' diff --git a/de/home/.config/qt6ct/qt6ct.conf b/de/home/.config/qt6ct/qt6ct.conf index 25b0586..7212e96 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 @@ -31,7 +31,11 @@ geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\a\0\0\0\0\0\0\x4\xd7\0\0\x1\x geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x2\x82\0\0\x1\xf2\0\0\0\0\0\0\0\0\0\0\x2\x82\0\0\x1\xf2\0\0\0\0\0\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\x2\x82\0\0\x1\xf2) [SettingsWindow] +<<<<<<< HEAD geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\bz\0\0\a\b\0\0\v\\\0\0\t\xb7\0\0\bz\0\0\a\b\0\0\v\\\0\0\t\xb7\0\0\0\x1\0\0\0\0\rp\0\0\bz\0\0\a\b\0\0\v\\\0\0\t\xb7) +======= +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x2^\0\0\x3\v\0\0\0\0\0\0\0\0\0\0\x2^\0\0\x3\v\0\0\0\0\0\0\0\0\aP\0\0\0\0\0\0\0\0\0\0\x2^\0\0\x3\v) +>>>>>>> 0de232fa65a30a570a909c7ee0b1859b441ca9b0 [Troubleshooting] force_raster_widgets=1 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"