New backup 2025-10-10 00:00:02
This commit is contained in:
commit
713dafadd3
4 changed files with 10 additions and 3 deletions
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
3
de/home/.config/sway/scripts/mobile-screenshot.sh
Executable file
3
de/home/.config/sway/scripts/mobile-screenshot.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
grim -o DSI-1 ~/Pictures/$(date +%Y%m%d_%H%M%S).png && notify-send "screenshot captured"
|
Loading…
Add table
Reference in a new issue